Make -exec-run a proper MI commands.
[deliverable/binutils-gdb.git] / gdb / mi / mi-cmds.c
index 201d66babe9233476497589311e4abf284f60af5..1acd54c7e3b47d868eda228b98aa69b134696f9d 100644 (file)
@@ -65,7 +65,7 @@ struct mi_cmd mi_cmds[] =
   { "exec-next", { NULL, 0 }, mi_cmd_exec_next},
   { "exec-next-instruction", { NULL, 0 }, mi_cmd_exec_next_instruction},
   { "exec-return", { NULL, 0 }, mi_cmd_exec_return},
-  { "exec-run", { "run", 1 }, NULL},
+  { "exec-run", { NULL, 0}, mi_cmd_exec_run},
   { "exec-step", { NULL, 0 }, mi_cmd_exec_step},
   { "exec-step-instruction", { NULL, 0 }, mi_cmd_exec_step_instruction},
   { "exec-until", { "until", 1 }, NULL},
This page took 0.025535 seconds and 4 git commands to generate.