Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp59 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultShouldStopHereCallback()
95 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultStepFromHereCallback()
H A DThreadPlanStepInRange.cpp359 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultShouldStopHereCallback()
461 bool current_plan) { in DoWillResume()
H A DThreadPlanBase.cpp186 bool current_plan) { in DoWillResume()
H A DThreadPlanStepOverBreakpoint.cpp111 bool current_plan) { in DoWillResume()
H A DThreadPlanStepThrough.cpp216 bool current_plan) { in DoWillResume()
H A DThreadPlanPython.cpp197 bool current_plan) { in DoWillResume()
H A DThreadPlan.cpp116 bool ThreadPlan::WillResume(StateType resume_state, bool current_plan) { in WillResume()
H A DThreadPlanStepUntil.cpp278 bool current_plan) { in DoWillResume()
H A DThreadPlanStepOverRange.cpp369 bool current_plan) { in DoWillResume()
H A DThreadPlanStepOut.cpp393 bool current_plan) { in DoWillResume()
H A DThread.cpp596 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop() local
723 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop() local
H A DStopInfo.cpp710 bool current_plan) override { in DoWillResume()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h493 virtual bool DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp353 ::DoWillResume(lldb::StateType resume_state, bool current_plan) { in DoWillResume()