aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2016-01-21 11:03:32 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2016-03-11 22:48:21 +0000
commitf2403c39342b723a18a2bea5ed209c8c96203d2b (patch)
treefae4982a4dbea2848a4f8468dd00b05bc90b8f50 /gdb/ChangeLog
parentc4b3e547d50b01dcf909498119ff6c0af482f2c8 (diff)
downloadfsf-binutils-gdb-f2403c39342b723a18a2bea5ed209c8c96203d2b.zip
fsf-binutils-gdb-f2403c39342b723a18a2bea5ed209c8c96203d2b.tar.gz
fsf-binutils-gdb-f2403c39342b723a18a2bea5ed209c8c96203d2b.tar.bz2
gdb: New maint info line-table command.
Add a new command 'maint info line-table' to display the contents of GDB's internal line table structure. Useful when trying to understand problems (within gdb) relating to line tables. gdb/ChangeLog: * symmisc.c (maintenance_info_line_tables): New function. (maintenance_print_one_line_table): New function. (_initialize_symmisc): Register 'maint info line-table' command. * NEWS: Mention new command. gdb/doc/ChangeLog: * gdb.texinfo (Symbols): Document new 'maint info line-table' command. gdb/testsuite/ChangeLog: * gdb.base/maint.exp: New tests for 'maint info line-table'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index febe960..6eeb1e2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * symmisc.c (maintenance_info_line_tables): New function.
+ (maintenance_print_one_line_table): New function.
+ (_initialize_symmisc): Register 'maint info line-table' command.
+ * NEWS: Mention new command.
+
2016-03-11 Marcin Koƛcielnicki <koriakin@0x04.net>
* s390-linux-tdep.c (s390_ax_pseudo_register_collect): New function.