gdb: Make use of gdb::option framework for some info commands
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 5f9872b8dfa3d1146c1da5a909fb89c5663235ca..f330fb5f7508e67e52fc835adc71fdc9c9b568b7 100644 (file)
@@ -1,3 +1,19 @@
+2019-07-11  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * cli/cli-utils.c (extract_info_print_args): Delete.
+       (extract_arg_maybe_quoted): Delete.
+       (info_print_options_defs): New variable.
+       (make_info_print_options_def_group): New function.
+       (extract_info_print_options): Define new function.
+       * cli/cli-utils.h (extract_info_print_args): Delete.
+       (struct info_print_options): New structure.
+       (extract_info_print_options): Declare new function.
+       * stack.c (info_locals_command): Update to use new
+       extract_info_print_options, also add a header comment.
+       (info_args_command): Likewise.
+       * symtab.c (info_variables_command): Likewise.
+       (info_functions_command): Likewise.
+
 2019-07-11  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
This page took 0.024838 seconds and 4 git commands to generate.