Searched defs:ShouldStop (Results 1 - 25 of 29) sorted by relevance

12

/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXStopInfo.cpp34 POSIXLimboStopInfo::ShouldStop(Event *event_ptr) function in class:POSIXLimboStopInfo
80 POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) function in class:POSIXNewThreadStopInfo
/external/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h93 ShouldStop (StoppointCallbackContext *context) function in class:lldb_private::StoppointLocation
/external/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 DThreadPlanStepInstruction.cpp109 ThreadPlanStepInstruction::ShouldStop (Event *event_ptr) function in class:ThreadPlanStepInstruction
H A DThreadPlanStepOverBreakpoint.cpp77 ThreadPlanStepOverBreakpoint::ShouldStop (Event *event_ptr) function in class:ThreadPlanStepOverBreakpoint
H A DThreadPlanRunToAddress.cpp197 ThreadPlanRunToAddress::ShouldStop (Event *event_ptr) function in class:ThreadPlanRunToAddress
H A DThreadPlanStepThrough.cpp155 ThreadPlanStepThrough::ShouldStop (Event *event_ptr) function in class:ThreadPlanStepThrough
H A DThreadPlanStepUntil.cpp317 ThreadPlanStepUntil::ShouldStop (Event *event_ptr) function in class:ThreadPlanStepUntil
H A DThreadList.cpp247 ThreadList::ShouldStop (Event *event_ptr) function in class:ThreadList
253 // The ShouldStop method of the threads can do a whole lot of work,
282 // we start running the ShouldStop, because one thread's ShouldStop could destroy information (like deleting a
298 const bool thread_should_stop = thread_sp->ShouldStop(event_ptr);
H A DThreadPlan.cpp258 ThreadPlanNull::ShouldStop (Event *event_ptr) function in class:ThreadPlanNull
H A DThreadPlanCallFunction.cpp430 log->Printf("ThreadPlanCallFunction::PlanExplainsStop: we are ignoring breakpoints, overriding breakpoint stop info ShouldStop, returning true");
437 log->Printf("ThreadPlanCallFunction::PlanExplainsStop: we are not ignoring breakpoints, overriding breakpoint stop info ShouldStop, returning true");
476 ThreadPlanCallFunction::ShouldStop (Event *event_ptr) function in class:ThreadPlanCallFunction
601 // catcher breakpoint, but in this case we can't let that happen, so force the ShouldStop here.
H A DThreadPlanStepInRange.cpp94 ThreadPlanStepInRange::ShouldStop (Event *event_ptr) function in class:ThreadPlanStepInRange
H A DThreadPlanStepOut.cpp267 ThreadPlanStepOut::ShouldStop (Event *event_ptr) function in class:ThreadPlanStepOut
305 return m_step_out_plan_sp->ShouldStop(event_ptr);
319 return m_step_through_inline_plan_sp->ShouldStop(event_ptr);
H A DThreadPlanStepOverRange.cpp69 ThreadPlanStepOverRange::ShouldStop (Event *event_ptr) function in class:ThreadPlanStepOverRange
/external/lldb/include/lldb/Target/
H A DStopInfo.h187 // the thread to continue if desired. The ShouldStop method should not do anything
190 // The PerformAction will always get called before the ShouldStop. This is done by the
193 ShouldStop (Event *event_ptr) function in class:lldb_private::StopInfo
/external/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp138 BreakpointLocationCollection::ShouldStop (StoppointCallbackContext *context) function in class:BreakpointLocationCollection
144 if (GetByIndex(i)->ShouldStop(context))
H A DBreakpointLocationList.cpp51 BreakpointLocationList::ShouldStop (StoppointCallbackContext *context, lldb::break_id_t break_id) function in class:BreakpointLocationList
59 return bp->ShouldStop (context);
H A DBreakpointSite.cpp61 BreakpointSite::ShouldStop (StoppointCallbackContext *context) function in class:BreakpointSite
64 return m_owners.ShouldStop (context);
H A DBreakpointSiteList.cpp54 BreakpointSiteList::ShouldStop (StoppointCallbackContext *context, lldb::break_id_t site_id) function in class:BreakpointSiteList
62 return site_sp->ShouldStop (context);
H A DWatchpointList.cpp240 WatchpointList::ShouldStop (StoppointCallbackContext *context, lldb::watch_id_t watch_id) function in class:WatchpointList
249 return wp_sp->ShouldStop (context);
H A DBreakpointLocation.cpp435 BreakpointLocation::ShouldStop (StoppointCallbackContext *context) function in class:BreakpointLocation
451 // We only run synchronous callbacks in ShouldStop:
H A DWatchpoint.cpp186 Watchpoint::ShouldStop (StoppointCallbackContext *context) function in class:Watchpoint
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp144 AppleThreadPlanStepThroughObjCTrampoline::ShouldStop (Event *event_ptr) function in class:AppleThreadPlanStepThroughObjCTrampoline
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp99 ThreadKDP::ShouldStop (bool &step_more) function in class:ThreadKDP
/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp151 ThreadGDBRemote::ShouldStop (bool &step_more) function in class:ThreadGDBRemote

Completed in 284 milliseconds

12