This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [rfc target-side break conditions 0/5 v2] General info
- From: Stan Shebs <stanshebs at earthlink dot net>
- To: gdb-patches at sourceware dot org
- Date: Tue, 07 Feb 2012 13:32:37 -0800
- Subject: Re: [rfc target-side break conditions 0/5 v2] General info
- References: <4F2309F1.1020703@mentor.com>
On 1/27/12 12:32 PM, Luis Gustavo wrote:
Hi,
This is an updated series of patches to implement target-side
breakpoint condition evaluation.
Overall this is looking pretty good, I just have a few nitpicks of my
own - fix those and it all should be fine to go in.
The current testsuite seems to be a good exercise for this feature
when ran in gdbserver mode. I can provide additional tests if required.
I would like to see at least one test of the preference setting that
runs in native mode and comes back with "not supported". I think this
is something that people will imagine is possible for native debugging,
and maybe someday it will be, but in the meantime we want to be sure
that the native config clearly reports that the setting is not going to
have any effect.
Stan