From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8680 invoked by alias); 7 May 2013 02:37:19 -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 8671 invoked by uid 89); 7 May 2013 02:37:19 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-ob0-f181.google.com (HELO mail-ob0-f181.google.com) (209.85.214.181) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 07 May 2013 02:37:18 +0000 Received: by mail-ob0-f181.google.com with SMTP id ta14so65428obb.12 for ; Mon, 06 May 2013 19:37:17 -0700 (PDT) X-Received: by 10.60.84.33 with SMTP id v1mr27974oey.36.1367894236913; Mon, 06 May 2013 19:37:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.13.133 with HTTP; Mon, 6 May 2013 19:36:36 -0700 (PDT) In-Reply-To: <513EFDA4.20408@mentor.com> References: <51322425.6090007@mentor.com> <513224AF.6030603@mentor.com> <513EFDA4.20408@mentor.com> From: Hui Zhu Date: Tue, 07 May 2013 02:37:00 -0000 Message-ID: Subject: Re: [PATCH] Support targets that know how to continue over breakpoints[2/4] -- Doc To: Hui Zhu Cc: gdb-patches@sourceware.org, lgustavo@codesourcery.com, Pedro Alves , Eli Zaretskii Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-05/txt/msg00163.txt.bz2 Ping http://sourceware.org/ml/gdb-patches/2013-03/msg00055.html Thanks, Hui On Tue, Mar 12, 2013 at 6:04 PM, Hui Zhu wrote: > Ping http://sourceware.org/ml/gdb-patches/2013-03/msg00055.html > > Thanks, > Hui > > > On 03/03/13 00:11, Hui Zhu wrote: >> >> Hello, >> >> This is the doc patch for continue over breakpoints function. >> Please help me review it. >> >> Thanks, >> Hui >> >> 2013-03-03 Luis Machado >> Pedro Alves >> Hui Zhu >> >> * gdb.texinfo (General Query Packets): Document >> ContinueOverBreakpoints under qSupported. >> >> >