From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13709 invoked by alias); 11 Apr 2013 17:52:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 13698 invoked by uid 89); 11 Apr 2013 17:52:27 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 11 Apr 2013 17:52:26 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0ML300F00QUGGN00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 11 Apr 2013 20:52:24 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ML300FYVQZB05B0@a-mtaout22.012.net.il>; Thu, 11 Apr 2013 20:52:24 +0300 (IDT) Date: Thu, 11 Apr 2013 23:00:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] store trace default-collect to target [5/6] doc In-reply-to: <516655D7.3000403@mentor.com> To: Hui Zhu Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ppy19cph.fsf@gnu.org> References: <51665508.5050706@mentor.com> <516655D7.3000403@mentor.com> X-SW-Source: 2013-04/txt/msg00339.txt.bz2 > Date: Thu, 11 Apr 2013 14:19:03 +0800 > From: Hui Zhu > > 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.