Searched refs:thread_plan_sp (Results 1 – 8 of 8) sorted by relevance
/external/lldb/source/Target/ |
D | Thread.cpp | 1016 Thread::PushPlan (ThreadPlanSP &thread_plan_sp) in PushPlan() argument 1018 if (thread_plan_sp) in PushPlan() 1021 if (!thread_plan_sp->GetThreadPlanTracer()) in PushPlan() 1022 thread_plan_sp->SetThreadPlanTracer(m_plan_stack.back()->GetThreadPlanTracer()); in PushPlan() 1023 m_plan_stack.push_back (thread_plan_sp); in PushPlan() 1025 thread_plan_sp->DidPush(); in PushPlan() 1031 thread_plan_sp->GetDescription (&s, lldb::eDescriptionLevelFull); in PushPlan() 1035 thread_plan_sp->GetThread().GetID()); in PushPlan() 1178 Thread::QueueThreadPlan (ThreadPlanSP &thread_plan_sp, bool abort_other_plans) in QueueThreadPlan() argument 1183 PushPlan (thread_plan_sp); in QueueThreadPlan() [all …]
|
D | Process.cpp | 4644 lldb::ThreadPlanSP &thread_plan_sp, in RunThreadPlan() argument 4654 if (thread_plan_sp.get() == NULL) in RunThreadPlan() 4660 if (!thread_plan_sp->ValidatePlan(NULL)) in RunThreadPlan() 4683 bool orig_plan_private = thread_plan_sp->GetPrivate(); in RunThreadPlan() 4684 thread_plan_sp->SetPrivate(false); in RunThreadPlan() 4758 … thread->QueueThreadPlan(thread_plan_sp, false); // This used to pass "true" does that make sense? in RunThreadPlan() 4776 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in RunThreadPlan() 5021 if (thread_plan_sp) in RunThreadPlan() 5022 thread_plan_sp->SetPrivate (orig_plan_private); in RunThreadPlan() 5156 if (thread->IsThreadPlanDone (thread_plan_sp.get())) in RunThreadPlan() [all …]
|
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DynamicLoaderPOSIXDYLD.cpp | 349 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local 356 return thread_plan_sp; in GetStepThroughTrampolinePlan() 360 return thread_plan_sp; in GetStepThroughTrampolinePlan() 369 return thread_plan_sp; in GetStepThroughTrampolinePlan() 393 thread_plan_sp.reset(new ThreadPlanRunToAddress(thread, addrs, stop)); in GetStepThroughTrampolinePlan() 396 return thread_plan_sp; in GetStepThroughTrampolinePlan()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 280 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local 282 … thread_plan_sp = m_objc_trampoline_handler_ap->GetStepThroughDispatchPlan (thread, stop_others); in GetStepThroughTrampolinePlan() 283 return thread_plan_sp; in GetStepThroughTrampolinePlan()
|
/external/lldb/include/lldb/Target/ |
D | ThreadPlan.h | 441 PushPlan (lldb::ThreadPlanSP &thread_plan_sp) in PushPlan() argument 443 m_thread.PushPlan (thread_plan_sp); in PushPlan()
|
D | Process.h | 2486 lldb::ThreadPlanSP &thread_plan_sp,
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 1593 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local 1672 … thread_plan_sp.reset (new ThreadPlanRunToAddress (thread, addresses, stop_others)); in GetStepThroughTrampolinePlan() 1704 return thread_plan_sp; in GetStepThroughTrampolinePlan()
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 1555 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local 1559 return thread_plan_sp; in GetStepThroughTrampolinePlan()
|