Searched defs:stop_reason (Results 1 – 12 of 12) sorted by relevance
105 int stop_reason; in bdm_ppc_wait() local
1994 int stop_reason; in e7000_wait() local
2787 print_stop_reason (enum inferior_stop_reason stop_reason, int stop_info) in print_stop_reason()
108 virtual bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop()
264 StopReason stop_reason; in DoPlanExplainsStop() local
1898 StopReason stop_reason = m_stop_info_sp->GetStopReason(); in IsStillAtLastBreakpointHit() local
317 StopReason stop_reason = eStopReasonNone; in DoPlanExplainsStop() local
440 lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop()
511 lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop()
695 static const char *GetStopReasonString(StopReason stop_reason) { in GetStopReasonString()769 const char *stop_reason = GetStopReasonString(tid_stop_info.reason); in GetJSONThreadsInfo() local
575 char *stop_reason = NULL; in obfuscate_keystroke_timing() local
1967 def switch_to_thread_with_stop_reason(self, stop_reason): argument