This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 01/10] change gdb to refcount bfd everywhere


> From: Tom Tromey <tromey@redhat.com>
> Cc: gdb-patches@sourceware.org
> Date: Tue, 24 Jul 2012 13:52:03 -0600
> 
> +* New commands (for set/show, see "New options" below)
> +
> +maint info bfd
> +  List the BFDs known to GDB.
> +
>  *** Changes in GDB 7.5

OK.

> +@kindex maint info bfd
> +@item maint info bfd
> +This prints information about each @code{bfd} object that is known to
> +@value{GDBN}.

This is fine, but I wonder whether a cross-reference to the BFD manual
will make it even better.  AFAICS, we mention "BFD" several times in
the manual, but never say anything about it except that it's a library
for reading binary files.  Perhaps having an xref here is more
appropriate than in other places, since whoever would like to use this
command needs to know more about BFD than any other reader.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]