Searched refs:reason_str (Results 1 – 2 of 2) sorted by relevance
362 const char *lib_str, *reason_str; in ERR_error_string_n() local373 reason_str = ERR_reason_error_string(packed_error); in ERR_error_string_n()380 if (reason_str == NULL) { in ERR_error_string_n()382 reason_str = reason_buf; in ERR_error_string_n()386 packed_error, lib_str, reason_str); in ERR_error_string_n()
356 reason_str = lldbutil.stop_reason_to_str(reason)360 reason_str = "%s hit %d times" % (lldbutil.get_description(bp), bp.GetHitCount())364 … reason_str = "%s hit %d times" % (lldbutil.get_description(watch), watch.GetHitCount())366 reason_str = "signal %s" % (signal_names[x.GetStopReasonDataAtIndex(0)])369 ret.append("thread %d %s due to %s at\n\t%s" % (id, status, reason_str, location))