Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanPython.cpp63 ScriptInterpreter *script_interp = m_thread.GetProcess() in DidPush() local
68 if (script_interp) { in DidPush()
83 ScriptInterpreter *script_interp = m_thread.GetProcess() in ShouldStop() local
88 if (script_interp) { in ShouldStop()
90 should_stop = script_interp->ScriptedThreadPlanShouldStop( in ShouldStop()
107 ScriptInterpreter *script_interp = m_thread.GetProcess() in IsPlanStale() local
112 if (script_interp) { in IsPlanStale()
131 ScriptInterpreter *script_interp = m_thread.GetProcess() in DoPlanExplainsStop() local
136 if (script_interp) { in DoPlanExplainsStop()
170 ScriptInterpreter *script_interp = m_thread.GetProcess() in GetPlanRunState() local
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp36 ScriptInterpreter &script_interp) in BreakpointResolverScripted() argument
51 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded() local
54 if (!script_interp) in CreateImplementationIfNeeded()
57 m_implementation_sp = script_interp->CreateScriptedBreakpointResolver( in CreateImplementationIfNeeded()
109 ScriptInterpreter *script_interp = bkpt->GetTarget() in CreateFromStructuredData() local
114 *script_interp); in CreateFromStructuredData()
182 ScriptInterpreter *script_interp = GetScriptInterpreter(); in CopyForBreakpoint() local
187 m_depth, nullptr, *script_interp)); in CopyForBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp428 ScriptInterpreter *script_interp = m_interpreter.GetScriptInterpreter(); in DoExecute() local
431 script_interp->SetBreakpointCommandCallback( in DoExecute()
434 script_interp->SetBreakpointCommandCallbackFunction( in DoExecute()
437 script_interp->CollectDataForBreakpointCommandCallback( in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h33 ScriptInterpreter &script_interp);