Home
last modified time | relevance | path

Searched defs:ShouldStop (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp247 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoBreakpoint
735 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoWatchpoint::ThreadPlanStepOverWatchpoint
867 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoWatchpoint
1065 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoUnixSignal
1214 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoThreadPlan
1235 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoExec
1270 bool ShouldStop(Event *event_ptr) override { return false; } in ShouldStop() function in lldb_private::StopInfoFork
1304 bool ShouldStop(Event *event_ptr) override { return false; } in ShouldStop() function in lldb_private::StopInfoVFork
1336 bool ShouldStop(Event *event_ptr) override { return false; } in ShouldStop() function in lldb_private::StopInfoVForkDone
H A DThreadPlanCallOnFunctionExit.cpp59 bool ThreadPlanCallOnFunctionExit::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanCallOnFunctionExit
H A DThreadPlanBase.cpp73 bool ThreadPlanBase::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanBase
H A DThreadPlanStepOverBreakpoint.cpp100 bool ThreadPlanStepOverBreakpoint::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepOverBreakpoint
H A DThreadPlanPython.cpp73 bool ThreadPlanPython::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanPython
H A DThreadPlanStepThrough.cpp161 bool ThreadPlanStepThrough::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepThrough
H A DThreadPlanStepInstruction.cpp128 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepInstruction
H A DThreadPlanRunToAddress.cpp158 bool ThreadPlanRunToAddress::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanRunToAddress
H A DThreadPlanStepUntil.cpp260 bool ThreadPlanStepUntil::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepUntil
H A DThreadPlan.cpp208 bool ThreadPlanNull::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanNull
H A DThreadPlanStepOverRange.cpp127 bool ThreadPlanStepOverRange::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepOverRange
H A DThreadPlanCallFunction.cpp351 bool ThreadPlanCallFunction::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanCallFunction
H A DThreadPlanStepInRange.cpp128 bool ThreadPlanStepInRange::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepInRange
H A DThreadPlanStepOut.cpp337 bool ThreadPlanStepOut::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepOut
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp116 bool AppleThreadPlanStepThroughObjCTrampoline::ShouldStop(Event *event_ptr) { in ShouldStop() function in AppleThreadPlanStepThroughObjCTrampoline
359 bool AppleThreadPlanStepThroughDirectDispatch::ShouldStop(Event *event_ptr) { in ShouldStop() function in AppleThreadPlanStepThroughDirectDispatch
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h35 virtual bool ShouldStop() { return true; } in ShouldStop() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp79 bool ThreadKDP::ShouldStop(bool &step_more) { return true; } in ShouldStop() function in ThreadKDP
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DStopInfo.h171 virtual bool ShouldStop(Event *event_ptr) { return true; } in ShouldStop() function
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp67 bool ScriptedProcessPythonInterface::ShouldStop() { in ShouldStop() function in ScriptedProcessPythonInterface
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointSite.cpp50 bool BreakpointSite::ShouldStop(StoppointCallbackContext *context) { in ShouldStop() function in BreakpointSite
H A DBreakpointSiteList.cpp37 bool BreakpointSiteList::ShouldStop(StoppointCallbackContext *context, in ShouldStop() function in BreakpointSiteList
H A DBreakpointLocationCollection.cpp119 bool BreakpointLocationCollection::ShouldStop( in ShouldStop() function in BreakpointLocationCollection
H A DWatchpointList.cpp195 bool WatchpointList::ShouldStop(StoppointCallbackContext *context, in ShouldStop() function in WatchpointList
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp266 bool GDBRemoteClientBase::ShouldStop(const UnixSignals &signals, in ShouldStop() function in GDBRemoteClientBase
H A DThreadGDBRemote.cpp292 bool ThreadGDBRemote::ShouldStop(bool &step_more) { return true; } in ShouldStop() function in ThreadGDBRemote

12