Home
last modified time | relevance | path

Searched refs:ScriptInterpreter (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp30 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( in LoadScriptingModule()
60 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { in LanguageToString()
75 ScriptInterpreter::GetDataExtractorFromSBData(const lldb::SBData &data) const { in GetDataExtractorFromSBData()
79 lldb::BreakpointSP ScriptInterpreter::GetOpaqueTypeFromSBBreakpoint( in GetOpaqueTypeFromSBBreakpoint()
84 lldb::ProcessAttachInfoSP ScriptInterpreter::GetOpaqueTypeFromSBAttachInfo( in GetOpaqueTypeFromSBAttachInfo()
89 lldb::ProcessLaunchInfoSP ScriptInterpreter::GetOpaqueTypeFromSBLaunchInfo( in GetOpaqueTypeFromSBLaunchInfo()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp48 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded()
100 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter()
110 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback()
124 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth()
136 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
H A DBreakpointOptions.cpp55 ScriptInterpreter::LanguageToString(interpreter)); in SerializeToStructuredData()
77 interp_language = ScriptInterpreter::StringToLanguage(interpreter_str); in CreateFromStructuredData()
302 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
311 ScriptInterpreter::LanguageToString(cmd_data_up->interpreter) in CreateFromStructuredData()
570 ScriptInterpreter::LanguageToString(data->interpreter)); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamString.h23 class ScriptInterpreter; variable
50 friend class ScriptInterpreter;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h28 class ScriptInterpreterPython : public ScriptInterpreter,
45 : ScriptInterpreter(debugger, lldb::eScriptLanguagePython), in ScriptInterpreterPython()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExecutionContext.h19 class ScriptInterpreter; variable
60 friend class lldb_private::ScriptInterpreter;
H A DSBEvent.h18 class ScriptInterpreter; variable
77 friend class lldb_private::ScriptInterpreter;
H A DSBAttachInfo.h15 class ScriptInterpreter; variable
202 friend class lldb_private::ScriptInterpreter;
H A DSBLaunchInfo.h16 class ScriptInterpreter; variable
213 friend class lldb_private::ScriptInterpreter;
H A DSBError.h15 class ScriptInterpreter; variable
102 friend class lldb_private::ScriptInterpreter;
H A DSBStream.h17 class ScriptInterpreter; variable
110 friend class lldb_private::ScriptInterpreter;
H A DSBBreakpoint.h17 class ScriptInterpreter; variable
168 friend class lldb_private::ScriptInterpreter;
H A DSBData.h15 class ScriptInterpreter; variable
157 friend class lldb_private::ScriptInterpreter;
H A DSBMemoryRegionInfo.h124 friend class lldb_private::ScriptInterpreter;
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h78 ScriptInterpreter *script_interpreter, TypeImpl type,
90 ScriptInterpreter *GetScriptInterpreter() const { in GetScriptInterpreter()
121 ScriptInterpreter *m_script_interpreter;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DScriptedThreadPlan.cpp33 ScriptInterpreter *interpreter = GetScriptInterpreter(); in ScriptedThreadPlan()
73 ScriptInterpreter *ScriptedThreadPlan::GetScriptInterpreter() { in GetScriptInterpreter()
181 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h21 class ScriptInterpreter; variable
80 lldb_private::ScriptInterpreter *m_interpreter = nullptr;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1066 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1090 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1136 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObjectRaw()
1157 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetRepeatCommand()
1167 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1183 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1198 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1253 ScriptInterpreter *scripter = in SetOptionValue()
1285 ScriptInterpreter *scripter = in OptionParsingStarting()
1732 ScriptInterpreter *scripter = in HandleOptionArgumentCompletion()
[all …]
H A DCommandObjectScripting.cpp103 ScriptInterpreter *script_interpreter = in DoExecute()
221 print_field("Language", ScriptInterpreter::LanguageToString(lang)); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h80 lldb_private::ScriptInterpreter *m_interpreter;
86 ScriptedStackFrameRecognizer(lldb_private::ScriptInterpreter *interpreter,
H A DScriptedThreadPlan.h59 ScriptInterpreter *GetScriptInterpreter();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h16 class ScriptInterpreterNone : public ScriptInterpreter {
H A DScriptInterpreterNone.cpp25 : ScriptInterpreter(debugger, eScriptLanguageNone) {} in LLDB_PLUGIN_DEFINE()
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua.swig20 #include "../source/Plugins/ScriptInterpreter/Lua/SWIGLuaBridge.h"
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h62 ScriptInterpreter *GetScriptInterpreter();

123