Searched refs:err_cstr (Results 1 – 2 of 2) sorted by relevance
1469 const char *err_cstr = err.AsString(); in AttachForDebug() local1470 ::snprintf (err_str, err_len, "%s", err_cstr ? err_cstr : "No such process"); in AttachForDebug()1483 const char *err_cstr = err.AsString(); in AttachForDebug() local1484 … ::snprintf (err_str, err_len, "%s", err_cstr ? err_cstr : "unable to start the exception thread"); in AttachForDebug()
3370 const char *err_cstr = NULL; in DumpValueObject_Impl() local3420 err_cstr = "out of scope"; in DumpValueObject_Impl()3435 if (err_cstr == NULL) in DumpValueObject_Impl()3448 err_cstr = valobj->GetError().AsCString(); in DumpValueObject_Impl()3451 if (err_cstr) in DumpValueObject_Impl()3453 s.Printf (" <%s>\n", err_cstr); in DumpValueObject_Impl()