Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DStopInfo.cpp146 m_should_stop = bp_site_sp->ShouldStop(&context); in ShouldStopSynchronous()
250 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoBreakpoint
697 m_should_stop = wp_sp->ShouldStop(&context); in ShouldStopSynchronous()
713 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoWatchpoint
961 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoUnixSignal
1110 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoThreadPlan
1112 return m_plan_sp->ShouldStop(event_ptr); in ShouldStop()
1114 return StopInfo::ShouldStop(event_ptr); in ShouldStop()
1132 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
147 if (stop_info_sp->ShouldStop(event_ptr)) { in ShouldStop()
DThreadPlanStepOut.cpp336 bool ThreadPlanStepOut::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanStepOut
352 return m_step_out_to_inline_plan_sp->ShouldStop(event_ptr); in ShouldStop()
357 return m_step_through_inline_plan_sp->ShouldStop(event_ptr); in ShouldStop()
362 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
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.h39 bool ShouldStop(Event *event_ptr) override;
85 bool ShouldStop(Event *event_ptr) override;
DAppleThreadPlanStepThroughObjCTrampoline.cpp112 bool AppleThreadPlanStepThroughObjCTrampoline::ShouldStop(Event *event_ptr) { in ShouldStop() function in AppleThreadPlanStepThroughObjCTrampoline
338 bool AppleThreadPlanStepThroughDirectDispatch::ShouldStop(Event *event_ptr) { in ShouldStop() function in AppleThreadPlanStepThroughDirectDispatch
343 const bool step_out_should_stop = ThreadPlanStepOut::ShouldStop(event_ptr); in ShouldStop()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h362 virtual bool ShouldStop(Event *event_ptr) = 0;
573 bool ShouldStop(Event *event_ptr) override;
DThreadPlanCallOnFunctionExit.h38 bool ShouldStop(Event *event_ptr) override;
DThreadPlanStepOverRange.h30 bool ShouldStop(Event *event_ptr) override;
DThreadPlanBase.h30 bool ShouldStop(Event *event_ptr) override;
DThreadPlanStepOverBreakpoint.h25 bool ShouldStop(Event *event_ptr) override;
DThreadPlanStepInstruction.h27 bool ShouldStop(Event *event_ptr) override;
DThreadPlanPython.h42 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;
DThreadPlanStepRange.h32 bool ShouldStop(Event *event_ptr) override = 0;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp120 bool BreakpointLocationCollection::ShouldStop( in ShouldStop() function in BreakpointLocationCollection
127 if (GetByIndex(i)->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()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DScriptedProcessInterface.h35 virtual bool ShouldStop() { return true; } in ShouldStop() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedProcessPythonInterface.h33 bool ShouldStop() override;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DStoppointSite.h45 virtual bool ShouldStop(StoppointCallbackContext* context) = 0;
DBreakpointLocationCollection.h114 bool ShouldStop(StoppointCallbackContext *context);

123