]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* interps.c (_initialize_interpreter): Add completer function
authorKeith Seitz <keiths@redhat.com>
Mon, 12 Aug 2002 21:39:39 +0000 (21:39 +0000)
committerKeith Seitz <keiths@redhat.com>
Mon, 12 Aug 2002 21:39:39 +0000 (21:39 +0000)
        to "set interpreter" command.

gdb/ChangeLog
gdb/interps.c

index b8a32d5b1b2437a5a802e99faf0b662be773725d..005756d80732b9858f55a284820a7b9b64d10b67 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-12  Keith Seitz  <keiths@redhat.com>
+
+       * interps.c (_initialize_interpreter): Add completer function
+       to "set interpreter" command.
+
 2002-08-12  Keith Seitz  <keiths@redhat.com>
 
        * interps.c: Run through gdb_indent.sh
index 77ade19dd2408afcd47c997fabdb0ff76b1d9781..3ec27a8dd7374fa43f47e58c56b1f9f0781713a2 100644 (file)
@@ -653,6 +653,7 @@ _initialize_interpreter (void)
                   var_string,
                   &interpreter_p, "Set the interpreter for gdb.", &setlist);
   set_cmd_sfunc (c, set_interpreter_cmd);
+  set_cmd_completer (c, interpreter_completer);
   add_show_from_set (c, &showlist);
 
   add_cmd ("interpreters", class_support,