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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1013 void Thread::PushPlan(ThreadPlanSP &thread_plan_sp) { argument
1014 if (thread_plan_sp) {
1017 if (!thread_plan_sp->GetThreadPlanTracer()) {
1019 thread_plan_sp->SetThreadPlanTracer(
1022 m_plan_stack.push_back(thread_plan_sp);
1024 thread_plan_sp->DidPush();
1029 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull);
1032 thread_plan_sp->GetThread().GetID());
1157 Status Thread::QueueThreadPlan(ThreadPlanSP &thread_plan_sp, argument
1161 if (!thread_plan_sp
1362 ThreadPlanSP thread_plan_sp; local
[all...]
H A DProcess.cpp4489 RestorePlanState(lldb::ThreadPlanSP thread_plan_sp)
4490 : m_thread_plan_sp(thread_plan_sp), m_already_reset(false) {
4556 HandleStoppedEvent(Thread &thread, const ThreadPlanSP &thread_plan_sp,
4563 if (plan == thread_plan_sp && plan->PlanSucceeded()) {
4582 thread_plan_sp->SetPrivate(false);
4600 lldb::ThreadPlanSP &thread_plan_sp,
4607 if (!thread_plan_sp) {
4614 if (!thread_plan_sp->ValidatePlan(nullptr)) {
4637 RestorePlanState thread_plan_restorer(thread_plan_sp);
4644 thread_plan_sp
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp455 ThreadPlanSP thread_plan_sp; local
462 return thread_plan_sp;
466 return thread_plan_sp;
475 return thread_plan_sp;
496 thread_plan_sp =
500 return thread_plan_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp412 ThreadPlanSP thread_plan_sp; local
419 return thread_plan_sp;
424 return thread_plan_sp;
433 return thread_plan_sp;
454 thread_plan_sp =
458 return thread_plan_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h464 void PushPlan(lldb::ThreadPlanSP &thread_plan_sp) { argument
465 m_thread.PushPlan(thread_plan_sp);
H A DProcess.h1224 RunThreadPlan(ExecutionContext &exe_ctx, lldb::ThreadPlanSP &thread_plan_sp,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp349 ThreadPlanSP thread_plan_sp; local
351 thread_plan_sp = m_objc_trampoline_handler_up->GetStepThroughDispatchPlan(
353 return thread_plan_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h218 lldb::ThreadPlanSP thread_plan_sp) {
215 CreateScriptedThreadPlan(const char *class_name, StructuredDataImpl *args_data, std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp120 const lldb::ThreadPlanSP &thread_plan_sp);
1876 std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) {
1880 if (!thread_plan_sp.get())
1883 Debugger &debugger = thread_plan_sp->GetTarget().GetDebugger();
1898 args_data, error_str, thread_plan_sp);
1874 CreateScriptedThreadPlan( const char *class_name, StructuredDataImpl *args_data, std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1584 auto thread_plan_sp = local
1587 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans);

Completed in 226 milliseconds