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] store trace default-collect to target [5/6] doc


> Date: Thu, 11 Apr 2013 14:19:03 +0800
> From: Hui Zhu <hui_zhu@mentor.com>
> 
> This patch is doc update for "QTDDCsrc" and "qTDC".

Thanks.

> +@item QTDDCsrc:@var{bytes}
> +@cindex define default collect, remote request
> +@cindex @samp{QTDDCsrc} packet
> +@var{bytes} is the string, encoded in hexadecimal.
> +It specify a source string of default collect.
      ^^^^^^^
"specifies"

By the way, why is it called a "source" string?

> +These packets request default collect on the target.  Replies to
> +this packet generally take the form of the @code{QTDDCsrc} packet that
> +define default collect.
   ^^^^^^
"defines"

> +Replies:
> +@table @samp
> +@item DC@var{bytes}
> +@var{bytes} is the string, encoded in hexadecimal.  It take the form of
> +the @code{QTDDCsrc} packet that define default collect.^^^^
                                   ^^^^^^
"takes" and "defines"

OK with those changes.


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