Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanShouldStopHere.cpp59 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultShouldStopHereCallback()
95 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultStepFromHereCallback()
HDThreadPlanStepInRange.cpp359 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultShouldStopHereCallback()
461 bool current_plan) { in DoWillResume()
HDThreadPlanBase.cpp186 bool current_plan) { in DoWillResume()
HDThreadPlanStepOverBreakpoint.cpp111 bool current_plan) { in DoWillResume()
HDThreadPlanStepThrough.cpp216 bool current_plan) { in DoWillResume()
HDThreadPlanPython.cpp215 bool current_plan) { in DoWillResume()
HDThreadPlan.cpp116 bool ThreadPlan::WillResume(StateType resume_state, bool current_plan) { in WillResume()
HDThreadPlanStepUntil.cpp278 bool current_plan) { in DoWillResume()
HDThreadPlanStepOverRange.cpp372 bool current_plan) { in DoWillResume()
HDThreadPlanStepOut.cpp393 bool current_plan) { in DoWillResume()
HDThread.cpp603 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop() local
730 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop() local
HDStopInfo.cpp710 bool current_plan) override { in DoWillResume()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleThreadPlanStepThroughObjCTrampoline.cpp353 ::DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlan.h493 virtual bool DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume()