Lines Matching refs:ScriptInterpreter
30 ScriptInterpreter::ScriptInterpreter(Debugger &debugger, in ScriptInterpreter() function in ScriptInterpreter
34 void ScriptInterpreter::CollectDataForBreakpointCommandCallback( in CollectDataForBreakpointCommandCallback()
41 void ScriptInterpreter::CollectDataForWatchpointCommandCallback( in CollectDataForWatchpointCommandCallback()
47 StructuredData::DictionarySP ScriptInterpreter::GetInterpreterInfo() { in GetInterpreterInfo()
51 bool ScriptInterpreter::LoadScriptingModule(const char *filename, in LoadScriptingModule()
61 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString()
76 ScriptInterpreter::GetDataExtractorFromSBData(const lldb::SBData &data) const { in GetDataExtractorFromSBData()
80 lldb::BreakpointSP ScriptInterpreter::GetOpaqueTypeFromSBBreakpoint( in GetOpaqueTypeFromSBBreakpoint()
85 lldb::ProcessAttachInfoSP ScriptInterpreter::GetOpaqueTypeFromSBAttachInfo( in GetOpaqueTypeFromSBAttachInfo()
90 lldb::ProcessLaunchInfoSP ScriptInterpreter::GetOpaqueTypeFromSBLaunchInfo( in GetOpaqueTypeFromSBLaunchInfo()
97 ScriptInterpreter::GetStatusFromSBError(const lldb::SBError &error) const { in GetStatusFromSBError()
105 ScriptInterpreter::GetOpaqueTypeFromSBMemoryRegionInfo( in GetOpaqueTypeFromSBMemoryRegionInfo()
113 ScriptInterpreter::StringToLanguage(const llvm::StringRef &language) { in StringToLanguage()
123 Status ScriptInterpreter::SetBreakpointCommandCallback( in SetBreakpointCommandCallback()
136 Status ScriptInterpreter::SetBreakpointCommandCallbackFunction( in SetBreakpointCommandCallbackFunction()
150 ScriptInterpreter::AcquireInterpreterLock() { in AcquireInterpreterLock()