diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8886b8c..3999aa7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2012-08-15 Tom Tromey <tromey@redhat.com> + * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field. + (gdb_bfd_ref): Initialize new field. + (gdb_bfd_unref): Unref the archive BFD. + (gdb_bfd_openr_next_archived_file): Acquire a reference to the + parent archive. + +2012-08-15 Tom Tromey <tromey@redhat.com> + PR python/14387: * python/py-bpevent.c (create_breakpoint_event_object): Update comment. |