Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DPOSIXStopInfo.cpp25 bool POSIXLimboStopInfo::ShouldStop(Event *event_ptr) { return false; } in ShouldStop() function in POSIXLimboStopInfo
42 bool POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) { return false; } in ShouldStop() function in POSIXNewThreadStopInfo
/external/llvm-project/lldb/unittests/Process/
DProcessEventDataTest.cpp90 bool ShouldStop(Event *event_ptr) override { return m_should_stop; } in ShouldStop() function in __anon16148ecf0111::DummyStopInfo
102 bool ShouldStop(Event *event_ptr, bool &found_valid_stopinfo) override { in ShouldStop() function in __anon16148ecf0111::DummyProcessEventData
192 TEST_F(ProcessEventDataTest, ShouldStop) { in TEST_F() argument
/external/llvm-project/lldb/source/Target/
DThreadPlanCallOnFunctionExit.cpp59 bool ThreadPlanCallOnFunctionExit::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanCallOnFunctionExit
DStopInfo.cpp250 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoBreakpoint
676 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoWatchpoint
924 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoUnixSignal
1049 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoThreadPlan
1071 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoExec
DThreadPlanBase.cpp72 bool ThreadPlanBase::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanBase
DThreadPlanStepOverBreakpoint.cpp109 bool ThreadPlanStepOverBreakpoint::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepOverBreakpoint
DThreadPlanStepThrough.cpp161 bool ThreadPlanStepThrough::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepThrough
DThreadPlanPython.cpp77 bool ThreadPlanPython::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanPython
DThreadPlanStepInstruction.cpp127 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepInstruction
DThreadPlanRunToAddress.cpp157 bool ThreadPlanRunToAddress::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanRunToAddress
DThreadPlan.cpp206 bool ThreadPlanNull::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanNull
DThreadPlanStepUntil.cpp259 bool ThreadPlanStepUntil::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepUntil
DThreadPlanStepOverRange.cpp126 bool ThreadPlanStepOverRange::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepOverRange
DThreadPlanCallFunction.cpp345 bool ThreadPlanCallFunction::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanCallFunction
/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundRebuild.h84 bool ShouldStop = false; variable
DBackground.h121 bool ShouldStop = false; variable
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/poller/
Deventmanager_libuv.cc61 bool grpc::experimental::LibuvEventManager::ShouldStop() { in ShouldStop() function in grpc::experimental::LibuvEventManager
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp114 bool AppleThreadPlanStepThroughObjCTrampoline::ShouldStop(Event *event_ptr) { in ShouldStop() function in AppleThreadPlanStepThroughObjCTrampoline
354 bool AppleThreadPlanStepThroughDirectDispatch::ShouldStop(Event *event_ptr) { in ShouldStop() function in AppleThreadPlanStepThroughDirectDispatch
/external/tensorflow/tensorflow/cc/training/
Dcoordinator.cc72 bool Coordinator::ShouldStop() { in ShouldStop() function in tensorflow::Coordinator
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp79 bool ThreadKDP::ShouldStop(bool &step_more) { return true; } in ShouldStop() function in ThreadKDP
/external/llvm-project/lldb/include/lldb/Target/
DStopInfo.h158 virtual bool ShouldStop(Event *event_ptr) { return true; } in ShouldStop() function
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp120 bool BreakpointLocationCollection::ShouldStop( in ShouldStop() function in BreakpointLocationCollection
DBreakpointSite.cpp50 bool BreakpointSite::ShouldStop(StoppointCallbackContext *context) { in ShouldStop() function in BreakpointSite
DBreakpointSiteList.cpp37 bool BreakpointSiteList::ShouldStop(StoppointCallbackContext *context, in ShouldStop() function in BreakpointSiteList
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.cpp250 bool GDBRemoteClientBase::ShouldStop(const UnixSignals &signals, in ShouldStop() function in GDBRemoteClientBase

12