Searched refs:stop_reason (Results 1 – 9 of 9) sorted by relevance
341 StopReason stop_reason; in DoPlanExplainsStop() local343 stop_reason = eStopReasonNone; in DoPlanExplainsStop()345 stop_reason = m_real_stop_info_sp->GetStopReason(); in DoPlanExplainsStop()347 …nCallFunction::PlanExplainsStop: Got stop reason - %s.", Thread::StopReasonAsCString(stop_reason)); in DoPlanExplainsStop()349 if (stop_reason == eStopReasonBreakpoint && BreakpointsExplainStop()) in DoPlanExplainsStop()365 if (stop_reason == eStopReasonBreakpoint) in DoPlanExplainsStop()
2350 StopReason stop_reason = m_stop_info_sp->GetStopReason(); in IsStillAtLastBreakpointHit() local2351 if (stop_reason == lldb::eStopReasonBreakpoint) { in IsStillAtLastBreakpointHit()
5804 StopReason stop_reason = eStopReasonInvalid; in RunThreadPlan() local5806 stop_reason = stop_info_sp->GetStopReason(); in RunThreadPlan()5810 if (stop_reason == eStopReasonPlanComplete) in RunThreadPlan()5823 if (stop_reason == eStopReasonBreakpoint) in RunThreadPlan()
104 int stop_reason; in bdm_ppc_wait() local108 stop_reason = ocd_wait (); in bdm_ppc_wait()110 if (stop_reason) in bdm_ppc_wait()
1993 int stop_reason; in e7000_wait() local2069 stop_reason = why_stop (); in e7000_wait()2075 switch (stop_reason) in e7000_wait()
998 static void print_stop_reason (enum inferior_stop_reason stop_reason,3115 print_stop_reason (enum inferior_stop_reason stop_reason, int stop_info) in print_stop_reason() argument3117 switch (stop_reason) in print_stop_reason()
511 ItaniumABILanguageRuntime::ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason) in ExceptionBreakpointsExplainStop() argument516 if (!stop_reason || in ExceptionBreakpointsExplainStop()517 stop_reason->GetStopReason() != eStopReasonBreakpoint) in ExceptionBreakpointsExplainStop()520 uint64_t break_site_id = stop_reason->GetValue(); in ExceptionBreakpointsExplainStop()
80 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason);
79 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason) in ExceptionBreakpointsExplainStop() argument