Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanPython.cpp68 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush() local
69 if (script_interp) { in DidPush()
70 m_implementation_sp = script_interp->CreateScriptedThreadPlan( 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()
106 is_stale = script_interp->ScriptedThreadPlanIsStale(m_implementation_sp, in IsPlanStale()
122 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop() local
[all …]
DTarget.cpp3369 ScriptInterpreter *script_interp = in SetScriptCallback() local
3371 if (!script_interp) { in SetScriptCallback()
3383 m_implementation_sp = script_interp->CreateScriptedStopHook( in SetScriptCallback()
3395 ScriptInterpreter *script_interp = in HandleStop() local
3397 if (!script_interp) in HandleStop()
3400 bool should_stop = script_interp->ScriptedStopHookHandleStop( in HandleStop()
/external/llvm-project/lldb/source/Breakpoint/
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()
/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp446 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local
450 script_interp->SetWatchpointCommandCallback( in DoExecute()
460 script_interp->SetWatchpointCommandCallback( in DoExecute()
463 script_interp->CollectDataForWatchpointCommandCallback(wp_options, in DoExecute()
DCommandObjectBreakpointCommand.cpp418 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local
422 error = script_interp->SetBreakpointCommandCallback( in DoExecute()
425 error = script_interp->SetBreakpointCommandCallbackFunction( in DoExecute()
429 script_interp->CollectDataForBreakpointCommandCallback( in DoExecute()