[patch 2/3] Implement support for PowerPC BookE ranged watchpoints

Eli Zaretskii eliz@gnu.org
Sat Dec 25 14:13:00 GMT 2010


> From: Pedro Alves <pedro@codesourcery.com>
> Date: Thu, 23 Dec 2010 20:16:45 +0000
> Cc: Thiago Jung Bauermann <bauerman@br.ibm.com>,
>  Jan Kratochvil <jan.kratochvil@redhat.com>,
>  Joel Brobecker <brobecker@adacore.com>,
>  Eli Zaretskii <eliz@gnu.org>
> 
> The resource accounting bits, I still say that they should all just
> go away (at some point), and gdb should just try to insert the
> watchpoint immediately, and see if the target refuses.

I agree -- assuming, that is, that all the targets we support that can
do hardware watchpoints allow us to insert the watchpoints separately
from resuming the debuggee.  If there are targets that actually insert
the watchpoints as part as resuming the debuggee, those targets will
be unable to tell us anything useful about the watchpoint resources
until we actually resume the debuggee.  For those targets, we will
need to have some resource accounting in GDB, to give the user
reasonable feedback about resource over-booking.



More information about the Gdb-patches mailing list