Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadPlanInterface.h26 virtual llvm::Expected<bool> ShouldStop(Event *event) { return true; } in ShouldStop() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp271 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoBreakpoint
760 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoWatchpoint::ThreadPlanStepOverWatchpoint
887 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoWatchpoint
1087 bool ShouldStop(Event *event_ptr) override { return IsShouldStopSignal(); } in ShouldStop() function in lldb_private::StopInfoUnixSignal
1330 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoThreadPlan
1351 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoExec
1386 bool ShouldStop(Event *event_ptr) override { return false; } in ShouldStop() function in lldb_private::StopInfoFork
1420 bool ShouldStop(Event *event_ptr) override { return false; } in ShouldStop() function in lldb_private::StopInfoVFork
1452 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 DThreadPlanStepThrough.cpp161 bool ThreadPlanStepThrough::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepThrough
H A DScriptedThreadPlan.cpp92 bool ScriptedThreadPlan::ShouldStop(Event *event_ptr) { in ShouldStop() function in ScriptedThreadPlan
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 DThreadPlanSingleThreadTimeout.cpp191 bool ThreadPlanSingleThreadTimeout::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanSingleThreadTimeout
H A DThreadPlanStepUntil.cpp260 bool ThreadPlanStepUntil::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepUntil
H A DThreadPlan.cpp212 bool ThreadPlanNull::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanNull
H A DThreadPlanCallFunction.cpp362 bool ThreadPlanCallFunction::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanCallFunction
H A DThreadPlanStepOverRange.cpp139 bool ThreadPlanStepOverRange::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepOverRange
H A DThreadPlanStepInRange.cpp129 bool ThreadPlanStepInRange::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepInRange
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.cpp57 ScriptedThreadPlanPythonInterface::ShouldStop(Event *event) { in ShouldStop() function in ScriptedThreadPlanPythonInterface
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp94 bool WatchpointResource::ShouldStop(StoppointCallbackContext *context) { in ShouldStop() function in WatchpointResource
H A DBreakpointSiteList.cpp
H A DBreakpointLocationCollection.cpp117 bool BreakpointLocationCollection::ShouldStop( in ShouldStop() function in BreakpointLocationCollection
H A DBreakpointSite.cpp48 bool BreakpointSite::ShouldStop(StoppointCallbackContext *context) { in ShouldStop() function in BreakpointSite
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h213 virtual bool ShouldStop(Event *event_ptr) { return true; } in ShouldStop() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h227 bool ShouldStop(StoppointCallbackContext *context, in ShouldStop() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp292 bool ThreadGDBRemote::ShouldStop(bool &step_more) { return true; } in ShouldStop() function in ThreadGDBRemote
H A DGDBRemoteClientBase.cpp267 bool GDBRemoteClientBase::ShouldStop(const UnixSignals &signals, in ShouldStop() function in GDBRemoteClientBase

12