[RFA]: Watchpoints per thread patch
Jeff Johnston
jjohnstn@redhat.com
Thu Oct 28 19:47:00 GMT 2004
Daniel Jacobowitz wrote:
> On Wed, Oct 27, 2004 at 07:17:13PM -0400, Jeff Johnston wrote:
>
>>Were you thinking of add_thread()? If so, we would have to move the calls
>>to add_thread so they never occur before an attach because the low-level
>>observers will need the thread already attached.
>
>
> Oh, that's a good point. Do you think that's a reasonable change to
> make?
>
It is a can of worms. I can move the add_thread call in attach_thread easily
enough, but there are other calls to add_thread strewn about. For example,
corelow.c calls add_thread as does infrun.c when it finds a new process. I
certainly don't see it being valid for either of these scenarios to
insert/remove all watchpoints. My personal preference would be to leave it
where it is for now.
-- Jeff J.
More information about the Gdb-patches
mailing list