Fixed "strange" debugger commands in help listing.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16606 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-03-06 13:38:16 +00:00
parent 1407220dcf
commit 611b96cd42
+2 -2
View File
@@ -619,9 +619,9 @@ debug_init_post_vm(kernel_args *args)
add_debugger_command("reboot", &cmd_reboot, "Reboot the system");
add_debugger_command("shutdown", &cmd_shutdown, "Shut down the system");
add_debugger_command("gdb", &cmd_gdb, "Connect to remote gdb");
add_debugger_command("exit", &cmd_continue, "Same as \"continue\"");
add_debugger_command("es", &cmd_continue, "Same as \"continue\"");
add_debugger_command("continue", &cmd_continue, "Leave kernel debugger");
add_debugger_command("exit", &cmd_continue, NULL);
add_debugger_command("es", &cmd_continue, NULL);
frame_buffer_console_init(args);
arch_debug_console_init_settings(args);