/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
H A D | ScriptedThreadPlanInterface.h | 26 virtual llvm::Expected<bool> ShouldStop(Event *event) { return true; } in ShouldStop() function
|
/llvm-project/lldb/unittests/Process/ |
H A D | ProcessEventDataTest.cpp | 88 bool ShouldStop(Event *event_ptr) override { return m_should_stop; } in ShouldStop() function in __anone89faf8b0111::DummyStopInfo 100 bool ShouldStop(Event *event_ptr, bool &found_valid_stopinfo) override { in ShouldStop() function in __anone89faf8b0111::DummyProcessEventData 185 TEST_F(ProcessEventDataTest,ShouldStop) TEST_F() argument
|
/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanCallOnFunctionExit.cpp | 59 bool ThreadPlanCallOnFunctionExit::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanCallOnFunctionExit
|
H A D | StopInfo.cpp | 250 bool ShouldStop(Event *event_ptr) override { ShouldStop() function in lldb_private::StopInfoBreakpoint 739 bool ShouldStop(Event *event_ptr) override { ShouldStop() function in lldb_private::StopInfoWatchpoint::ThreadPlanStepOverWatchpoint 866 bool ShouldStop(Event *event_ptr) override { ShouldStop() function in lldb_private::StopInfoWatchpoint 1066 bool ShouldStop(Event *event_ptr) override { ShouldStop() function in lldb_private::StopInfoUnixSignal 1222 bool ShouldStop(Event *event_ptr) override { ShouldStop() function in lldb_private::StopInfoThreadPlan 1243 bool ShouldStop(Event *event_ptr) override { ShouldStop() function in lldb_private::StopInfoExec 1278 bool ShouldStop(Event *event_ptr) override { return false; } ShouldStop() function in lldb_private::StopInfoFork 1312 bool ShouldStop(Event *event_ptr) override { return false; } ShouldStop() function in lldb_private::StopInfoVFork 1344 bool ShouldStop(Event *event_ptr) override { return false; } ShouldStop() function in lldb_private::StopInfoVForkDone [all...] |
H A D | ThreadPlanBase.cpp | 73 bool ThreadPlanBase::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanBase
|
H A D | ThreadPlanStepOverBreakpoint.cpp | 100 bool ThreadPlanStepOverBreakpoint::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepOverBreakpoint
|
H A D | ThreadPlanStepThrough.cpp | 161 bool ThreadPlanStepThrough::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepThrough
|
H A D | ThreadPlanPython.cpp |
|
H A D | ThreadPlanStepInstruction.cpp | 128 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepInstruction
|
H A D | ThreadPlanRunToAddress.cpp | 158 bool ThreadPlanRunToAddress::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanRunToAddress
|
H A D | ThreadPlan.cpp | 211 bool ThreadPlanNull::ShouldStop(Event *event_ptr) { ShouldStop() function in ThreadPlanNull
|
H A D | ThreadPlanStepUntil.cpp | 260 bool ThreadPlanStepUntil::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepUntil
|
H A D | ThreadPlanStepOverRange.cpp | 127 bool ThreadPlanStepOverRange::ShouldStop(Event *event_ptr) { ShouldStop() function in ThreadPlanStepOverRange
|
H A D | ThreadPlanCallFunction.cpp | 351 bool ThreadPlanCallFunction::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanCallFunction
|
H A D | ThreadPlanStepOut.cpp | 337 bool ThreadPlanStepOut::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepOut
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | BackgroundRebuild.h | 83 bool ShouldStop = false; variable
|
H A D | Background.h | 124 bool ShouldStop = false; variable
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | ScriptedThreadPlanPythonInterface.cpp | 54 ScriptedThreadPlanPythonInterface::ShouldStop(Event *event) { ShouldStop() function in ScriptedThreadPlanPythonInterface
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 116 bool AppleThreadPlanStepThroughObjCTrampoline::ShouldStop(Event *event_ptr) { in ShouldStop() function in AppleThreadPlanStepThroughObjCTrampoline 359 bool AppleThreadPlanStepThroughDirectDispatch::ShouldStop(Event *event_ptr) { in ShouldStop() function in AppleThreadPlanStepThroughDirectDispatch
|
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ThreadKDP.cpp | 79 bool ThreadKDP::ShouldStop(bool &step_more) { return true; } in ShouldStop() function in ThreadKDP
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | StopInfo.h | 177 virtual bool ShouldStop(Event *event_ptr) { return true; } ShouldStop() function
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointResource.cpp | 97 bool WatchpointResource::ShouldStop(StoppointCallbackContext *context) { in ShouldStop() function in WatchpointResource
|
H A D | BreakpointSite.cpp | 48 bool BreakpointSite::ShouldStop(StoppointCallbackContext *context) { in ShouldStop() function in BreakpointSite
|
H A D | BreakpointLocationCollection.cpp | 119 bool BreakpointLocationCollection::ShouldStop( in ShouldStop() function in BreakpointLocationCollection
|
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | StopPointSiteList.h | 233 return site_sp->ShouldStop(context); in ShouldStop() function
|