add_debugger_command_alias
extern status_t add_debugger_command_alias(const char* newName,
add_debugger_command_alias("watchpoints", "breakpoints", NULL);
add_debugger_command_alias("exit", "continue", "Same as \"continue\"");
add_debugger_command_alias("es", "continue", "Same as \"continue\"");