Index: gdb/mi/mi-cmds.c =================================================================== RCS file: /cvs/src/src/gdb/mi/mi-cmds.c,v retrieving revision 1.37 diff -c -p -r1.37 mi-cmds.c *** gdb/mi/mi-cmds.c 17 Nov 2008 16:37:35 -0000 1.37 --- gdb/mi/mi-cmds.c 15 Dec 2008 09:54:10 -0000 *************** struct mi_cmd mi_cmds[] = *** 70,75 **** --- 70,81 ---- { "exec-step", { NULL, 0 }, mi_cmd_exec_step}, { "exec-step-instruction", { NULL, 0 }, mi_cmd_exec_step_instruction}, { "exec-until", { "until", 1 }, NULL}, + { "exec-reverse-continue", { "reverse-continue", 1 }, NULL}, + { "exec-reverse-finish", { "reverse-finish", 1 }, NULL}, + { "exec-reverse-next", { "reverse-next", 1 }, NULL}, + { "exec-reverse-next-instruction", { "reverse-next-instruction", 1 }, NULL}, + { "exec-reverse-step", { "reverse-step", 1 }, NULL}, + { "exec-reverse-step-instruction", { "reverse-step-instruction", 1 }, NULL}, { "file-clear", { NULL, 0 }, NULL }, { "file-exec-and-symbols", { "file", 1 }, NULL }, { "file-exec-file", { "exec-file", 1 }, NULL },