Home
last modified time | relevance | path

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

12

/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp49 .GetScriptInterpreter(); in CreateImplementationIfNeeded()
100 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { in GetScriptInterpreter()
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()
99 ScriptInterpreter *BreakpointResolverScripted::GetScriptInterpreter() { GetScriptInterpreter() function in BreakpointResolverScripted
H A DBreakpointOptions.cpp306 ScriptInterpreter *interp = target.GetDebugger().GetScriptInterpreter(); in CreateFromStructuredData()
/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1063 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1087 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1133 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in HandleArgumentCompletion()
1154 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1164 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1180 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1195 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1251 m_interpreter.GetDebugger().GetScriptInterpreter(); in SetOptionValue()
1283 m_interpreter.GetDebugger().GetScriptInterpreter(); in GetDefinitions()
1731 interpreter.GetDebugger().GetScriptInterpreter(); in CommandObjectScriptingObjectParsed()
[all...]
H A DCommandObjectScripting.cpp104 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
H A DCommandObjectType.cpp182 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()
1262 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1272 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_ScriptSummary()
1588 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in AddSummary()
2163 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in Execute_PythonClass()
2250 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in AddSynth()
H A DCommandObjectWatchpointCommand.cpp400 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
H A DCommandObjectBreakpointCommand.cpp377 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
H A DCommandObjectFrame.cpp884 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in DoExecute()
/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.h89 ScriptInterpreter *GetScriptInterpreter() const { in GetScriptInterpreter() function
/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanPython.h
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h62 ScriptInterpreter *GetScriptInterpreter();
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp285 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in BreakpointCallbackFunction()
313 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in WatchpointCallbackFunction()
/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp237 .GetScriptInterpreter() in SetScriptCallbackFunction()
264 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBTypeCategory.cpp362 debugger_sp->GetScriptInterpreter(); in AddTypeSummary()
454 debugger_sp->GetScriptInterpreter(); in AddTypeSynthetic()
H A DSBStructuredData.cpp49 debugger.m_opaque_sp->GetScriptInterpreter(true, obj.GetLanguage()); in SBStructuredData()
H A DSBBreakpointName.cpp575 .GetScriptInterpreter() in SetScriptCallbackFunction()
599 .GetScriptInterpreter() in SetScriptCallbackBody()
H A DSBBreakpoint.cpp620 .GetScriptInterpreter() in SetScriptCallbackFunction()
645 .GetScriptInterpreter() in SetScriptCallbackBody()
/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp199 target_sp->GetDebugger().GetScriptInterpreter(); in GetDescription()
H A DTypeSynthetic.cpp170 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in FrontEnd()
H A DFormatManager.cpp187 target_sp->GetDebugger().GetScriptInterpreter(); in GetPossibleMatches()
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp83 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in OperatingSystemPython()
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp90 target_sp->GetDebugger().GetScriptInterpreter(); in ScriptedProcess()
/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h174 GetScriptInterpreter(bool can_create = true,

12