Index: gdb/ChangeLog
[deliverable/binutils-gdb.git] / gdb / mi / mi-cmds.c
index 6655d0581ab6ecb517e9f14c05e9bd9118a1ede2..c2a3ecac6858bb3bc63e4cbb8a8601c936774b9d 100644 (file)
@@ -91,6 +91,8 @@ struct mi_cmd mi_cmds[] =
   { "gdb-show", { "show", 1 }, NULL, NULL },
   { "gdb-source", { NULL, 0 }, NULL, NULL },
   { "gdb-version", { "show version", 0 }, 0 },
+  { "inferior-tty-set", { NULL, 0 }, NULL, mi_cmd_inferior_tty_set},
+  { "inferior-tty-show", { NULL, 0 }, NULL, mi_cmd_inferior_tty_show},
   { "interpreter-exec", { NULL, 0 }, 0, mi_cmd_interpreter_exec},
   { "kod-info", { NULL, 0 }, NULL, NULL },
   { "kod-list", { NULL, 0 }, NULL, NULL },
This page took 0.024621 seconds and 4 git commands to generate.