Add missing strings to strerror() for hrev46649
This commit is contained in:
@@ -127,6 +127,10 @@ error_description(int error)
|
|||||||
return "Missing library";
|
return "Missing library";
|
||||||
case B_MISSING_SYMBOL:
|
case B_MISSING_SYMBOL:
|
||||||
return "Symbol not found";
|
return "Symbol not found";
|
||||||
|
case B_UNKNOWN_EXECUTABLE:
|
||||||
|
return "Unknown executable format";
|
||||||
|
case B_LEGACY_EXECUTABLE:
|
||||||
|
return "Unsupported legacy executable";
|
||||||
|
|
||||||
case B_DEBUGGER_ALREADY_INSTALLED:
|
case B_DEBUGGER_ALREADY_INSTALLED:
|
||||||
return "Debugger already installed for this team";
|
return "Debugger already installed for this team";
|
||||||
|
|||||||
Reference in New Issue
Block a user