Home
last modified time | relevance | path

Searched refs:ThreadPlanSP (Results 1 – 25 of 40) sorted by relevance

12

/external/lldb/include/lldb/Target/
DThread.h492 virtual lldb::ThreadPlanSP
507 virtual lldb::ThreadPlanSP
526 virtual lldb::ThreadPlanSP
558 virtual lldb::ThreadPlanSP
596 virtual lldb::ThreadPlanSP
632 virtual lldb::ThreadPlanSP
660 virtual lldb::ThreadPlanSP
683 virtual lldb::ThreadPlanSP
688 virtual lldb::ThreadPlanSP
695 virtual lldb::ThreadPlanSP
[all …]
DThreadPlanStepInRange.h57 static lldb::ThreadPlanSP
80 friend lldb::ThreadPlanSP
85 friend lldb::ThreadPlanSP
98 …lldb::ThreadPlanSP m_sub_plan_sp; // Keep track of the last plan we were running. If it fails, w…
DThreadPlanStepOut.h64 lldb::ThreadPlanSP m_step_through_inline_plan_sp;
65 lldb::ThreadPlanSP m_step_out_plan_sp;
69 friend lldb::ThreadPlanSP
DThreadPlanStepThrough.h51 friend lldb::ThreadPlanSP
58 lldb::ThreadPlanSP m_sub_plan_sp;
DThreadPlanShouldStopHere.h56 lldb::ThreadPlanSP
DDynamicLoader.h154 virtual lldb::ThreadPlanSP
DThreadPlanStepInstruction.h46 friend lldb::ThreadPlanSP
DThreadPlanBase.h62 friend lldb::ThreadPlanSP
DThreadPlanStepUntil.h64 friend lldb::ThreadPlanSP
DStopInfo.h160 CreateStopReasonWithPlan (lldb::ThreadPlanSP &plan, lldb::ValueObjectSP return_valobj_sp);
DThreadPlanCallFunction.h172 lldb::ThreadPlanSP m_subplan_sp;
/external/lldb/source/Target/
DThread.cpp299 ThreadPlanSP null_plan_sp(new ThreadPlanNull (*this)); in DestroyThread()
375 ThreadPlanSP plan_sp (GetCompletedPlan()); in GetStopInfo()
582 ThreadPlanSP step_bp_plan_sp; in SetupForResume()
1016 Thread::PushPlan (ThreadPlanSP &thread_plan_sp) in PushPlan()
1049 ThreadPlanSP &plan = m_plan_stack.back(); in PopPlan()
1066 ThreadPlanSP &plan = m_plan_stack.back(); in DiscardPlan()
1086 ThreadPlanSP
1089 ThreadPlanSP empty_plan_sp; in GetCompletedPlan()
1094 ThreadPlanSP completed_plan_sp; in GetCompletedPlan()
1178 Thread::QueueThreadPlan (ThreadPlanSP &thread_plan_sp, bool abort_other_plans) in QueueThreadPlan()
[all …]
DThreadPlanShouldStopHere.cpp48 ThreadPlanSP
53 ThreadPlanSP return_plan_sp(m_callback (m_owner, m_flags, m_baton)); in InvokeShouldStopHereCallback()
73 return ThreadPlanSP(); in InvokeShouldStopHereCallback()
DStopInfo.cpp676ThreadPlanSP new_plan_sp(thread_sp->QueueThreadPlanForStepSingleInstruction(false, // step-over in PerformAction()
990 StopInfoThreadPlan (ThreadPlanSP &plan_sp, ValueObjectSP &return_valobj_sp) : in StopInfoThreadPlan()
1036 ThreadPlanSP m_plan_sp;
1116 StopInfo::CreateStopReasonWithPlan (ThreadPlanSP &plan_sp, ValueObjectSP return_valobj_sp) in CreateStopReasonWithPlan()
DThreadPlanStepInRange.cpp320 ThreadPlanSP
392 return ThreadPlanSP(); in DefaultShouldStopHereCallback()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.h96 …lldb::ThreadPlanSP m_func_sp; // This is the function call plan. We fill it at start, then …
98 lldb::ThreadPlanSP m_run_to_sp; // The plan that runs to the target.
DAppleObjCRuntime.h63 virtual lldb::ThreadPlanSP
DAppleObjCRuntime.cpp277 ThreadPlanSP
280 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan()
/external/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp93 lldb::ThreadPlanSP call_plan_sp (call_function_thread_plan); in InferiorCallMmap()
172 lldb::ThreadPlanSP call_plan_sp (new ThreadPlanCallFunction (*thread, in InferiorCallMunmap()
233 lldb::ThreadPlanSP call_plan_sp (call_function_thread_plan); in InferiorCall()
/external/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp152 ThreadPlanSP
155 return ThreadPlanSP(); in GetStepThroughTrampolinePlan()
DDynamicLoaderStatic.h65 virtual lldb::ThreadPlanSP
/external/lldb/source/API/
DSBThread.cpp571 ThreadPlanSP new_plan_sp; in StepOver()
621 ThreadPlanSP new_plan_sp; in StepInto()
665 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut (abort_other_plans, in StepOut()
700 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut (abort_other_plans, in StepOutOfFrame()
729ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepSingleInstruction (step_over, true, true)); in StepInstruction()
757ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForRunToAddress (abort_other_plans, target_addr, s… in RunToAddress()
896 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepUntil (abort_other_plans, in StepOverUntil()
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.h57 virtual lldb::ThreadPlanSP
DDynamicLoaderPOSIXDYLD.cpp346 ThreadPlanSP
349 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan()
/external/lldb/include/lldb/
Dlldb-private-interfaces.h36 …typedef lldb::ThreadPlanSP (*ThreadPlanShouldStopHereCallback) (ThreadPlan *current_plan, Flags &f…

12