gdb: New maint info line-table command.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 21 Jan 2016 10:03:32 +0000 (11:03 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 11 Mar 2016 22:48:21 +0000 (22:48 +0000)
commitf2403c39342b723a18a2bea5ed209c8c96203d2b
treefae4982a4dbea2848a4f8468dd00b05bc90b8f50
parentc4b3e547d50b01dcf909498119ff6c0af482f2c8
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'.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/symmisc.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/maint.exp
This page took 0.025712 seconds and 4 git commands to generate.