Home
last modified time | relevance | path

Searched refs:err_cstr (Results 1 – 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp1469 const char *err_cstr = err.AsString(); in AttachForDebug() local
1470 ::snprintf (err_str, err_len, "%s", err_cstr ? err_cstr : "No such process"); in AttachForDebug()
1483 const char *err_cstr = err.AsString(); in AttachForDebug() local
1484 … ::snprintf (err_str, err_len, "%s", err_cstr ? err_cstr : "unable to start the exception thread"); in AttachForDebug()
/external/lldb/source/Core/
DValueObject.cpp3370 const char *err_cstr = NULL; in DumpValueObject_Impl() local
3420 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()