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/doc | |
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/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index cbe96d2..7b7a912 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-07-25 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (Maintenance Commands): Document maint info bfds. + 2012-07-20 Doug Evans <dje@google.com> * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 68ea817..facca8f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -34536,6 +34536,11 @@ Shared library events. @end table +@kindex maint info bfds +@item maint info bfds +This prints information about each @code{bfd} object that is known to +@value{GDBN}. @xref{Top, , BFD, bfd, The Binary File Descriptor Library}. + @kindex set displaced-stepping @kindex show displaced-stepping @cindex displaced stepping support |