|
LLDB mainline
|
#include "ScriptedFrameProvider.h"#include "Plugins/Process/scripted/ScriptedFrame.h"#include "lldb/Core/Debugger.h"#include "lldb/Core/PluginManager.h"#include "lldb/Interpreter/Interfaces/ScriptedFrameProviderInterface.h"#include "lldb/Interpreter/ScriptInterpreter.h"#include "lldb/Target/Process.h"#include "lldb/Target/StackFrame.h"#include "lldb/Target/Thread.h"#include "lldb/Utility/ScriptedMetadata.h"#include "lldb/Utility/Status.h"#include "llvm/Support/Error.h"#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
Functions | |
| void | lldb_private::lldb_initialize_ScriptedFrameProvider () |
| void | lldb_private::lldb_terminate_ScriptedFrameProvider () |