LLDB mainline
|
#include <ScriptInterpreter.h>
Public Member Functions | |
ScriptInterpreter (Debugger &debugger, lldb::ScriptLanguage script_lang, lldb::ScriptedProcessInterfaceUP scripted_process_interface_up=std::make_unique< ScriptedProcessInterface >(), lldb::ScriptedPlatformInterfaceUP scripted_platform_interface_up=std::make_unique< ScriptedPlatformInterface >()) | |
virtual StructuredData::DictionarySP | GetInterpreterInfo () |
~ScriptInterpreter () override=default | |
virtual bool | Interrupt () |
virtual bool | ExecuteOneLine (llvm::StringRef command, CommandReturnObject *result, const ExecuteScriptOptions &options=ExecuteScriptOptions())=0 |
virtual void | ExecuteInterpreterLoop ()=0 |
virtual bool | ExecuteOneLineWithReturn (llvm::StringRef in_string, ScriptReturnType return_type, void *ret_value, const ExecuteScriptOptions &options=ExecuteScriptOptions()) |
virtual Status | ExecuteMultipleLines (const char *in_string, const ExecuteScriptOptions &options=ExecuteScriptOptions()) |
virtual Status | ExportFunctionDefinitionToInterpreter (StringList &function_def) |
virtual Status | GenerateBreakpointCommandCallbackData (StringList &input, std::string &output, bool has_extra_args) |
virtual bool | GenerateWatchpointCommandCallbackData (StringList &input, std::string &output) |
virtual bool | GenerateTypeScriptFunction (const char *oneliner, std::string &output, const void *name_token=nullptr) |
virtual bool | GenerateTypeScriptFunction (StringList &input, std::string &output, const void *name_token=nullptr) |
virtual bool | GenerateScriptAliasFunction (StringList &input, std::string &output) |
virtual bool | GenerateTypeSynthClass (StringList &input, std::string &output, const void *name_token=nullptr) |
virtual bool | GenerateTypeSynthClass (const char *oneliner, std::string &output, const void *name_token=nullptr) |
virtual StructuredData::ObjectSP | CreateSyntheticScriptedProvider (const char *class_name, lldb::ValueObjectSP valobj) |
virtual StructuredData::GenericSP | CreateScriptCommandObject (const char *class_name) |
virtual StructuredData::GenericSP | CreateFrameRecognizer (const char *class_name) |
virtual lldb::ValueObjectListSP | GetRecognizedArguments (const StructuredData::ObjectSP &implementor, lldb::StackFrameSP frame_sp) |
virtual StructuredData::GenericSP | OSPlugin_CreatePluginObject (const char *class_name, lldb::ProcessSP process_sp) |
virtual StructuredData::DictionarySP | OSPlugin_RegisterInfo (StructuredData::ObjectSP os_plugin_object_sp) |
virtual StructuredData::ArraySP | OSPlugin_ThreadsInfo (StructuredData::ObjectSP os_plugin_object_sp) |
virtual StructuredData::StringSP | OSPlugin_RegisterContextData (StructuredData::ObjectSP os_plugin_object_sp, lldb::tid_t thread_id) |
virtual StructuredData::DictionarySP | OSPlugin_CreateThread (StructuredData::ObjectSP os_plugin_object_sp, lldb::tid_t tid, lldb::addr_t context) |
virtual StructuredData::ObjectSP | CreateScriptedThreadPlan (const char *class_name, const StructuredDataImpl &args_data, std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) |
virtual bool | ScriptedThreadPlanExplainsStop (StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) |
virtual bool | ScriptedThreadPlanShouldStop (StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) |
virtual bool | ScriptedThreadPlanIsStale (StructuredData::ObjectSP implementor_sp, bool &script_error) |
virtual lldb::StateType | ScriptedThreadPlanGetRunState (StructuredData::ObjectSP implementor_sp, bool &script_error) |
virtual StructuredData::GenericSP | CreateScriptedBreakpointResolver (const char *class_name, const StructuredDataImpl &args_data, lldb::BreakpointSP &bkpt_sp) |
virtual bool | ScriptedBreakpointResolverSearchCallback (StructuredData::GenericSP implementor_sp, SymbolContext *sym_ctx) |
virtual lldb::SearchDepth | ScriptedBreakpointResolverSearchDepth (StructuredData::GenericSP implementor_sp) |
virtual StructuredData::GenericSP | CreateScriptedStopHook (lldb::TargetSP target_sp, const char *class_name, const StructuredDataImpl &args_data, Status &error) |
virtual bool | ScriptedStopHookHandleStop (StructuredData::GenericSP implementor_sp, ExecutionContext &exc_ctx, lldb::StreamSP stream_sp) |
virtual StructuredData::ObjectSP | LoadPluginModule (const FileSpec &file_spec, lldb_private::Status &error) |
virtual StructuredData::DictionarySP | GetDynamicSettings (StructuredData::ObjectSP plugin_module_sp, Target *target, const char *setting_name, lldb_private::Status &error) |
virtual Status | GenerateFunction (const char *signature, const StringList &input) |
virtual void | CollectDataForBreakpointCommandCallback (std::vector< std::reference_wrapper< BreakpointOptions > > &options, CommandReturnObject &result) |
virtual void | CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options, CommandReturnObject &result) |
Status | SetBreakpointCommandCallback (std::vector< std::reference_wrapper< BreakpointOptions > > &bp_options_vec, const char *callback_text) |
Set the specified text as the callback for the breakpoint. | |
virtual Status | SetBreakpointCommandCallback (BreakpointOptions &bp_options, const char *callback_text) |
virtual Status | SetBreakpointCommandCallback (BreakpointOptions &bp_options, std::unique_ptr< BreakpointOptions::CommandData > &data_up) |
This one is for deserialization: | |
Status | SetBreakpointCommandCallbackFunction (std::vector< std::reference_wrapper< BreakpointOptions > > &bp_options_vec, const char *function_name, StructuredData::ObjectSP extra_args_sp) |
virtual Status | SetBreakpointCommandCallbackFunction (BreakpointOptions &bp_options, const char *function_name, StructuredData::ObjectSP extra_args_sp) |
Set a script function as the callback for the breakpoint. | |
virtual void | SetWatchpointCommandCallback (WatchpointOptions *wp_options, const char *oneliner) |
Set a one-liner as the callback for the watchpoint. | |
virtual bool | GetScriptedSummary (const char *function_name, lldb::ValueObjectSP valobj, StructuredData::ObjectSP &callee_wrapper_sp, const TypeSummaryOptions &options, std::string &retval) |
virtual bool | FormatterCallbackFunction (const char *function_name, lldb::TypeImplSP type_impl_sp) |
virtual void | Clear () |
virtual size_t | CalculateNumChildren (const StructuredData::ObjectSP &implementor, uint32_t max) |
virtual lldb::ValueObjectSP | GetChildAtIndex (const StructuredData::ObjectSP &implementor, uint32_t idx) |
virtual int | GetIndexOfChildWithName (const StructuredData::ObjectSP &implementor, const char *child_name) |
virtual bool | UpdateSynthProviderInstance (const StructuredData::ObjectSP &implementor) |
virtual bool | MightHaveChildrenSynthProviderInstance (const StructuredData::ObjectSP &implementor) |
virtual lldb::ValueObjectSP | GetSyntheticValue (const StructuredData::ObjectSP &implementor) |
virtual ConstString | GetSyntheticTypeName (const StructuredData::ObjectSP &implementor) |
virtual bool | RunScriptBasedCommand (const char *impl_function, llvm::StringRef args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject &cmd_retobj, Status &error, const lldb_private::ExecutionContext &exe_ctx) |
virtual bool | RunScriptBasedCommand (StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject &cmd_retobj, Status &error, const lldb_private::ExecutionContext &exe_ctx) |
virtual bool | RunScriptFormatKeyword (const char *impl_function, Process *process, std::string &output, Status &error) |
virtual bool | RunScriptFormatKeyword (const char *impl_function, Thread *thread, std::string &output, Status &error) |
virtual bool | RunScriptFormatKeyword (const char *impl_function, Target *target, std::string &output, Status &error) |
virtual bool | RunScriptFormatKeyword (const char *impl_function, StackFrame *frame, std::string &output, Status &error) |
virtual bool | RunScriptFormatKeyword (const char *impl_function, ValueObject *value, std::string &output, Status &error) |
virtual bool | GetDocumentationForItem (const char *item, std::string &dest) |
virtual bool | GetShortHelpForCommandObject (StructuredData::GenericSP cmd_obj_sp, std::string &dest) |
virtual uint32_t | GetFlagsForCommandObject (StructuredData::GenericSP cmd_obj_sp) |
virtual bool | GetLongHelpForCommandObject (StructuredData::GenericSP cmd_obj_sp, std::string &dest) |
virtual bool | CheckObjectExists (const char *name) |
virtual bool | LoadScriptingModule (const char *filename, const LoadScriptOptions &options, lldb_private::Status &error, StructuredData::ObjectSP *module_sp=nullptr, FileSpec extra_search_dir={}) |
virtual bool | IsReservedWord (const char *word) |
virtual std::unique_ptr< ScriptInterpreterLocker > | AcquireInterpreterLock () |
const char * | GetScriptInterpreterPtyName () |
virtual llvm::Expected< unsigned > | GetMaxPositionalArgumentsForCallable (const llvm::StringRef &callable_name) |
lldb::ScriptLanguage | GetLanguage () |
ScriptedProcessInterface & | GetScriptedProcessInterface () |
ScriptedPlatformInterface & | GetScriptedPlatformInterface () |
lldb::DataExtractorSP | GetDataExtractorFromSBData (const lldb::SBData &data) const |
Status | GetStatusFromSBError (const lldb::SBError &error) const |
std::optional< MemoryRegionInfo > | GetOpaqueTypeFromSBMemoryRegionInfo (const lldb::SBMemoryRegionInfo &mem_region) const |
![]() | |
PluginInterface ()=default | |
virtual | ~PluginInterface ()=default |
virtual llvm::StringRef | GetPluginName ()=0 |
PluginInterface (const PluginInterface &)=delete | |
PluginInterface & | operator= (const PluginInterface &)=delete |
Static Public Member Functions | |
static std::string | LanguageToString (lldb::ScriptLanguage language) |
static lldb::ScriptLanguage | StringToLanguage (const llvm::StringRef &string) |
Protected Attributes | |
Debugger & | m_debugger |
lldb::ScriptLanguage | m_script_lang |
lldb::ScriptedProcessInterfaceUP | m_scripted_process_interface_up |
lldb::ScriptedPlatformInterfaceUP | m_scripted_platform_interface_up |
Definition at line 128 of file ScriptInterpreter.h.
Definition at line 130 of file ScriptInterpreter.h.
ScriptInterpreter::ScriptInterpreter | ( | Debugger & | debugger, |
lldb::ScriptLanguage | script_lang, | ||
lldb::ScriptedProcessInterfaceUP | scripted_process_interface_up = std::make_unique<ScriptedProcessInterface>() , |
||
lldb::ScriptedPlatformInterfaceUP | scripted_platform_interface_up = std::make_unique<ScriptedPlatformInterface>() |
||
) |
Definition at line 30 of file ScriptInterpreter.cpp.
|
overridedefault |
|
virtual |
Definition at line 138 of file ScriptInterpreter.cpp.
|
inlinevirtual |
Definition at line 438 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 547 of file ScriptInterpreter.h.
Referenced by CommandObjectFrameRecognizerAdd::DoExecute().
|
inlinevirtual |
Definition at line 433 of file ScriptInterpreter.h.
|
virtual |
Reimplemented in lldb_private::ScriptInterpreterLua.
Definition at line 39 of file ScriptInterpreter.cpp.
References lldb_private::CommandReturnObject::AppendError().
|
virtual |
Reimplemented in lldb_private::ScriptInterpreterLua.
Definition at line 46 of file ScriptInterpreter.cpp.
References lldb_private::CommandReturnObject::AppendError().
|
inlinevirtual |
Definition at line 241 of file ScriptInterpreter.h.
Referenced by lldb_private::ScriptedStackFrameRecognizer::ScriptedStackFrameRecognizer().
|
inlinevirtual |
Definition at line 236 of file ScriptInterpreter.h.
Referenced by CommandObjectCommandsScriptAdd::DoExecute().
|
inlinevirtual |
Definition at line 316 of file ScriptInterpreter.h.
Referenced by lldb_private::BreakpointResolverScripted::CreateImplementationIfNeeded().
|
inlinevirtual |
Definition at line 336 of file ScriptInterpreter.h.
References error().
Referenced by lldb_private::Target::StopHookScripted::SetScriptCallback().
|
inlinevirtual |
Definition at line 280 of file ScriptInterpreter.h.
Referenced by lldb_private::ThreadPlanPython::DidPush().
|
inlinevirtual |
Definition at line 230 of file ScriptInterpreter.h.
Referenced by lldb_private::ScriptedSyntheticChildren::FrontEnd::FrontEnd().
|
pure virtual |
Implemented in lldb_private::ScriptInterpreterLua, and lldb_private::ScriptInterpreterNone.
Referenced by lldb_private::CommandObjectScript::DoExecute().
|
inlinevirtual |
Definition at line 173 of file ScriptInterpreter.h.
References error().
|
pure virtual |
Implemented in lldb_private::ScriptInterpreterLua, and lldb_private::ScriptInterpreterNone.
Referenced by lldb_private::CommandObjectScript::DoExecute().
|
inlinevirtual |
Definition at line 167 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 182 of file ScriptInterpreter.h.
References error().
|
inlinevirtual |
Definition at line 428 of file ScriptInterpreter.h.
Referenced by lldb_private::TypeMatcher::Matches().
|
inlinevirtual |
Definition at line 188 of file ScriptInterpreter.h.
References error().
|
inlinevirtual |
Definition at line 363 of file ScriptInterpreter.h.
References error().
|
inlinevirtual |
Definition at line 214 of file ScriptInterpreter.h.
Referenced by CommandObjectCommandsScriptAdd::IOHandlerInputComplete().
|
inlinevirtual |
Definition at line 202 of file ScriptInterpreter.h.
Referenced by lldb::SBTypeCategory::AddTypeSummary(), and CommandObjectTypeSummaryAdd::IOHandlerInputComplete().
|
inlinevirtual |
Definition at line 208 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 224 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 219 of file ScriptInterpreter.h.
Referenced by lldb::SBTypeCategory::AddTypeSynthetic(), and CommandObjectTypeSynthAdd::IOHandlerInputComplete().
|
inlinevirtual |
Definition at line 197 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 444 of file ScriptInterpreter.h.
lldb::DataExtractorSP ScriptInterpreter::GetDataExtractorFromSBData | ( | const lldb::SBData & | data | ) | const |
Definition at line 81 of file ScriptInterpreter.cpp.
References lldb::SBData::m_opaque_sp.
|
inlinevirtual |
Definition at line 524 of file ScriptInterpreter.h.
Referenced by CommandObjectPythonFunction::GetHelpLong().
|
inlinevirtual |
Definition at line 358 of file ScriptInterpreter.h.
Referenced by lldb_private::process_gdb_remote::ProcessGDBRemote::ParsePythonTargetDefinition().
|
inlinevirtual |
Definition at line 537 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 449 of file ScriptInterpreter.h.
References UINT32_MAX.
|
virtual |
Reimplemented in lldb_private::ScriptInterpreterLua.
Definition at line 52 of file ScriptInterpreter.cpp.
Referenced by lldb::SBDebugger::GetScriptInterpreterInfo().
|
inline |
Definition at line 571 of file ScriptInterpreter.h.
References m_script_lang.
Referenced by lldb_private::BreakpointOptions::CreateFromStructuredData(), and lldb_private::ScriptedProcess::DoUpdateThreadList().
|
inlinevirtual |
Definition at line 541 of file ScriptInterpreter.h.
Referenced by CommandObjectScriptingObject::GetHelpLong().
|
inlinevirtual |
Definition at line 562 of file ScriptInterpreter.h.
std::optional< MemoryRegionInfo > ScriptInterpreter::GetOpaqueTypeFromSBMemoryRegionInfo | ( | const lldb::SBMemoryRegionInfo & | mem_region | ) | const |
Definition at line 94 of file ScriptInterpreter.cpp.
References lldb::SBMemoryRegionInfo::m_opaque_up.
|
inlinevirtual |
Definition at line 245 of file ScriptInterpreter.h.
Referenced by lldb_private::ScriptedStackFrameRecognizer::RecognizeFrame().
|
inline |
Definition at line 577 of file ScriptInterpreter.h.
References m_scripted_platform_interface_up.
|
inline |
Definition at line 573 of file ScriptInterpreter.h.
References m_scripted_process_interface_up.
Referenced by lldb_private::ScriptedProcess::GetInterface().
|
inlinevirtual |
Definition at line 417 of file ScriptInterpreter.h.
Referenced by lldb_private::ScriptSummaryFormat::FormatObject().
const char * lldb_private::ScriptInterpreter::GetScriptInterpreterPtyName | ( | ) |
|
inlinevirtual |
Definition at line 530 of file ScriptInterpreter.h.
Referenced by lldb_private::BreakpointResolverScripted::GetDescription(), and CommandObjectScriptingObject::GetHelp().
Status ScriptInterpreter::GetStatusFromSBError | ( | const lldb::SBError & | error | ) | const |
Definition at line 86 of file ScriptInterpreter.cpp.
References error().
|
inlinevirtual |
Definition at line 470 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 465 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 159 of file ScriptInterpreter.h.
Referenced by lldb_private::CommandInterpreter::IOHandlerInterrupt().
|
inlinevirtual |
Definition at line 555 of file ScriptInterpreter.h.
Referenced by lldb_private::PlatformDarwin::LocateExecutableScriptingResources().
|
static |
Definition at line 66 of file ScriptInterpreter.cpp.
References lldb::eScriptLanguageLua, lldb::eScriptLanguageNone, lldb::eScriptLanguagePython, and lldb::eScriptLanguageUnknown.
Referenced by lldb_private::BreakpointOptions::CreateFromStructuredData(), lldb_private::ScriptedProcess::DoUpdateThreadList(), lldb_private::BreakpointOptions::CommandBaton::GetDescription(), lldb_private::BreakpointOptions::CommandData::SerializeToStructuredData(), and StringToLanguage().
|
inlinevirtual |
Definition at line 353 of file ScriptInterpreter.h.
Referenced by lldb_private::process_gdb_remote::ProcessGDBRemote::ParsePythonTargetDefinition().
|
virtual |
Reimplemented in lldb_private::ScriptInterpreterLua.
Definition at line 56 of file ScriptInterpreter.cpp.
References error().
Referenced by lldb_private::Module::LoadScriptingResourceInTarget().
|
inlinevirtual |
Definition at line 459 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 252 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 274 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 268 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 258 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 263 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 475 of file ScriptInterpreter.h.
Referenced by CommandObjectPythonFunction::DoExecute(), and CommandObjectScriptingObject::DoExecute().
|
inlinevirtual |
Definition at line 483 of file ScriptInterpreter.h.
|
inlinevirtual |
Definition at line 491 of file ScriptInterpreter.h.
References error().
Referenced by RunScriptFormatKeyword().
|
inlinevirtual |
Definition at line 510 of file ScriptInterpreter.h.
References error().
|
inlinevirtual |
Definition at line 504 of file ScriptInterpreter.h.
References error().
|
inlinevirtual |
Definition at line 498 of file ScriptInterpreter.h.
References error().
|
inlinevirtual |
Definition at line 517 of file ScriptInterpreter.h.
References error().
|
inlinevirtual |
Definition at line 323 of file ScriptInterpreter.h.
Referenced by lldb_private::BreakpointResolverScripted::SearchCallback().
|
inlinevirtual |
Definition at line 330 of file ScriptInterpreter.h.
References lldb::eSearchDepthModule.
Referenced by lldb_private::BreakpointResolverScripted::GetDepth().
|
inlinevirtual |
Definition at line 346 of file ScriptInterpreter.h.
Referenced by lldb_private::Target::StopHookScripted::HandleStop().
|
inlinevirtual |
Definition at line 288 of file ScriptInterpreter.h.
Referenced by lldb_private::ThreadPlanPython::DoPlanExplainsStop().
|
inlinevirtual |
Definition at line 309 of file ScriptInterpreter.h.
References lldb::eStateStepping.
Referenced by lldb_private::ThreadPlanPython::GetPlanRunState().
|
inlinevirtual |
Definition at line 302 of file ScriptInterpreter.h.
Referenced by lldb_private::ThreadPlanPython::IsPlanStale().
|
inlinevirtual |
Definition at line 295 of file ScriptInterpreter.h.
Referenced by lldb_private::ThreadPlanPython::ShouldStop().
|
inlinevirtual |
Reimplemented in lldb_private::ScriptInterpreterLua.
Definition at line 383 of file ScriptInterpreter.h.
References error().
|
inlinevirtual |
This one is for deserialization:
Definition at line 391 of file ScriptInterpreter.h.
References error().
Status ScriptInterpreter::SetBreakpointCommandCallback | ( | std::vector< std::reference_wrapper< BreakpointOptions > > & | bp_options_vec, |
const char * | callback_text | ||
) |
Set the specified text as the callback for the breakpoint.
Definition at line 112 of file ScriptInterpreter.cpp.
References error(), and SetBreakpointCommandCallback().
Referenced by lldb_private::BreakpointOptions::CreateFromStructuredData(), and SetBreakpointCommandCallback().
|
inlinevirtual |
Set a script function as the callback for the breakpoint.
Reimplemented in lldb_private::ScriptInterpreterLua.
Definition at line 405 of file ScriptInterpreter.h.
References error().
Status ScriptInterpreter::SetBreakpointCommandCallbackFunction | ( | std::vector< std::reference_wrapper< BreakpointOptions > > & | bp_options_vec, |
const char * | function_name, | ||
StructuredData::ObjectSP | extra_args_sp | ||
) |
Definition at line 124 of file ScriptInterpreter.cpp.
References error(), and SetBreakpointCommandCallbackFunction().
Referenced by SetBreakpointCommandCallbackFunction().
|
inlinevirtual |
Set a one-liner as the callback for the watchpoint.
Reimplemented in lldb_private::ScriptInterpreterLua.
Definition at line 414 of file ScriptInterpreter.h.
|
static |
Definition at line 102 of file ScriptInterpreter.cpp.
References lldb::eScriptLanguageLua, lldb::eScriptLanguageNone, lldb::eScriptLanguagePython, lldb::eScriptLanguageUnknown, and LanguageToString().
Referenced by lldb_private::BreakpointOptions::CommandData::CreateFromStructuredData().
|
inlinevirtual |
Definition at line 455 of file ScriptInterpreter.h.
|
protected |
Definition at line 590 of file ScriptInterpreter.h.
Referenced by lldb_private::ScriptInterpreterLua::CollectDataForBreakpointCommandCallback(), lldb_private::ScriptInterpreterLua::CollectDataForWatchpointCommandCallback(), lldb_private::ScriptInterpreterLua::ExecuteInterpreterLoop(), lldb_private::ScriptInterpreterNone::ExecuteInterpreterLoop(), lldb_private::ScriptInterpreterLua::ExecuteOneLine(), and lldb_private::ScriptInterpreterNone::ExecuteOneLine().
|
protected |
Definition at line 591 of file ScriptInterpreter.h.
Referenced by GetLanguage().
|
protected |
Definition at line 593 of file ScriptInterpreter.h.
Referenced by GetScriptedPlatformInterface().
|
protected |
Definition at line 592 of file ScriptInterpreter.h.
Referenced by GetScriptedProcessInterface().