aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9f33d68..a9295e2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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,