Home
last modified time | relevance | path

Searched defs:current_plan (Results 1 – 10 of 10) sorted by relevance

/external/lldb/source/Target/
DThreadPlanStepInRange.cpp321 ThreadPlanStepInRange::DefaultShouldStopHereCallback (ThreadPlan *current_plan, Flags &flags, void … in DefaultShouldStopHereCallback()
458 ThreadPlanStepInRange::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlanBase.cpp220 ThreadPlanBase::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlanStepOverBreakpoint.cpp95 ThreadPlanStepOverBreakpoint::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlanStepThrough.cpp226 ThreadPlanStepThrough::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlanStepOverRange.cpp340 ThreadPlanStepOverRange::DoWillResume (lldb::StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlan.cpp148 ThreadPlan::WillResume (StateType resume_state, bool current_plan) in WillResume()
DThreadPlanStepOut.cpp339 ThreadPlanStepOut::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
DThreadPlanStepUntil.cpp344 ThreadPlanStepUntil::DoWillResume (StateType resume_state, bool current_plan) in DoWillResume()
DThread.cpp540 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop() local
677 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop() local
1148 Thread::GetPreviousPlan (ThreadPlan *current_plan) in GetPreviousPlan()
/external/lldb/include/lldb/Target/
DThreadPlan.h533 DoWillResume (lldb::StateType resume_state, bool current_plan) { return true; }; in DoWillResume()