From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20087 invoked by alias); 24 Mar 2013 05:39:07 -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 20016 invoked by uid 89); 24 Mar 2013 05:38:49 -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-f54.google.com (HELO mail-oa0-f54.google.com) (209.85.219.54) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 24 Mar 2013 05:37:30 +0000 Received: by mail-oa0-f54.google.com with SMTP id n12so5431347oag.27 for ; Sat, 23 Mar 2013 22:37:11 -0700 (PDT) X-Received: by 10.60.18.136 with SMTP id w8mr7167212oed.84.1364103431291; Sat, 23 Mar 2013 22:37:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.13.133 with HTTP; Sat, 23 Mar 2013 22:36:31 -0700 (PDT) In-Reply-To: <5132B24D.40401@mentor.com> 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: Sun, 24 Mar 2013 14:10: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-03/txt/msg00893.txt.bz2 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.