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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp63 ScriptInterpreter *script_interp = m_thread.GetProcess() local
67 if (script_interp) {
68 m_implementation_sp = script_interp->CreateScriptedThreadPlan(
82 ScriptInterpreter *script_interp = m_thread.GetProcess() local
86 if (script_interp) {
88 should_stop = script_interp->ScriptedThreadPlanShouldStop(
104 ScriptInterpreter *script_interp = m_thread.GetProcess() local
108 if (script_interp) {
110 is_stale = script_interp->ScriptedThreadPlanIsStale(m_implementation_sp,
126 ScriptInterpreter *script_interp local
162 ScriptInterpreter *script_interp = m_thread.GetProcess() local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp47 ScriptInterpreter *script_interp = target_sp->GetDebugger() local
49 if (!script_interp)
52 m_implementation_sp = script_interp->CreateScriptedBreakpointResolver(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp446 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( variable
450 script_interp->SetWatchpointCommandCallback(
460 script_interp->SetWatchpointCommandCallback(
463 script_interp->CollectDataForWatchpointCommandCallback(wp_options,
H A DCommandObjectBreakpointCommand.cpp420 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( variable
424 script_interp->SetBreakpointCommandCallback(
427 Status error = script_interp->SetBreakpointCommandCallbackFunction(
433 script_interp->CollectDataForBreakpointCommandCallback(

Completed in 124 milliseconds