diff options
author | Tom Tromey <tromey@redhat.com> | 2012-07-23 15:25:12 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-07-23 15:25:12 +0000 |
commit | 695c31738b1a1f052f777630bd914b7f3f783b9b (patch) | |
tree | d8fc26c059036a118ad89b6895cab42507449481 /gdb/bfd-target.h | |
parent | 08d2cd740c0c9ca78c849cf14e3470f0b8823139 (diff) | |
download | gdb-695c31738b1a1f052f777630bd914b7f3f783b9b.zip gdb-695c31738b1a1f052f777630bd914b7f3f783b9b.tar.gz gdb-695c31738b1a1f052f777630bd914b7f3f783b9b.tar.bz2 |
* solib-svr4.c (enable_break): Update.
* bfd-target.h (target_bfd_reopen): Update documentation.
Diffstat (limited to 'gdb/bfd-target.h')
-rw-r--r-- | gdb/bfd-target.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/bfd-target.h b/gdb/bfd-target.h index 71001c5..7f4e628 100644 --- a/gdb/bfd-target.h +++ b/gdb/bfd-target.h @@ -23,9 +23,9 @@ struct bfd; struct target_ops; -/* Given an existing BFD, re-open it as a "struct target_ops". On - close, it will also close the corresponding BFD (which is like - freopen and fdopen). */ +/* Given an existing BFD, re-open it as a "struct target_ops". This + acquires a new reference to the BFD. This reference will be + released when the target is closed. */ struct target_ops *target_bfd_reopen (struct bfd *bfd); #endif |