Home
last modified time | relevance | path

Searched defs:thread_plan_sp (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThreadPlan.cpp133 ThreadPlanSP thread_plan_sp(GetSP()); in GetThread() local
143 ThreadPlanSP thread_plan_sp(GetSP()); in GetDescription() local
159 ThreadPlanSP thread_plan_sp(GetSP()); in SetPlanComplete() local
167 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanComplete() local
176 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanStale() local
185 ThreadPlanSP thread_plan_sp(GetSP()); in IsValid() local
194 ThreadPlanSP thread_plan_sp(GetSP()); in GetStopOthers() local
203 ThreadPlanSP thread_plan_sp(GetSP()); in SetStopOthers() local
227 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepOverRange() local
267 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepInRange() local
[all …]
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1091 void Thread::PushPlan(ThreadPlanSP thread_plan_sp) { in PushPlan()
1172 Status Thread::QueueThreadPlan(ThreadPlanSP &thread_plan_sp, in QueueThreadPlan()
1255 ThreadPlanSP thread_plan_sp(new ThreadPlanBase(*this)); in QueueBasePlan() local
1263 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInstruction( in QueueThreadPlanForStepSingleInstruction() local
1273 ThreadPlanSP thread_plan_sp; in QueueThreadPlanForStepOverRange() local
1302 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInRange( in QueueThreadPlanForStepInRange() local
1331 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOut() local
1345 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOutNoShouldStop() local
1362 ThreadPlanSP thread_plan_sp( in QueueThreadPlanForStepThrough() local
1375 ThreadPlanSP thread_plan_sp( in QueueThreadPlanForRunToAddress() local
[all …]
H A DThreadPlanStack.cpp389 for (lldb::ThreadPlanSP thread_plan_sp : m_plans) in ClearThreadCache() local
H A DProcess.cpp4552 RestorePlanState(lldb::ThreadPlanSP thread_plan_sp) in RestorePlanState()
4619 HandleStoppedEvent(lldb::tid_t thread_id, const ThreadPlanSP &thread_plan_sp, in HandleStoppedEvent()
4677 lldb::ThreadPlanSP &thread_plan_sp, in RunThreadPlan()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlan.h502 void PushPlan(lldb::ThreadPlanSP &thread_plan_sp) { in PushPlan()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp870 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
1127 lldb::ThreadPlanSP thread_plan_sp(new ThreadPlanCallFunction( in GetThreadLocalData() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp404 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp364 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp497 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h283 lldb::ThreadPlanSP thread_plan_sp) { in CreateScriptedThreadPlan()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1493 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1560 auto thread_plan_sp = in InitCompletionHookCallback() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1642 std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) { in CreateScriptedThreadPlan()