Searched refs:ShouldStop (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DPOSIXStopInfo.cpp34 POSIXLimboStopInfo::ShouldStop(Event *event_ptr) function in class:POSIXLimboStopInfo
83 POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) function in class:POSIXNewThreadStopInfo
H A DPOSIXStopInfo.h58 ShouldStop(lldb_private::Event *event_ptr);
104 ShouldStop(lldb_private::Event *event_ptr);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanBase.h38 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanPython.h51 ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepInstruction.h30 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepOverBreakpoint.h31 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepOverRange.h37 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanRunToAddress.h48 ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepRange.h40 bool ShouldStop(Event *event_ptr) override = 0;
H A DThreadPlanStepThrough.h29 bool ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepUntil.h29 bool ShouldStop(Event *event_ptr) override;
H A DThreadList.h88 ShouldStop (Event *event_ptr);
H A DThreadPlanCallFunction.h50 ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepInRange.h51 ShouldStop(Event *event_ptr) override;
H A DThreadPlanStepOut.h41 bool ShouldStop(Event *event_ptr) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanBase.cpp98 ThreadPlanBase::ShouldStop (Event *event_ptr) function in class:ThreadPlanBase
168 if (stop_info_sp->ShouldStop(event_ptr))
H A DThreadPlanStepOut.cpp330 ThreadPlanStepOut::ShouldStop (Event *event_ptr) function in class:ThreadPlanStepOut
352 return m_step_out_to_inline_plan_sp->ShouldStop(event_ptr);
359 return m_step_through_inline_plan_sp->ShouldStop(event_ptr);
366 return m_step_out_further_plan_sp->ShouldStop(event_ptr);
H A DThreadPlanStepOverBreakpoint.cpp98 ThreadPlanStepOverBreakpoint::ShouldStop (Event *event_ptr) function in class:ThreadPlanStepOverBreakpoint
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h52 ShouldStop(Event *event_ptr) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h144 ShouldStop (StoppointCallbackContext *context);
H A DBreakpointSiteList.h181 ShouldStop (StoppointCallbackContext *context, lldb::break_id_t breakID);
H A DStoppointLocation.h93 ShouldStop (StoppointCallbackContext *context) function in class:lldb_private::StoppointLocation
H A DBreakpointLocationList.h187 ShouldStop (StoppointCallbackContext *context,
H A DBreakpointSite.h143 ShouldStop(StoppointCallbackContext *context) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp138 BreakpointLocationCollection::ShouldStop (StoppointCallbackContext *context) function in class:BreakpointLocationCollection
145 // ShouldStop can remove the breakpoint from the list
146 if (GetByIndex(i)->ShouldStop(context))

Completed in 183 milliseconds

123