Home
last modified time | relevance | path

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

123

/external/lldb/source/Plugins/Process/POSIX/
DPOSIXStopInfo.cpp34 POSIXLimboStopInfo::ShouldStop(Event *event_ptr) in ShouldStop() function in POSIXLimboStopInfo
80 POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) in ShouldStop() function in POSIXNewThreadStopInfo
DPOSIXStopInfo.h56 ShouldStop(lldb_private::Event *event_ptr);
114 ShouldStop(lldb_private::Event *event_ptr);
/external/lldb/source/Target/
DStopInfo.cpp185 m_should_stop = bp_site_sp->ShouldStop (&context); in ShouldStopSynchronous()
303 ShouldStop (Event *event_ptr) in ShouldStop() function in lldb_private::StopInfoBreakpoint
613 m_should_stop = wp_sp->ShouldStop (&context); in ShouldStopSynchronous()
631 ShouldStop (Event *event_ptr) in ShouldStop() function in lldb_private::StopInfoWatchpoint
848 ShouldStop (Event *event_ptr) in ShouldStop() function in lldb_private::StopInfoUnixSignal
1027 ShouldStop (Event *event_ptr) in ShouldStop() function in lldb_private::StopInfoThreadPlan
1030 return m_plan_sp->ShouldStop(event_ptr); in ShouldStop()
1032 return StopInfo::ShouldStop(event_ptr); in ShouldStop()
DThreadPlanBase.cpp98 ThreadPlanBase::ShouldStop (Event *event_ptr) in ShouldStop() function in ThreadPlanBase
168 if (stop_info_sp->ShouldStop(event_ptr)) in ShouldStop()
DThreadPlanStepOut.cpp267 ThreadPlanStepOut::ShouldStop (Event *event_ptr) in ShouldStop() function in ThreadPlanStepOut
305 return m_step_out_plan_sp->ShouldStop(event_ptr); in ShouldStop()
319 return m_step_through_inline_plan_sp->ShouldStop(event_ptr); in ShouldStop()
/external/lldb/source/Breakpoint/
DBreakpointSite.cpp61 BreakpointSite::ShouldStop (StoppointCallbackContext *context) in ShouldStop() function in BreakpointSite
64 return m_owners.ShouldStop (context); in ShouldStop()
DBreakpointLocationCollection.cpp138 BreakpointLocationCollection::ShouldStop (StoppointCallbackContext *context) in ShouldStop() function in BreakpointLocationCollection
144 if (GetByIndex(i)->ShouldStop(context)) in ShouldStop()
DBreakpointSiteList.cpp54 BreakpointSiteList::ShouldStop (StoppointCallbackContext *context, lldb::break_id_t site_id) in ShouldStop() function in BreakpointSiteList
62 return site_sp->ShouldStop (context); in ShouldStop()
DBreakpointLocationList.cpp51 BreakpointLocationList::ShouldStop (StoppointCallbackContext *context, lldb::break_id_t break_id) in ShouldStop() function in BreakpointLocationList
59 return bp->ShouldStop (context); in ShouldStop()
/external/lldb/include/lldb/Target/
DThreadPlan.h355 ShouldStop (Event *event_ptr) = 0;
626 ShouldStop (Event *event_ptr);
DThreadPlanStepOverRange.h36 virtual bool ShouldStop (Event *event_ptr);
DThreadPlanStepInstruction.h30 virtual bool ShouldStop (Event *event_ptr);
DThreadPlanBase.h38 virtual bool ShouldStop (Event *event_ptr);
DThreadPlanStepOverBreakpoint.h30 virtual bool ShouldStop (Event *event_ptr);
DThreadPlanRunToAddress.h50 ShouldStop (Event *event_ptr);
DThreadPlanStepThrough.h29 virtual bool ShouldStop (Event *event_ptr);
DThreadPlanStepUntil.h30 virtual bool ShouldStop (Event *event_ptr);
DThreadPlanStepRange.h39 virtual bool ShouldStop (Event *event_ptr) = 0;
DThreadPlanStepOut.h37 virtual bool ShouldStop (Event *event_ptr);
/external/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.h44 ShouldStop (bool &step_more);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.h52 ShouldStop (Event *event_ptr);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.h51 ShouldStop (bool &step_more);
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocationCollection.h143 ShouldStop (StoppointCallbackContext *context);
DStoppointLocation.h93 ShouldStop (StoppointCallbackContext *context) in ShouldStop() function
/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h54 ShouldStop (bool &step_more);

123