|
LLDB mainline
|
#include "lldb/Core/PluginInterface.h"#include "lldb/Target/StackFrameList.h"#include "lldb/Target/ThreadSpec.h"#include "lldb/Utility/ScriptedMetadata.h"#include "lldb/Utility/Status.h"#include "lldb/lldb-forward.h"#include "llvm/Support/Error.h"#include <optional>#include <vector>Go to the source code of this file.
Classes | |
| struct | lldb_private::ScriptedFrameProviderDescriptor |
| This struct contains the metadata needed to instantiate a frame provider and optional filters to control which threads it applies to. More... | |
| class | lldb_private::SyntheticFrameProvider |
| Base class for all synthetic frame providers. More... | |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |