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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1064 Thread::PushPlan (ThreadPlanSP &thread_plan_sp) argument
1066 if (thread_plan_sp)
1069 if (!thread_plan_sp->GetThreadPlanTracer())
1070 thread_plan_sp->SetThreadPlanTracer(m_plan_stack.back()->GetThreadPlanTracer());
1071 m_plan_stack.push_back (thread_plan_sp);
1073 thread_plan_sp->DidPush();
1079 thread_plan_sp->GetDescription (&s, lldb::eDescriptionLevelFull);
1083 thread_plan_sp->GetThread().GetID());
1226 Thread::QueueThreadPlan (ThreadPlanSP &thread_plan_sp, bool abort_other_plans) argument
1231 PushPlan (thread_plan_sp);
1431 ThreadPlanSP thread_plan_sp; local
1449 ThreadPlanSP thread_plan_sp; local
[all...]
H A DProcess.cpp4934 lldb::ThreadPlanSP &thread_plan_sp,
4940 if (thread_plan_sp.get() == NULL)
4946 if (!thread_plan_sp->ValidatePlan(NULL))
4969 bool orig_plan_private = thread_plan_sp->GetPrivate();
4970 thread_plan_sp->SetPrivate(false);
5044 thread->QueueThreadPlan(thread_plan_sp, false); // This used to pass "true" does that make sense?
5073 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose);
5335 if (thread_plan_sp)
5336 thread_plan_sp->SetPrivate (orig_plan_private);
5470 if (thread->IsThreadPlanDone (thread_plan_sp
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp309 ThreadPlanSP thread_plan_sp; local
316 return thread_plan_sp;
320 return thread_plan_sp;
329 return thread_plan_sp;
353 thread_plan_sp.reset(new ThreadPlanRunToAddress(thread, addrs, stop));
356 return thread_plan_sp;
/freebsd-10-stable/contrib/llvm/tools/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.h2551 lldb::ThreadPlanSP &thread_plan_sp,

Completed in 217 milliseconds