Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanShouldStopHere.cpp58 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultShouldStopHereCallback()
94 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultStepFromHereCallback()
DThreadPlanStepInRange.cpp363 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultShouldStopHereCallback()
465 bool current_plan) { in DoWillResume()
DThreadPlanBase.cpp185 bool current_plan) { in DoWillResume()
DThreadPlanStepOverBreakpoint.cpp120 bool current_plan) { in DoWillResume()
DThreadPlanStepThrough.cpp216 bool current_plan) { in DoWillResume()
DThreadPlan.cpp113 bool ThreadPlan::WillResume(StateType resume_state, bool current_plan) { in WillResume()
DThreadPlanStepUntil.cpp277 bool current_plan) { in DoWillResume()
DThreadPlanStepOverRange.cpp368 bool current_plan) { in DoWillResume()
DThreadPlanStepOut.cpp392 bool current_plan) { in DoWillResume()
DThread.cpp614 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop() local
739 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop() local
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp348 ::DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h505 virtual bool DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume()