gdb: Add new commands to list module variables and functions
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 6dca96555ad3cdcb3a9c29c264420469fe440de8..2bd67260dc72cfc3ed42e60dd294fd9264f9f7b9 100644 (file)
@@ -1,3 +1,21 @@
+2019-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * symtab.c (info_module_cmdlist): New variable.
+       (info_module_command): New function.
+       (search_module_symbols): New function.
+       (info_module_subcommand): New function.
+       (struct info_modules_var_func_options): New struct.
+       (info_modules_var_func_options_defs): New variable.
+       (make_info_modules_var_func_options_def_group): New function.
+       (info_module_functions_command): New function.
+       (info_module_variables_command): New function.
+       (info_module_var_func_command_completer): New function.
+       (_initialize_symtab): Register new 'info module functions' and
+       'info module variables' commands.
+       * symtab.h (typedef symbol_search_in_module): New typedef.
+       (search_module_symbols): Declare new function.
+       * NEWS: Mention new commands.
+
 2019-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
This page took 0.039414 seconds and 4 git commands to generate.