public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* Optimizing watchpoints
@ 2007-09-28 21:21 Phil Muldoon
  2007-09-30 19:10 ` Mark Wielaard
  2007-10-01  1:25 ` Roland McGrath
  0 siblings, 2 replies; 10+ messages in thread
From: Phil Muldoon @ 2007-09-28 21:21 UTC (permalink / raw)
  To: Frysk Hackers

I wasn't going to do this in the first pass at watchpoints, but I might 
as well as think on it now.

Given that debug registers are very scarce, and that typically there 
might be a scenario where we could better optimize watching similar 
addresses and ranges, is there an established protocol for this?

I thought about checking addresses and ranges as a simple "we are 
already watching this address in another register and scope". But as 
usual things get hairy in C when you add in pointers (that pointer to 
pointers in structures and so on).

I suspect the answer here is "No" but can't help to ask, and establish 
the conversation ;)

Regards

Phil

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-10-10 10:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-28 21:21 Optimizing watchpoints Phil Muldoon
2007-09-30 19:10 ` Mark Wielaard
2007-10-01  1:25 ` Roland McGrath
2007-10-01  8:41   ` Mark Wielaard
2007-10-01  9:11     ` Phil Muldoon
2007-10-01  9:20       ` Mark Wielaard
2007-10-01 17:40     ` Roland McGrath
2007-10-01 17:54   ` Phil Muldoon
2007-10-10  7:11   ` Phil Muldoon
2007-10-10 10:28     ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).