This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Support targets that know how to continue over breakpoints[4/4] -- testsuite
- From: Hui Zhu <teawater at gmail dot com>
- To: Hui Zhu <hui_zhu at mentor dot com>
- Cc: gdb-patches at sourceware dot org, lgustavo at codesourcery dot com, Pedro Alves <palves at redhat dot com>
- Date: Sun, 24 Mar 2013 13:36:50 +0800
- Subject: Re: [PATCH] Support targets that know how to continue over breakpoints[4/4] -- testsuite
- References: <51322425 dot 6090007 at mentor dot com> <513224AF dot 6030603 at mentor dot com> <51322515 dot 60309 at mentor dot com> <5132256F dot 2050202 at mentor dot com> <5132B2EE dot 5090501 at mentor dot com>
Ping http://sourceware.org/ml/gdb-patches/2013-03/msg00057.html
Thanks,
Hui
On Sun, Mar 3, 2013 at 10:18 AM, Hui Zhu <hui_zhu@mentor.com> wrote:
> On 03/03/13 00:14, Hui Zhu wrote:
>>
>> Hello,
>>
>> This patch add a new test cob.exp use the "--cob" that add by prev patch
>> test the continue over breakpoints function of GDB.
>>
>> Thanks,
>> Hui
>>
>> 2013-03-03 Hui Zhu <hui_zhu@mentor.com>
>>
>> * gdb.server/Makefile.in (EXECUTABLES): Add cob.
>> * gdb.server/cob.c: New file.
>> * gdb.server/cob.exp: New file.
>> * lib/gdbserver-support.exp (gdbserver_start): Add check for
>> gdbserver_use_cob_p.
>
>
> Because the option "--cob" is changed to "--continue-over-breakpoints". So
> I post a new version for that change.
>
>
> Thanks,
> Hui
>
> 2013-03-03 Hui Zhu <hui_zhu@mentor.com>
>
> * gdb.server/Makefile.in (EXECUTABLES): Add cob.
> * gdb.server/cob.c: New file.
> * gdb.server/cob.exp: New file.
> * lib/gdbserver-support.exp (gdbserver_start): Add check for
> gdbserver_use_cob_p.