From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13493 invoked by alias); 7 May 2013 02:45: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 13483 invoked by uid 89); 7 May 2013 02:45:25 -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-f173.google.com (HELO mail-ob0-f173.google.com) (209.85.214.173) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 07 May 2013 02:45:24 +0000 Received: by mail-ob0-f173.google.com with SMTP id 6so68691oba.18 for ; Mon, 06 May 2013 19:45:22 -0700 (PDT) X-Received: by 10.60.84.33 with SMTP id v1mr32472oey.36.1367894721953; Mon, 06 May 2013 19:45:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.13.133 with HTTP; Mon, 6 May 2013 19:44:41 -0700 (PDT) In-Reply-To: References: <51322425.6090007@mentor.com> <513224AF.6030603@mentor.com> <51322515.60309@mentor.com> <831ubxvkn0.fsf@gnu.org> <5132B24D.40401@mentor.com> From: Hui Zhu Date: Tue, 07 May 2013 02:45:00 -0000 Message-ID: Subject: Re: [PATCH] Support targets that know how to continue over breakpoints[3/4] -- gdbserver To: Hui Zhu Cc: Eli Zaretskii , gdb-patches@sourceware.org, lgustavo@codesourcery.com, palves@redhat.com Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-05/txt/msg00165.txt.bz2 Ping http://sourceware.org/ml/gdb-patches/2013-03/msg00065.html Thanks, Hui On Sun, Mar 24, 2013 at 1:36 PM, Hui Zhu wrote: > Ping http://sourceware.org/ml/gdb-patches/2013-03/msg00056.html > > Thanks, > Hui > > On Sun, Mar 3, 2013 at 10:15 AM, Hui Zhu wrote: >> On 03/03/13 00:20, Eli Zaretskii wrote: >>>> >>>> Date: Sun, 3 Mar 2013 00:13:09 +0800 >>>> From: Hui Zhu >>>> CC: , Pedro Alves >>>> >>>> This patch add a new option "--cob" to gdbserver. When gdbserver called >>>> with this option, it will open support of continue over breakpoints. >>> >>> >>> Can we have something less cryptic, like "--continue-over-breakpoints", >>> please? >>> >>> Thanks. >>> >> >> OK. Update this option to "--continue-over-breakpoints". >> Post a new version for that. >> >> >> Thanks, >> Hui >> >> 2013-03-03 Hui Zhu >> >> * server.c (use_cob): New. >> (handle_query): Check use_cob. >> (step_over_breakpoints): New. >> (handle_v_cont): Check use_cob. If need, handle continue over >> breakpoints. >> (gdbserver_usage): Add "--continue-over-breakpoints". >> (main): Ditto.