This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Support targets that know how to continue over breakpoints[3/4] -- gdbserver


Ping http://sourceware.org/ml/gdb-patches/2013-03/msg00056.html

Thanks,
Hui

On Sun, Mar 3, 2013 at 10:15 AM, Hui Zhu <hui_zhu@mentor.com> wrote:
> On 03/03/13 00:20, Eli Zaretskii wrote:
>>>
>>> Date: Sun, 3 Mar 2013 00:13:09 +0800
>>> From: Hui Zhu <hui_zhu@mentor.com>
>>> CC: <lgustavo@codesourcery.com>, Pedro Alves <palves@redhat.com>
>>>
>>> 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  <hui_zhu@mentor.com>
>
>         * 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]