-
- case DBGWRAP_ERR_SELF_HALT: return "CPU attempted to halt itself";
- case DBGWRAP_ERR_UNSUPPORTED: return "halt not supported for this configuration";
- case DBGWRAP_ERR_INPROGRESS: return "halt in progress on another CPU";
- case DBGWRAP_ERR_INSTR_ERROR: return "instruction-stuffing failure";
- case DBGWRAP_ERR_INSTR_TIMEOUT: return "instruction-stuffing timeout";
- case DBGWRAP_ERR_HALT_TIMEOUT: return "halt ack timeout, CPU likely wedged";
- case DBGWRAP_SUCCESS: return "halt succeeded";
- case DBGWRAP_WARN_ALREADY_HALTED: return "CPU already halted";
- case DBGWRAP_WARN_CPU_OFFLINE: return "CPU offline";
- default: return "unrecognized status";
-
+ case DBGWRAP_ERR_SELF_HALT: return "CPU attempted to halt itself";
+ case DBGWRAP_ERR_UNSUPPORTED: return "halt not supported for this configuration";
+ case DBGWRAP_ERR_INPROGRESS: return "halt in progress on another CPU";
+ case DBGWRAP_ERR_INSTR_ERROR: return "instruction-stuffing failure";
+ case DBGWRAP_ERR_INSTR_TIMEOUT: return "instruction-stuffing timeout";
+ case DBGWRAP_ERR_HALT_TIMEOUT: return "halt ack timeout, CPU likely wedged";
+ case DBGWRAP_SUCCESS: return "halt succeeded";
+ case DBGWRAP_WARN_ALREADY_HALTED: return "CPU already halted";
+ case DBGWRAP_WARN_CPU_OFFLINE: return "CPU offline";
+ default: return "unrecognized status";