Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp68 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush() local
69 if (script_interp) { in DidPush()
84 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop() local
85 if (script_interp) { in ShouldStop()
87 should_stop = script_interp->ScriptedThreadPlanShouldStop( in ShouldStop()
103 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale() local
104 if (script_interp) { in IsPlanStale()
122 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop() local
123 if (script_interp) { in DoPlanExplainsStop()
155 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetPlanRunState() local
[all …]
H A DTarget.cpp3430 ScriptInterpreter *script_interp = in SetScriptCallback() local
3432 if (!script_interp) { in SetScriptCallback()
3444 m_implementation_sp = script_interp->CreateScriptedStopHook( in SetScriptCallback()
3456 ScriptInterpreter *script_interp = in HandleStop() local
3458 if (!script_interp) in HandleStop()
3461 bool should_stop = script_interp->ScriptedStopHookHandleStop( in HandleStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp49 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded() local
51 if (!script_interp) in CreateImplementationIfNeeded()
54 m_implementation_sp = script_interp->CreateScriptedBreakpointResolver( in CreateImplementationIfNeeded()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp443 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local
447 script_interp->SetWatchpointCommandCallback( in DoExecute()
457 script_interp->SetWatchpointCommandCallback( in DoExecute()
460 script_interp->CollectDataForWatchpointCommandCallback(wp_options, in DoExecute()
H A DCommandObjectBreakpointCommand.cpp419 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local
423 error = script_interp->SetBreakpointCommandCallback( in DoExecute()
426 error = script_interp->SetBreakpointCommandCallbackFunction( in DoExecute()
430 script_interp->CollectDataForBreakpointCommandCallback( in DoExecute()