Searched refs:ShouldStop (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DPOSIXStopInfo.cpp25 bool POSIXLimboStopInfo::ShouldStop(Event *event_ptr) { return false; } function in class:POSIXLimboStopInfo
42 bool POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) { return false; } function in class:POSIXNewThreadStopInfo
H A DPOSIXStopInfo.h41 bool ShouldStop(lldb_private::Event *event_ptr);
61 bool ShouldStop(lldb_private::Event *event_ptr);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallOnFunctionExit.h38 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanBase.h30 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepInstruction.h27 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepOverBreakpoint.h25 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepOverRange.h30 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanPython.h42 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanRunToAddress.h36 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepThrough.h23 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepUntil.h23 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepRange.h32 bool ShouldStop(Event *event_ptr) override = 0;
H A DThreadPlanCallFunction.h39 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepInRange.h40 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepOut.h31 bool ShouldStop(Event *event_ptr) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp59 bool ThreadPlanCallOnFunctionExit::ShouldStop(Event *event_ptr) { function in class:ThreadPlanCallOnFunctionExit
81 // ShouldStop(). This is called when we really are going to stop. We don't
H A DThreadPlanBase.cpp72 bool ThreadPlanBase::ShouldStop(Event *event_ptr) { function in class:ThreadPlanBase
147 if (stop_info_sp->ShouldStop(event_ptr)) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h47 virtual bool ShouldStop(StoppointCallbackContext *context) { return true; } function in class:lldb_private::StoppointLocation
H A DBreakpointLocationCollection.h114 bool ShouldStop(StoppointCallbackContext *context);
H A DBreakpointSiteList.h144 bool ShouldStop(StoppointCallbackContext *context, lldb::break_id_t breakID);
H A DBreakpointLocationList.h140 bool ShouldStop(StoppointCallbackContext *context, lldb::break_id_t breakID);
H A DBreakpointSite.h99 bool ShouldStop(StoppointCallbackContext *context) override;
H A DWatchpointList.h154 bool ShouldStop(StoppointCallbackContext *context, lldb::watch_id_t watchID);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h37 bool ShouldStop(Event *event_ptr) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h128 bool ShouldStop(const UnixSignals &signals,

Completed in 147 milliseconds

123