Home
last modified time | relevance | path

Searched refs:script_interp (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp64 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush() local
65 if (script_interp) { in DidPush()
80 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop() local
81 if (script_interp) { in ShouldStop()
99 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale() local
100 if (script_interp) { in IsPlanStale()
118 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop() local
119 if (script_interp) { in DoPlanExplainsStop()
154 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetPlanRunState() local
155 if (script_interp) { in GetPlanRunState()
[all …]
H A DTarget.cpp3849 ScriptInterpreter *script_interp = in SetScriptCallback() local
3851 if (!script_interp) { in SetScriptCallback()
3859 m_implementation_sp = script_interp->CreateScriptedStopHook( in SetScriptCallback()
3871 ScriptInterpreter *script_interp = in HandleStop() local
3873 if (!script_interp) in HandleStop()
3876 bool should_stop = script_interp->ScriptedStopHookHandleStop( in HandleStop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp48 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded() local
50 if (!script_interp) in CreateImplementationIfNeeded()
53 m_implementation_sp = script_interp->CreateScriptedBreakpointResolver( in CreateImplementationIfNeeded()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp413 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local
417 script_interp->SetWatchpointCommandCallback( in DoExecute()
428 script_interp->SetWatchpointCommandCallback( in DoExecute()
431 script_interp->CollectDataForWatchpointCommandCallback(wp_options, in DoExecute()
H A DCommandObjectBreakpointCommand.cpp390 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local
394 error = script_interp->SetBreakpointCommandCallback( in DoExecute()
397 error = script_interp->SetBreakpointCommandCallbackFunction( in DoExecute()
401 script_interp->CollectDataForBreakpointCommandCallback( in DoExecute()