This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA]: Watchpoints per thread patch


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.



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