Home
last modified time | relevance | path

Searched refs:implementor_sp (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1669 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop() argument
1672 if (implementor_sp) in ScriptedThreadPlanExplainsStop()
1673 generic = implementor_sp->GetAsGeneric(); in ScriptedThreadPlanExplainsStop()
1686 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop() argument
1689 if (implementor_sp) in ScriptedThreadPlanShouldStop()
1690 generic = implementor_sp->GetAsGeneric(); in ScriptedThreadPlanShouldStop()
1703 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanIsStale() argument
1706 if (implementor_sp) in ScriptedThreadPlanIsStale()
1707 generic = implementor_sp->GetAsGeneric(); in ScriptedThreadPlanIsStale()
1720 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanGetRunState() argument
[all …]
H A DScriptInterpreterPythonImpl.h86 bool ScriptedThreadPlanExplainsStop(StructuredData::ObjectSP implementor_sp,
90 bool ScriptedThreadPlanShouldStop(StructuredData::ObjectSP implementor_sp,
93 bool ScriptedThreadPlanIsStale(StructuredData::ObjectSP implementor_sp,
97 ScriptedThreadPlanGetRunState(StructuredData::ObjectSP implementor_sp,
105 StructuredData::GenericSP implementor_sp,
109 StructuredData::GenericSP implementor_sp) override;
116 bool ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp,
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h288 ScriptedThreadPlanExplainsStop(StructuredData::ObjectSP implementor_sp, in ScriptedThreadPlanExplainsStop() argument
295 ScriptedThreadPlanShouldStop(StructuredData::ObjectSP implementor_sp, in ScriptedThreadPlanShouldStop() argument
302 ScriptedThreadPlanIsStale(StructuredData::ObjectSP implementor_sp, in ScriptedThreadPlanIsStale() argument
309 ScriptedThreadPlanGetRunState(StructuredData::ObjectSP implementor_sp, in ScriptedThreadPlanGetRunState() argument
323 ScriptedBreakpointResolverSearchCallback(StructuredData::GenericSP implementor_sp, in ScriptedBreakpointResolverSearchCallback() argument
330 ScriptedBreakpointResolverSearchDepth(StructuredData::GenericSP implementor_sp) in ScriptedBreakpointResolverSearchDepth() argument
346 ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp, in ScriptedStopHookHandleStop() argument