Home
last modified time | relevance | path

Searched refs:ShouldStop (Results 1 – 25 of 68) sorted by relevance

123

/openbsd/src/gnu/llvm/lldb/source/Target/
DStopInfo.cpp159 m_should_stop = bp_site_sp->ShouldStop(&context); in ShouldStopSynchronous()
247 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
736 bool should_stop = ThreadPlanStepInstruction::ShouldStop(event_ptr); in ShouldStop()
808 m_should_stop = wp_sp->ShouldStop(&context); in ShouldStopSynchronous()
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
1216 return m_plan_sp->ShouldStop(event_ptr); in ShouldStop()
1218 return StopInfo::ShouldStop(event_ptr); in ShouldStop()
[all …]
DThreadPlanBase.cpp73 bool ThreadPlanBase::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanBase
148 if (stop_info_sp->ShouldStop(event_ptr)) { in ShouldStop()
DThreadPlanStepOut.cpp337 bool ThreadPlanStepOut::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepOut
353 return m_step_out_to_inline_plan_sp->ShouldStop(event_ptr); in ShouldStop()
358 return m_step_through_inline_plan_sp->ShouldStop(event_ptr); in ShouldStop()
363 return m_step_out_further_plan_sp->ShouldStop(event_ptr); in ShouldStop()
DThreadPlanCallOnFunctionExit.cpp59 bool ThreadPlanCallOnFunctionExit::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanCallOnFunctionExit
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.h40 bool ShouldStop(Event *event_ptr) override;
93 bool ShouldStop(Event *event_ptr) override;
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
364 const bool step_out_should_stop = ThreadPlanStepOut::ShouldStop(event_ptr); in ShouldStop()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadPlan.h367 virtual bool ShouldStop(Event *event_ptr) = 0;
580 bool ShouldStop(Event *event_ptr) override;
DThreadPlanCallOnFunctionExit.h38 bool ShouldStop(Event *event_ptr) override;
DThreadPlanStepOverRange.h30 bool ShouldStop(Event *event_ptr) override;
DThreadPlanPython.h41 bool ShouldStop(Event *event_ptr) override;
DThreadPlanBase.h30 bool ShouldStop(Event *event_ptr) override;
DThreadPlanStepInstruction.h27 bool ShouldStop(Event *event_ptr) override;
DThreadPlanStepOverBreakpoint.h25 bool ShouldStop(Event *event_ptr) override;
DThreadPlanRunToAddress.h36 bool ShouldStop(Event *event_ptr) override;
DThreadPlanStepThrough.h23 bool ShouldStop(Event *event_ptr) override;
DThreadPlanStepUntil.h23 bool ShouldStop(Event *event_ptr) override;
DThreadPlanStepInRange.h33 bool ShouldStop(Event *event_ptr) override;
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp119 bool BreakpointLocationCollection::ShouldStop( in ShouldStop() function in BreakpointLocationCollection
129 if (cur_loc_sp->ShouldStop(context)) in ShouldStop()
DBreakpointSite.cpp50 bool BreakpointSite::ShouldStop(StoppointCallbackContext *context) { in ShouldStop() function in BreakpointSite
61 return owners_copy.ShouldStop(context); in ShouldStop()
DBreakpointSiteList.cpp37 bool BreakpointSiteList::ShouldStop(StoppointCallbackContext *context, in ShouldStop() function in BreakpointSiteList
44 return site_sp->ShouldStop(context); in ShouldStop()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.h35 bool ShouldStop(bool &step_more);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.h40 bool ShouldStop(bool &step_more);
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DStoppointSite.h45 virtual bool ShouldStop(StoppointCallbackContext* context) = 0;
DBreakpointLocationCollection.h114 bool ShouldStop(StoppointCallbackContext *context);
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedProcessPythonInterface.h36 bool ShouldStop() override;

123