Home
last modified time | relevance | path

Searched refs:thread_plan_sp (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp1113 Thread::PushPlan (ThreadPlanSP &thread_plan_sp) in PushPlan() argument
1115 if (thread_plan_sp) in PushPlan()
1118 if (!thread_plan_sp->GetThreadPlanTracer()) in PushPlan()
1119 thread_plan_sp->SetThreadPlanTracer(m_plan_stack.back()->GetThreadPlanTracer()); in PushPlan()
1120 m_plan_stack.push_back (thread_plan_sp); in PushPlan()
1122 thread_plan_sp->DidPush(); in PushPlan()
1128 thread_plan_sp->GetDescription (&s, lldb::eDescriptionLevelFull); in PushPlan()
1131 thread_plan_sp->GetThread().GetID()); in PushPlan()
1290 Thread::QueueThreadPlan (ThreadPlanSP &thread_plan_sp, bool abort_other_plans) in QueueThreadPlan() argument
1295 PushPlan (thread_plan_sp); in QueueThreadPlan()
[all …]
HDProcess.cpp5348 lldb::ThreadPlanSP &thread_plan_sp, in RunThreadPlan() argument
5354 if (thread_plan_sp.get() == NULL) in RunThreadPlan()
5360 if (!thread_plan_sp->ValidatePlan(NULL)) in RunThreadPlan()
5383 bool orig_plan_private = thread_plan_sp->GetPrivate(); in RunThreadPlan()
5384 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
5457 … thread->QueueThreadPlan(thread_plan_sp, false); // This used to pass "true" does that make sense? in RunThreadPlan()
5486 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in RunThreadPlan()
5816 if (thread_plan_sp) in RunThreadPlan()
5817 thread_plan_sp->SetPrivate (orig_plan_private); in RunThreadPlan()
5960 if (thread->IsThreadPlanDone (thread_plan_sp.get())) in RunThreadPlan()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp497 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
504 return thread_plan_sp; in GetStepThroughTrampolinePlan()
508 return thread_plan_sp; in GetStepThroughTrampolinePlan()
517 return thread_plan_sp; in GetStepThroughTrampolinePlan()
541 thread_plan_sp.reset(new ThreadPlanRunToAddress(thread, addrs, stop)); in GetStepThroughTrampolinePlan()
544 return thread_plan_sp; in GetStepThroughTrampolinePlan()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDynamicLoaderPOSIXDYLD.cpp452 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
459 return thread_plan_sp; in GetStepThroughTrampolinePlan()
463 return thread_plan_sp; in GetStepThroughTrampolinePlan()
472 return thread_plan_sp; in GetStepThroughTrampolinePlan()
496 thread_plan_sp.reset(new ThreadPlanRunToAddress(thread, addrs, stop)); in GetStepThroughTrampolinePlan()
499 return thread_plan_sp; in GetStepThroughTrampolinePlan()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlan.h443 PushPlan (lldb::ThreadPlanSP &thread_plan_sp) in PushPlan() argument
445 m_thread.PushPlan (thread_plan_sp); in PushPlan()
HDProcess.h1862 lldb::ThreadPlanSP &thread_plan_sp,
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSystemInitializerFull.cpp110 const lldb::ThreadPlanSP& thread_plan_sp);
HDSBThread.cpp1120 …ThreadPlanSP thread_plan_sp = thread->QueueThreadPlanForStepScripted(false, script_class_name, fal… in StepUsingScriptedThreadPlan() local
1122 if (thread_plan_sp) in StepUsingScriptedThreadPlan()
1123 sb_error = ResumeNewPlan(exe_ctx, thread_plan_sp.get()); in StepUsingScriptedThreadPlan()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreter.h250 CreateScriptedThreadPlan(const char *class_name, lldb::ThreadPlanSP thread_plan_sp) in CreateScriptedThreadPlan() argument
HDScriptInterpreterPython.h65 const lldb::ThreadPlanSP& thread_plan_sp);
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp1650 …erpreterPython::CreateScriptedThreadPlan(const char *class_name, lldb::ThreadPlanSP thread_plan_sp) in CreateScriptedThreadPlan() argument
1655 if (!thread_plan_sp.get()) in CreateScriptedThreadPlan()
1658 Debugger &debugger = thread_plan_sp->GetTarget().GetDebugger(); in CreateScriptedThreadPlan()
1672 thread_plan_sp); in CreateScriptedThreadPlan()