#include <ScriptedInterface.h>
Definition at line 23 of file ScriptedInterface.h.
◆ ScriptedInterface()
lldb_private::ScriptedInterface::ScriptedInterface |
( |
| ) |
|
|
default |
◆ ~ScriptedInterface()
virtual lldb_private::ScriptedInterface::~ScriptedInterface |
( |
| ) |
|
|
virtualdefault |
◆ CheckStructuredDataObject()
template<typename T = StructuredData::ObjectSP>
bool lldb_private::ScriptedInterface::CheckStructuredDataObject |
( |
llvm::StringRef |
caller, |
|
|
T |
obj, |
|
|
Status & |
error |
|
) |
| |
|
inline |
◆ CreatePluginObject()
◆ ErrorWithMessage()
template<typename Ret >
static Ret lldb_private::ScriptedInterface::ErrorWithMessage |
( |
llvm::StringRef |
caller_name, |
|
|
llvm::StringRef |
error_msg, |
|
|
Status & |
error, |
|
|
LLDBLog |
log_caterogy = LLDBLog::Process |
|
) |
| |
|
inlinestatic |
◆ GetScriptObjectInstance()
◆ m_object_instance_sp
The documentation for this class was generated from the following file: