Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBThreadPlan.cpp139 ThreadPlanSP thread_plan_sp(GetSP()); in GetThread() local
151 ThreadPlanSP thread_plan_sp(GetSP()); in GetDescription() local
167 ThreadPlanSP thread_plan_sp(GetSP()); in SetPlanComplete() local
175 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanComplete() local
184 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanStale() local
193 ThreadPlanSP thread_plan_sp(GetSP()); in IsValid() local
202 ThreadPlanSP thread_plan_sp(GetSP()); in GetStopOthers() local
211 ThreadPlanSP thread_plan_sp(GetSP()); in SetStopOthers() local
241 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepOverRange() local
287 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepInRange() local
[all …]
/external/llvm-project/lldb/source/Target/
DThread.cpp1073 void Thread::PushPlan(ThreadPlanSP thread_plan_sp) { in PushPlan()
1154 Status Thread::QueueThreadPlan(ThreadPlanSP &thread_plan_sp, in QueueThreadPlan()
1245 ThreadPlanSP thread_plan_sp(new ThreadPlanBase(*this)); in QueueFundamentalPlan() local
1253 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInstruction( in QueueThreadPlanForStepSingleInstruction() local
1263 ThreadPlanSP thread_plan_sp; in QueueThreadPlanForStepOverRange() local
1292 ThreadPlanSP thread_plan_sp( in QueueThreadPlanForStepInRange() local
1326 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOut() local
1340 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOutNoShouldStop() local
1356 ThreadPlanSP thread_plan_sp( in QueueThreadPlanForStepThrough() local
1369 ThreadPlanSP thread_plan_sp( in QueueThreadPlanForRunToAddress() local
[all …]
DProcess.cpp4633 RestorePlanState(lldb::ThreadPlanSP thread_plan_sp) in RestorePlanState()
4700 HandleStoppedEvent(lldb::tid_t thread_id, const ThreadPlanSP &thread_plan_sp, in HandleStoppedEvent()
4758 lldb::ThreadPlanSP &thread_plan_sp, in RunThreadPlan()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h416 void PushPlan(lldb::ThreadPlanSP &thread_plan_sp) { in PushPlan()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp869 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
1127 lldb::ThreadPlanSP thread_plan_sp(new ThreadPlanCallFunction( in GetThreadLocalData() local
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonTestSuite.cpp119 const lldb::ThreadPlanSP &thread_plan_sp) { in LLDBSwigPythonCreateScriptedThreadPlan()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.cpp414 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp362 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp457 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h249 lldb::ThreadPlanSP thread_plan_sp) { in CreateScriptedThreadPlan()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp1523 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1586 auto thread_plan_sp = in InitCompletionHookCallback() local
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1829 std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) { in CreateScriptedThreadPlan()