New syntax for mt print symbols,msymbols,psymbols.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 9f33d6820fb12e81452cc6e28227d5ff4a6c654d..a9295e23fa32e7c5c42c0b002ce2dbe2400f72a2 100644 (file)
@@ -1,3 +1,21 @@
+2016-12-22  Doug Evans  <xdje42@gmail.com>
+
+       * NEWS: Document new syntax for "mt print symbols", "mt print psymbols"
+       and "mt print msymbols" commands.
+       * psymtab.c (DEV_TTY): Delete.
+       (dump_psymtab_addrmap): Don't dump if psymtabs_addrmap is NULL.
+       (maintenance_print_psymbols): Rewrite for new syntax:
+       mt print psymbols [-objfile objfile] [-pc address] [outfile]
+       mt print psymbols [-objfile objfile] [-source source] [outfile]
+       (_initialize_psymtab): Update help text.
+       * symmisc.c (maintenance_print_symbols): Rewrite for new syntax:
+       mt print symbols [-pc address] [outfile]
+       mt print symbols [-objfile objfile] [-source source] [outfile]
+       (maintenance_print_msymbols): Rewrite for new syntax:
+       mt print msymbols [-objfile objfile] [outfile]
+       Only print symbols for the current progspace.
+       (_initialize_symmisc): Update help text.
+
 2016-12-22  Simon Marchi  <simon.marchi@ericsson.com>
 
        * ui-out.h (ui_out_begin, ui_out_end, ui_out_table_header,
This page took 0.030551 seconds and 4 git commands to generate.