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

123

/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
H A DPOSIXStopInfo.h56 ShouldStop(lldb_private::Event *event_ptr);
114 ShouldStop(lldb_private::Event *event_ptr);
/external/lldb/include/lldb/Target/
H A DThreadPlanStepOverRange.h36 virtual bool ShouldStop (Event *event_ptr);
H A DThreadPlanBase.h38 virtual bool ShouldStop (Event *event_ptr);
H A DThreadPlanStepInstruction.h30 virtual bool ShouldStop (Event *event_ptr);
H A DThreadPlanStepOverBreakpoint.h30 virtual bool ShouldStop (Event *event_ptr);
H A DThreadPlanRunToAddress.h50 ShouldStop (Event *event_ptr);
H A DThreadPlanStepInRange.h48 ShouldStop (Event *event_ptr);
H A DThreadPlanStepOut.h37 virtual bool ShouldStop (Event *event_ptr);
H A DThreadPlanStepRange.h39 virtual bool ShouldStop (Event *event_ptr) = 0;
H A DThreadPlanStepThrough.h29 virtual bool ShouldStop (Event *event_ptr);
H A DThreadPlanStepUntil.h30 virtual bool ShouldStop (Event *event_ptr);
H A DThreadPlan.h114 // user by calling the ShouldStop method. If the current plan doesn't explain the stop, then we query down
150 // If a plan says responds "true" to ShouldStop, then it is asked if it's job is complete by calling
152 // Completed Plan Stack. Then the next plan in the stack is asked if it ShouldStop, and it returns "true",
155 // Since you often know in the ShouldStop method whether your plan is complete, as a convenience you can call
162 // are not guaranteed that PlanExplainsStop for a plan will get called before ShouldStop gets called. If your sub-plan
163 // explained the stop and then popped itself, only your ShouldStop will get called.
165 // If ShouldStop for any thread returns "true", then the WillStop method of the Current plan of
193 // If ShouldStop for all threads returns "false", then the target process will resume. This then cycles back to
198 // If a plan decides to auto-continue the target by returning "false" from ShouldStop, then it will be asked
355 ShouldStop (Even
[all...]
/external/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h44 ShouldStop (bool &step_more);
/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 DStopInfo.cpp185 m_should_stop = bp_site_sp->ShouldStop (&context);
303 ShouldStop (Event *event_ptr) function in class:lldb_private::StopInfoBreakpoint
594 // ShouldStop() method is idempotent and should not affect hit count.
596 // -->Process()::ShouldBroadcastEvent()->ThreadList::ShouldStop()->
597 // Thread::ShouldStop()->ThreadPlanBase::ShouldStop()->
598 // StopInfoWatchpoint::ShouldStop() and
613 m_should_stop = wp_sp->ShouldStop (&context);
631 ShouldStop (Event *event_ptr) function in class:lldb_private::StopInfoWatchpoint
724 // friends). See also StopInfoWatchpoint::ShouldStop() a
848 ShouldStop (Event *event_ptr) function in class:lldb_private::StopInfoUnixSignal
1027 ShouldStop (Event *event_ptr) function in class:lldb_private::StopInfoThreadPlan
[all...]
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h143 ShouldStop (StoppointCallbackContext *context);
H A DBreakpointLocationList.h185 ShouldStop (StoppointCallbackContext *context,
H A DBreakpointSiteList.h180 ShouldStop (StoppointCallbackContext *context, lldb::break_id_t breakID);
H A DStoppointLocation.h93 ShouldStop (StoppointCallbackContext *context) function in class:lldb_private::StoppointLocation
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h52 ShouldStop (Event *event_ptr);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h51 ShouldStop (bool &step_more);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h54 ShouldStop (bool &step_more);
/external/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp138 BreakpointLocationCollection::ShouldStop (StoppointCallbackContext *context) function in class:BreakpointLocationCollection
144 if (GetByIndex(i)->ShouldStop(context))
H A DBreakpointSite.cpp61 BreakpointSite::ShouldStop (StoppointCallbackContext *context) function in class:BreakpointSite
64 return m_owners.ShouldStop (context);

Completed in 234 milliseconds

123