Searched refs:thread_plan_sp (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Target/
H A DThread.cpp1016 Thread::PushPlan (ThreadPlanSP &thread_plan_sp) argument
1018 if (thread_plan_sp)
1021 if (!thread_plan_sp->GetThreadPlanTracer())
1022 thread_plan_sp->SetThreadPlanTracer(m_plan_stack.back()->GetThreadPlanTracer());
1023 m_plan_stack.push_back (thread_plan_sp);
1025 thread_plan_sp->DidPush();
1031 thread_plan_sp->GetDescription (&s, lldb::eDescriptionLevelFull);
1035 thread_plan_sp->GetThread().GetID());
1178 Thread::QueueThreadPlan (ThreadPlanSP &thread_plan_sp, bool abort_other_plans) argument
1183 PushPlan (thread_plan_sp);
1383 ThreadPlanSP thread_plan_sp; local
1401 ThreadPlanSP thread_plan_sp; local
[all...]
H A DProcess.cpp4644 lldb::ThreadPlanSP &thread_plan_sp,
4654 if (thread_plan_sp.get() == NULL)
4660 if (!thread_plan_sp->ValidatePlan(NULL))
4683 bool orig_plan_private = thread_plan_sp->GetPrivate();
4684 thread_plan_sp->SetPrivate(false);
4758 thread->QueueThreadPlan(thread_plan_sp, false); // This used to pass "true" does that make sense?
4776 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose);
5021 if (thread_plan_sp)
5022 thread_plan_sp->SetPrivate (orig_plan_private);
5156 if (thread->IsThreadPlanDone (thread_plan_sp
[all...]
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp349 ThreadPlanSP thread_plan_sp; local
356 return thread_plan_sp;
360 return thread_plan_sp;
369 return thread_plan_sp;
393 thread_plan_sp.reset(new ThreadPlanRunToAddress(thread, addrs, stop));
396 return thread_plan_sp;
/external/lldb/include/lldb/Target/
H A DThreadPlan.h441 PushPlan (lldb::ThreadPlanSP &thread_plan_sp) argument
443 m_thread.PushPlan (thread_plan_sp);
H A DProcess.h2486 lldb::ThreadPlanSP &thread_plan_sp,
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp280 ThreadPlanSP thread_plan_sp; local
282 thread_plan_sp = m_objc_trampoline_handler_ap->GetStepThroughDispatchPlan (thread, stop_others);
283 return thread_plan_sp;
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1593 ThreadPlanSP thread_plan_sp; local
1672 thread_plan_sp.reset (new ThreadPlanRunToAddress (thread, addresses, stop_others));
1704 return thread_plan_sp;
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1555 ThreadPlanSP thread_plan_sp; local
1559 return thread_plan_sp;

Completed in 281 milliseconds