| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanPython.cpp | 55 ScriptInterpreter *ThreadPlanPython::GetScriptInterpreter() { in GetScriptInterpreter() function in ThreadPlanPython 56 return m_process.GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter() 64 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush() 80 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop() 99 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale() 118 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop() 154 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetPlanRunState() 169 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetDescription()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 49 .GetScriptInterpreter(); in CreateImplementationIfNeeded() 99 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter() function in BreakpointResolverScripted 100 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter() 109 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback() 123 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth() 135 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
|
| H A D | BreakpointOptions.cpp | 309 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadPlanPython.h | 63 ScriptInterpreter *GetScriptInterpreter();
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersContainer.h | 109 if (candidate_type.GetScriptInterpreter()) in Matches() 110 return candidate_type.GetScriptInterpreter()->FormatterCallbackFunction( in Matches()
|
| H A D | FormatClasses.h | 89 ScriptInterpreter *GetScriptInterpreter() const { in GetScriptInterpreter() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolverScripted.h | 62 ScriptInterpreter *GetScriptInterpreter();
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1100 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() 1124 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() 1165 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject() 1187 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp() 1203 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() 1218 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() 1354 if (GetDebugger().GetScriptInterpreter()->LoadScriptingModule( in DoExecute() 1504 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() 1616 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
|
| H A D | CommandObjectScript.cpp | 91 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
|
| H A D | CommandObjectType.cpp | 182 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() 194 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() 419 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() 431 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() 1287 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary() 1297 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary() 1621 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in AddSummary() 2268 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_PythonClass() 2362 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in AddSynth()
|
| H A D | CommandObjectWatchpointCommand.cpp | 413 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
|
| H A D | CommandObjectBreakpointCommand.cpp | 390 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
|
| H A D | CommandObjectFrame.cpp | 905 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 237 .GetScriptInterpreter() in SetScriptCallbackFunction() 264 .GetScriptInterpreter() in SetScriptCallbackBody()
|
| H A D | SBTypeCategory.cpp | 362 debugger_sp->GetScriptInterpreter(); in AddTypeSummary() 454 debugger_sp->GetScriptInterpreter(); in AddTypeSynthetic()
|
| H A D | SBStructuredData.cpp | 49 debugger.m_opaque_sp->GetScriptInterpreter(true, obj.GetLanguage()); in SBStructuredData()
|
| H A D | SBBreakpointName.cpp | 576 .GetScriptInterpreter() in SetScriptCallbackFunction() 600 .GetScriptInterpreter() in SetScriptCallbackBody()
|
| H A D | SBBreakpoint.cpp | 619 .GetScriptInterpreter() in SetScriptCallbackFunction() 644 .GetScriptInterpreter() in SetScriptCallbackBody()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 284 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in BreakpointCallbackFunction() 312 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in WatchpointCallbackFunction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSummary.cpp | 169 target_sp->GetDebugger().GetScriptInterpreter(); in FormatObject()
|
| H A D | TypeSynthetic.cpp | 160 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in FrontEnd()
|
| H A D | FormatManager.cpp | 183 valobj.GetTargetSP()->GetDebugger().GetScriptInterpreter(); in GetPossibleMatches()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 83 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in OperatingSystemPython()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 90 target_sp->GetDebugger().GetScriptInterpreter(); in ScriptedProcess()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 181 GetScriptInterpreter(bool can_create = true,
|