aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-07-25 15:47:09 +0000
committerTom Tromey <tromey@redhat.com>2012-07-25 15:47:09 +0000
commitd6b289409bc58646f2a8ca2744e78fbee349497e (patch)
tree9fea6effd38c9f6841cda97886d26fc29eea82dc /gdb/NEWS
parent6e73ba20e607a06a7cf275e648cd35d011c1f6bd (diff)
downloadgdb-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 3333810..4da886c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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/>