Home
last modified time | relevance | path

Searched refs:GetScriptInterpreter (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp49 .GetScriptInterpreter(); in CreateImplementationIfNeeded()
100 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter() function in BreakpointResolverScripted
101 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
110 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback()
124 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth()
136 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription()
H A DBreakpointOptions.cpp302 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DScriptedThreadPlan.cpp33 ScriptInterpreter *interpreter = GetScriptInterpreter(); in ScriptedThreadPlan()
73 ScriptInterpreter *ScriptedThreadPlan::GetScriptInterpreter() { in GetScriptInterpreter() function in ScriptedThreadPlan
74 return m_process.GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
181 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetDescription()
/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()
1254 m_interpreter.GetDebugger().GetScriptInterpreter(); in SetOptionValue()
1286 m_interpreter.GetDebugger().GetScriptInterpreter(); in OptionParsingStarting()
1733 interpreter.GetDebugger().GetScriptInterpreter(); in HandleOptionArgumentCompletion()
[all …]
H A DCommandObjectType.cpp187 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
199 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
427 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
439 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete()
1281 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1291 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1608 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in AddSummary()
2182 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_PythonClass()
2269 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in AddSynth()
H A DCommandObjectScripting.cpp104 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp402 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
H A DCommandObjectBreakpointCommand.cpp379 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
H A DCommandObjectFrame.cpp892 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h109 if (candidate_type.GetScriptInterpreter()) in Matches()
110 return candidate_type.GetScriptInterpreter()->FormatterCallbackFunction( in Matches()
H A DFormatClasses.h90 ScriptInterpreter *GetScriptInterpreter() const { in GetScriptInterpreter() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DScriptedThreadPlan.h59 ScriptInterpreter *GetScriptInterpreter();
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h62 ScriptInterpreter *GetScriptInterpreter();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp362 debugger_sp->GetScriptInterpreter(); in AddTypeSummary()
454 debugger_sp->GetScriptInterpreter(); in AddTypeSynthetic()
H A DSBBreakpointLocation.cpp237 .GetScriptInterpreter() in SetScriptCallbackFunction()
264 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBBreakpointName.cpp576 .GetScriptInterpreter() in SetScriptCallbackFunction()
600 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBStructuredData.cpp49 debugger.m_opaque_sp->GetScriptInterpreter(true, obj.GetLanguage()); in SBStructuredData()
H A DSBBreakpoint.cpp620 .GetScriptInterpreter() in SetScriptCallbackFunction()
645 .GetScriptInterpreter() in SetScriptCallbackBody()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp297 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in BreakpointCallbackFunction()
325 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in WatchpointCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp171 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in FrontEnd()
H A DTypeSummary.cpp207 target_sp->GetDebugger().GetScriptInterpreter(); in FormatObject()
H A DFormatManager.cpp188 target_sp->GetDebugger().GetScriptInterpreter(); in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp83 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in OperatingSystemPython()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp92 target_sp->GetDebugger().GetScriptInterpreter(); in ScriptedProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h169 GetScriptInterpreter(bool can_create = true,

12