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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 4 |
1 files changed, 4 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. |