Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanPython.cpp64 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush() local
65 if (script_interp) { in DidPush()
66 m_implementation_sp = script_interp->CreateScriptedThreadPlan( in DidPush()
80 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop() local
81 if (script_interp) { in ShouldStop()
83 should_stop = script_interp->ScriptedThreadPlanShouldStop( in ShouldStop()
99 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale() local
100 if (script_interp) { in IsPlanStale()
102 is_stale = script_interp->ScriptedThreadPlanIsStale(m_implementation_sp, in IsPlanStale()
118 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop() local
[all …]
H A DTarget.cpp3733 ScriptInterpreter *script_interp = in SetScriptCallback() local
3735 if (!script_interp) { in SetScriptCallback()
3743 m_implementation_sp = script_interp->CreateScriptedStopHook( in SetScriptCallback()
3755 ScriptInterpreter *script_interp = in HandleStop() local
3757 if (!script_interp) in HandleStop()
3760 bool should_stop = script_interp->ScriptedStopHookHandleStop( in HandleStop()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp413 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local
417 script_interp->SetWatchpointCommandCallback( in DoExecute()
427 script_interp->SetWatchpointCommandCallback( in DoExecute()
430 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()