LLDB mainline
|
#include <optional>
#include <unordered_map>
#include "llvm/Support/JSON.h"
#include "lldb/Core/PluginInterface.h"
#include "lldb/Target/Thread.h"
#include "lldb/Target/TraceCursor.h"
#include "lldb/Utility/ArchSpec.h"
#include "lldb/Utility/TraceGDBRemotePackets.h"
#include "lldb/Utility/UnimplementedError.h"
#include "lldb/lldb-private.h"
#include "lldb/lldb-types.h"
Go to the source code of this file.
Classes | |
class | lldb_private::Trace |
A plug-in interface definition class for trace information. More... | |
struct | lldb_private::Trace::Storage |
We package all the data that can change upon process stops to make sure this contract is very visible. More... | |
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |