Searched defs:ShouldStop (Results 1 - 25 of 30) sorted by relevance

12

/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
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp59 bool ThreadPlanCallOnFunctionExit::ShouldStop(Event *event_ptr) { function in class:ThreadPlanCallOnFunctionExit
H A DThreadPlanBase.cpp72 bool ThreadPlanBase::ShouldStop(Event *event_ptr) { function in class:ThreadPlanBase
H A DThreadPlanPython.cpp75 bool ThreadPlanPython::ShouldStop(Event *event_ptr) { function in class:ThreadPlanPython
H A DThreadPlanStepOverBreakpoint.cpp109 bool ThreadPlanStepOverBreakpoint::ShouldStop(Event *event_ptr) { function in class:ThreadPlanStepOverBreakpoint
H A DThreadPlanRunToAddress.cpp158 bool ThreadPlanRunToAddress::ShouldStop(Event *event_ptr) { function in class:ThreadPlanRunToAddress
H A DThreadPlanStepUntil.cpp263 bool ThreadPlanStepUntil::ShouldStop(Event *event_ptr) { function in class:ThreadPlanStepUntil
H A DThreadPlanStepThrough.cpp163 bool ThreadPlanStepThrough::ShouldStop(Event *event_ptr) { function in class:ThreadPlanStepThrough
H A DThreadPlanStepInstruction.cpp125 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { function in class:ThreadPlanStepInstruction
H A DThreadPlanCallFunction.cpp349 bool ThreadPlanCallFunction::ShouldStop(Event *event_ptr) { function in class:ThreadPlanCallFunction
H A DThreadPlan.cpp189 bool ThreadPlanNull::ShouldStop(Event *event_ptr) { function in class:ThreadPlanNull
H A DThreadPlanStepInRange.cpp143 bool ThreadPlanStepInRange::ShouldStop(Event *event_ptr) { function in class:ThreadPlanStepInRange
H A DThreadPlanStepOut.cpp341 bool ThreadPlanStepOut::ShouldStop(Event *event_ptr) { function in class:ThreadPlanStepOut
H A DThreadPlanStepOverRange.cpp126 bool ThreadPlanStepOverRange::ShouldStop(Event *event_ptr) { function in class:ThreadPlanStepOverRange
/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
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp120 bool BreakpointLocationCollection::ShouldStop( function in class:BreakpointLocationCollection
H A DBreakpointSiteList.cpp37 bool BreakpointSiteList::ShouldStop(StoppointCallbackContext *context, function in class:BreakpointSiteList
H A DWatchpointList.cpp196 bool WatchpointList::ShouldStop(StoppointCallbackContext *context, function in class:WatchpointList
H A DBreakpointLocationList.cpp42 bool BreakpointLocationList::ShouldStop(StoppointCallbackContext *context, function in class:BreakpointLocationList
H A DBreakpointSite.cpp50 bool BreakpointSite::ShouldStop(StoppointCallbackContext *context) { function in class:BreakpointSite
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp250 bool GDBRemoteClientBase::ShouldStop(const UnixSignals &signals, function in class:GDBRemoteClientBase
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp115 bool AppleThreadPlanStepThroughObjCTrampoline::ShouldStop(Event *event_ptr) { function in class:AppleThreadPlanStepThroughObjCTrampoline
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp560 bool NativeThreadListDarwin::ShouldStop(bool &step_more) { function in class:NativeThreadListDarwin
H A DNativeThreadDarwin.cpp164 bool NativeThreadDarwin::ShouldStop(bool &step_more) const { function in class:NativeThreadDarwin
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h158 virtual bool ShouldStop(Event *event_ptr) { return true; } function in class:lldb_private::StopInfo

Completed in 280 milliseconds

12