aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
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/NEWS
parentc4b3e547d50b01dcf909498119ff6c0af482f2c8 (diff)
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/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 55b56b0c64..928f70c55e 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -31,6 +31,9 @@ skip -rfunction regular-expression
glob-style file names and regular expressions for function names.
Additionally, a file spec and a function spec may now be combined.
+maint info line-table REGEXP
+ Display the contents of GDB's internal line table data struture.
+
*** Changes in GDB 7.11
* GDB now supports debugging kernel-based threads on FreeBSD.