From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15439 invoked by alias); 19 Mar 2012 04:04:06 -0000 Received: (qmail 15429 invoked by uid 22791); 19 Mar 2012 04:04:05 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Mar 2012 04:03:39 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1S9Top-0004V2-67 from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Sun, 18 Mar 2012 21:03:39 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 18 Mar 2012 21:03:38 -0700 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.1.289.1; Sun, 18 Mar 2012 21:03:37 -0700 Message-ID: <4F66B01C.2000801@codesourcery.com> Date: Mon, 19 Mar 2012 04:04:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120310 Thunderbird/11.0 MIME-Version: 1.0 To: Hui Zhu CC: , Stan Shebs Subject: Re: [PATCH] Add autoload-breakpoints [7/7] autoload-breakpoints doc References: <4F6450FF.1070103@mentor.com> In-Reply-To: <4F6450FF.1070103@mentor.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2012-03/txt/msg00680.txt.bz2 On 03/17/2012 04:53 PM, Hui Zhu wrote: > +@subsection Autoload-breakpints control packets > +@table @samp > +@item @samp{QBDP}@var{autoload-breakpoints base format} > +@value{GDBN} and the stub use this packet to control > +the autoload-breakpoints in the remote. The stub will translate > +this packet through reportAsync Packets. Do we document packet "^QBDP" in "@node ReportAsync Packets"? It is a different packet from "QBDP", although the syntax is almost the same. b.t.w, the name "^QBDP" doesn't reflect its functionality accurately. Literally, "Q{B|T}DP" means "download points", however, this async report "^QBDP" is about remote stub telling GDB that it has an autoload breakpoint in stream, please pick it up. So this packet should be named "^AutoloadBreak", or something similar. -- Yao (齐尧)