Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1038 if (thread_plan_sp) { in PushPlan()
1370 return thread_plan_sp; in QueueFundamentalPlan()
1379 return thread_plan_sp; in QueueThreadPlanForStepSingleInstruction()
1392 return thread_plan_sp; in QueueThreadPlanForStepOverRange()
1424 return thread_plan_sp; in QueueThreadPlanForStepInRange()
1450 return thread_plan_sp; in QueueThreadPlanForStepOut()
1468 return thread_plan_sp; in QueueThreadPlanForStepOutNoShouldStop()
1477 if (!thread_plan_sp || !thread_plan_sp->ValidatePlan(nullptr)) in QueueThreadPlanForStepThrough()
1481 return thread_plan_sp; in QueueThreadPlanForStepThrough()
1492 return thread_plan_sp; in QueueThreadPlanForRunToAddress()
[all …]
H A DProcess.cpp4724 RestorePlanState(lldb::ThreadPlanSP thread_plan_sp) in RestorePlanState() argument
4798 if (plan == thread_plan_sp && plan->PlanSucceeded()) { in HandleStoppedEvent()
4817 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()
4842 if (!thread_plan_sp) { in RunThreadPlan()
4849 if (!thread_plan_sp->ValidatePlan(nullptr)) { in RunThreadPlan()
4872 RestorePlanState thread_plan_restorer(thread_plan_sp); in RunThreadPlan()
4879 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
4885 thread_plan_sp->SetIsMasterPlan(true); in RunThreadPlan()
4886 thread_plan_sp->SetOkayToDiscard(false); in RunThreadPlan()
5384 thread_plan_sp->SetStopOthers(false); in RunThreadPlan()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp416 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
423 return thread_plan_sp; in GetStepThroughTrampolinePlan()
428 return thread_plan_sp; in GetStepThroughTrampolinePlan()
437 return thread_plan_sp; in GetStepThroughTrampolinePlan()
458 thread_plan_sp.reset(new ThreadPlanRunToAddress(thread, addrs, stop)); in GetStepThroughTrampolinePlan()
461 return thread_plan_sp; in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp460 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
467 return thread_plan_sp; in GetStepThroughTrampolinePlan()
471 return thread_plan_sp; in GetStepThroughTrampolinePlan()
480 return thread_plan_sp; in GetStepThroughTrampolinePlan()
501 thread_plan_sp.reset(new ThreadPlanRunToAddress(thread, addrs, stop)); in GetStepThroughTrampolinePlan()
504 return thread_plan_sp; in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h477 void PushPlan(lldb::ThreadPlanSP &thread_plan_sp) { in PushPlan() argument
478 m_thread.PushPlan(thread_plan_sp); in PushPlan()
H A DProcess.h1511 RunThreadPlan(ExecutionContext &exe_ctx, lldb::ThreadPlanSP &thread_plan_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp342 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local
344 thread_plan_sp = m_objc_trampoline_handler_ap->GetStepThroughDispatchPlan( in GetStepThroughTrampolinePlan()
346 return thread_plan_sp; in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSystemInitializerFull.cpp197 const lldb::ThreadPlanSP &thread_plan_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h213 lldb::ThreadPlanSP thread_plan_sp) { in CreateScriptedThreadPlan() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1639 auto thread_plan_sp = ThreadPlanSP( in InitCompletionHookCallback() local
1642 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans); in InitCompletionHookCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h74 const lldb::ThreadPlanSP &thread_plan_sp);
H A DScriptInterpreterPython.cpp1842 const char *class_name, lldb::ThreadPlanSP thread_plan_sp) { in CreateScriptedThreadPlan() argument
1846 if (!thread_plan_sp.get()) in CreateScriptedThreadPlan()
1849 Debugger &debugger = thread_plan_sp->GetTarget().GetDebugger(); in CreateScriptedThreadPlan()
1866 thread_plan_sp); in CreateScriptedThreadPlan()