From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13331 invoked by alias); 25 Mar 2013 03:50:25 -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 13309 invoked by uid 89); 25 Mar 2013 03:50:16 -0000 X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from mail-oa0-f43.google.com (HELO mail-oa0-f43.google.com) (209.85.219.43) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 25 Mar 2013 03:50:13 +0000 Received: by mail-oa0-f43.google.com with SMTP id l10so5988523oag.30 for ; Sun, 24 Mar 2013 20:50:12 -0700 (PDT) X-Received: by 10.60.18.136 with SMTP id w8mr9965918oed.84.1364183412425; Sun, 24 Mar 2013 20:50:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.13.133 with HTTP; Sun, 24 Mar 2013 20:49:32 -0700 (PDT) In-Reply-To: <83txo03j6e.fsf@gnu.org> References: <51322425.6090007@mentor.com> <513224AF.6030603@mentor.com> <51322515.60309@mentor.com> <831ubxvkn0.fsf@gnu.org> <5132B24D.40401@mentor.com> <83txo03j6e.fsf@gnu.org> From: Hui Zhu Date: Mon, 25 Mar 2013 08:06:00 -0000 Message-ID: Subject: Re: [PATCH] Support targets that know how to continue over breakpoints[3/4] -- gdbserver To: Eli Zaretskii Cc: hui_zhu@mentor.com, gdb-patches@sourceware.org, lgustavo@codesourcery.com, palves@redhat.com Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-03/txt/msg00910.txt.bz2 Hi Eli, On Sun, Mar 24, 2013 at 11:35 PM, Eli Zaretskii wrote: >> From: Hui Zhu >> Date: Sun, 24 Mar 2013 13:36:31 +0800 >> Cc: Eli Zaretskii , gdb-patches@sourceware.org, lgustavo@codesourcery.com, >> palves@redhat.com >> >> Ping http://sourceware.org/ml/gdb-patches/2013-03/msg00056.html > > Are you waiting for me? I already approved the docs, and if you have > changed the option's name, then I'm completely happy. I am sorry for that. I just ping this patch for review that I can check in all this function. Thanks, Hui