Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp162 m_should_stop = bp_site_sp->ShouldStop(&context); in ShouldStopSynchronous()
250 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoBreakpoint
739 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoWatchpoint::ThreadPlanStepOverWatchpoint
810 m_should_stop = wp_sp->ShouldStop(&context); in ShouldStopSynchronous()
866 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoWatchpoint
1064 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoUnixSignal
1220 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoThreadPlan
1222 return m_plan_sp->ShouldStop(event_ptr); in ShouldStop()
1224 return StopInfo::ShouldStop(event_ptr); in ShouldStop()
1241 bool ShouldStop(Event *event_ptr) override { in ShouldStop() function in lldb_private::StopInfoExec
[all …]
H A DThreadPlanBase.cpp73 bool ThreadPlanBase::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanBase
148 if (stop_info_sp->ShouldStop(event_ptr)) { in ShouldStop()
H A 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()
H A DThreadPlanCallOnFunctionExit.cpp59 bool ThreadPlanCallOnFunctionExit::ShouldStop(Event *event_ptr) { in ShouldStop() function in ThreadPlanCallOnFunctionExit
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h40 bool ShouldStop(Event *event_ptr) override;
93 bool ShouldStop(Event *event_ptr) override;
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
364 const bool step_out_should_stop = ThreadPlanStepOut::ShouldStop(event_ptr); in ShouldStop()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp98 bool WatchpointResource::ShouldStop(StoppointCallbackContext *context) { in ShouldStop() function in WatchpointResource
112 return constituents_copy.ShouldStop(context); in ShouldStop()
H A DBreakpointLocationCollection.cpp119 bool BreakpointLocationCollection::ShouldStop( in ShouldStop() function in BreakpointLocationCollection
129 if (cur_loc_sp->ShouldStop(context)) in ShouldStop()
H A DBreakpointSite.cpp48 bool BreakpointSite::ShouldStop(StoppointCallbackContext *context) { in ShouldStop() function in BreakpointSite
59 return constituents_copy.ShouldStop(context); in ShouldStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h367 virtual bool ShouldStop(Event *event_ptr) = 0;
580 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanCallOnFunctionExit.h38 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepOverRange.h30 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanBase.h30 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepInstruction.h27 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepOverBreakpoint.h25 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanRunToAddress.h36 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanPython.h41 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepThrough.h23 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepUntil.h23 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepInRange.h33 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepRange.h32 bool ShouldStop(Event *event_ptr) override = 0;
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h41 virtual bool ShouldStop(StoppointCallbackContext* context) = 0;
H A DBreakpointLocationCollection.h114 bool ShouldStop(StoppointCallbackContext *context);
H A DStopPointSiteList.h233 bool ShouldStop(StoppointCallbackContext *context, in ShouldStop() function
239 return site_sp->ShouldStop(context); in ShouldStop()
H A DWatchpointResource.h63 bool ShouldStop(StoppointCallbackContext *context);

123