Searched defs:stop_reason (Results 1 – 10 of 10) sorted by relevance
107 virtual bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop()
91 StopReason stop_reason = 3; field
258 StopReason stop_reason; in DoPlanExplainsStop() local
1886 StopReason stop_reason = m_stop_info_sp->GetStopReason(); in IsStillAtLastBreakpointHit() local
312 StopReason stop_reason = eStopReasonNone; in DoPlanExplainsStop() local
443 lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop()
521 lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop()
946 let stop_reason = match target.base_ops() { in do_vcont() localVariable
559 static const char *GetStopReasonString(StopReason stop_reason) { in GetStopReasonString()630 const char *stop_reason = GetStopReasonString(tid_stop_info.reason); in GetJSONThreadsInfo() local
2090 def switch_to_thread_with_stop_reason(self, stop_reason): argument