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: [RFA 3/7 take 2] New gdbserver functionality


On Fri, 24 May 2013 09:46:13 +0200, Gary Benson wrote:
> 2013-05-23 Gary Benson  <gbenson@redhat.com>
> 
> 	* gdb.texinfo (General Query Packets/qSupported): Added
> 	"qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
> 	to the table of currently defined stub features.
> 	Added a more detailed entry for "augmented-libraries-svr4-read".
> 	(General Query Packets/qXfer:libraries-svr4:read): Documented
> 	the augmented form of this packet.
> 
> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
> index b68d2f8..dfe42c9 100644
> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
[...]
> +@table @code
> +@item start=@var{address}
> +A hexidecimal number specifying the address of the @samp{struct

typo: hexadecimal

> +link_map} to start reading the library list from.  If unset or zero
> +then the first @samp{struct link_map} in the library list will be
> +chosen as the starting point.
> +
> +@item prev=@var{address}
> +A hexidecimal number specifying the address of the @samp{struct

typo: hexadecimal

> +link_map} immediately preceding the @samp{struct link_map}
> +specified by the @samp{start} argument.  If unset or zero then
> +the remote stub will expect that no @samp{struct link_map}
> +exists prior to the starting point.
[...]


But otherwise it is for approval by Eli.


Thanks,
Jan


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