Searched refs:stop_reason (Results 1 – 11 of 11) sorted by relevance
264 StopReason stop_reason; in DoPlanExplainsStop() local266 stop_reason = eStopReasonNone; in DoPlanExplainsStop()268 stop_reason = m_real_stop_info_sp->GetStopReason(); in DoPlanExplainsStop()271 Thread::StopReasonAsString(stop_reason)); in DoPlanExplainsStop()273 if (stop_reason == eStopReasonBreakpoint && BreakpointsExplainStop()) in DoPlanExplainsStop()289 if (stop_reason == eStopReasonBreakpoint) { in DoPlanExplainsStop()
1891 StopReason stop_reason = m_stop_info_sp->GetStopReason(); in IsStillAtLastBreakpointHit() local1892 if (stop_reason == lldb::eStopReasonBreakpoint) { in IsStillAtLastBreakpointHit()
317 StopReason stop_reason = eStopReasonNone; in DoPlanExplainsStop() local319 stop_reason = stop_info_sp->GetStopReason(); in DoPlanExplainsStop()322 if (stop_reason == eStopReasonBreakpoint) { in DoPlanExplainsStop()
440 lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop() argument444 if (!stop_reason || stop_reason->GetStopReason() != eStopReasonBreakpoint) in ExceptionBreakpointsExplainStop()447 uint64_t break_site_id = stop_reason->GetValue(); in ExceptionBreakpointsExplainStop()
88 bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) override;
608 lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop() argument612 if (!stop_reason || stop_reason->GetStopReason() != eStopReasonBreakpoint) in ExceptionBreakpointsExplainStop()615 uint64_t break_site_id = stop_reason->GetValue(); in ExceptionBreakpointsExplainStop()
71 bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) override;
58 …stop_reason = property(GetStopReason, None, doc='''A read only property that returns an lldb enume…
140 virtual bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop() argument
585 char *stop_reason = NULL; in obfuscate_keystroke_timing() local595 stop_reason = "no active channels"; in obfuscate_keystroke_timing()598 stop_reason = "rekeying started"; in obfuscate_keystroke_timing()602 stop_reason = "output buffer filling"; in obfuscate_keystroke_timing()610 stop_reason = "chaff time expired"; in obfuscate_keystroke_timing()619 if (stop_reason != NULL) { in obfuscate_keystroke_timing()622 stop_reason, nchaff); in obfuscate_keystroke_timing()
695 static const char *GetStopReasonString(StopReason stop_reason) { in GetStopReasonString() argument696 switch (stop_reason) { in GetStopReasonString()769 const char *stop_reason = GetStopReasonString(tid_stop_info.reason); in GetJSONThreadsInfo() local770 if (stop_reason) in GetJSONThreadsInfo()771 thread_obj.try_emplace("reason", stop_reason); in GetJSONThreadsInfo()