Searched refs:WillStop (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallOnFunctionExit.h40 bool WillStop() override;
H A DThreadPlanBase.h34 bool WillStop() override;
H A DThreadPlanStepInstruction.h30 bool WillStop() override;
H A DThreadPlanStepOverBreakpoint.h28 bool WillStop() override;
H A DThreadPlanPython.h46 bool WillStop() override;
H A DThreadPlanRunToAddress.h44 bool WillStop() override;
H A DThreadPlanStepThrough.h26 bool WillStop() override;
H A DThreadPlanStepUntil.h26 bool WillStop() override;
H A DThreadPlanStepRange.h36 bool WillStop() override;
H A DThreadPlanCallFunction.h49 bool WillStop() override;
H A DThreadPlanStepOut.h34 bool WillStop() override;
H A DThreadPlan.h238 // If ShouldStop for any thread returns "true", then the WillStop method of the
432 virtual bool WillStop() = 0;
631 bool WillStop() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp79 bool ThreadPlanCallOnFunctionExit::WillStop() { function in class:ThreadPlanCallOnFunctionExit
H A DThreadPlanBase.cpp182 bool ThreadPlanBase::WillStop() { return true; } function in class:ThreadPlanBase
H A DThreadPlanStepOverBreakpoint.cpp133 bool ThreadPlanStepOverBreakpoint::WillStop() { function in class:ThreadPlanStepOverBreakpoint
H A DThreadPlanPython.cpp188 bool ThreadPlanPython::WillStop() { function in class:ThreadPlanPython
H A DThreadPlanStepThrough.cpp222 bool ThreadPlanStepThrough::WillStop() { return true; } function in class:ThreadPlanStepThrough
H A DThreadPlanStepInstruction.cpp244 bool ThreadPlanStepInstruction::WillStop() { return true; } function in class:ThreadPlanStepInstruction
H A DThreadPlan.cpp206 bool ThreadPlanNull::WillStop() { function in class:ThreadPlanNull
H A DThreadPlanRunToAddress.cpp170 bool ThreadPlanRunToAddress::WillStop() { return true; } function in class:ThreadPlanRunToAddress
H A DThreadPlanStepUntil.cpp306 bool ThreadPlanStepUntil::WillStop() { function in class:ThreadPlanStepUntil
H A DThreadPlanCallFunction.cpp385 bool ThreadPlanCallFunction::WillStop() { return true; } function in class:ThreadPlanCallFunction
H A DThread.cpp576 void Thread::WillStop() { function in class:Thread
585 current_plan->WillStop();
806 current_plan->WillStop();
846 current_plan->WillStop();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h47 bool WillStop() override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp201 bool AppleThreadPlanStepThroughObjCTrampoline::WillStop() { return true; } function in class:AppleThreadPlanStepThroughObjCTrampoline

Completed in 240 milliseconds

12