gdb: Add command completers for some info commands
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index f330fb5f7508e67e52fc835adc71fdc9c9b568b7..90af6d38b57c8d7c60a58f4cd9e2580018666071 100644 (file)
@@ -1,3 +1,15 @@
+2019-07-11  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * cli/cli-utils.c (info_print_command_completer): New function.
+       * cli/cli-utils.h: Add 'completer.h' include, and forward
+       declaration for 'struct cmd_list_element'.
+       (info_print_command_completer): Declare.
+       * stack.c (_initialize_stack): Add completer for 'info locals' and
+       'info args'.
+       * symtab.c (_initialize_symtab): Add completer for 'info
+       variables' and 'info functions'.
+       * NEWS: Mention completion for additional info commands.
+
 2019-07-11  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * cli/cli-utils.c (extract_info_print_args): Delete.
This page took 0.025187 seconds and 4 git commands to generate.