diff options
author | Tom Tromey <tromey@redhat.com> | 2012-07-25 15:47:09 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-07-25 15:47:09 +0000 |
commit | d6b289409bc58646f2a8ca2744e78fbee349497e (patch) | |
tree | 9fea6effd38c9f6841cda97886d26fc29eea82dc /gdb/NEWS | |
parent | 6e73ba20e607a06a7cf275e648cd35d011c1f6bd (diff) | |
download | gdb-d6b289409bc58646f2a8ca2744e78fbee349497e.zip gdb-d6b289409bc58646f2a8ca2744e78fbee349497e.tar.gz gdb-d6b289409bc58646f2a8ca2744e78fbee349497e.tar.bz2 |
* NEWS: Mention maint info bfds.
* gdb_bfd.c (all_bfds): New global.
(gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
(print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
New functions.
gdb/doc
* gdb.texinfo (Maintenance Commands): Document maint info bfds.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ *** Changes since GDB 7.5 +* New commands (for set/show, see "New options" below) + +maint info bfds + List the BFDs known to GDB. + *** Changes in GDB 7.5 * GDB now supports x32 ABI. Visit <http://sites.google.com/site/x32abi/> |