Re: Does DDB's watch feature actually work?

2001-11-18 Thread Brian Dean
On Sat, Nov 17, 2001 at 11:14:10PM -0500, Matthew Emmerton wrote: > So, I decided to learn how to use DDB, and set a watch on the data element > that's getting blown away. The problem is, once I've got a watch in place, > the system traps (page fault) at the strangest locations in the networkin

Does DDB's watch feature actually work?

2001-11-17 Thread Matthew Emmerton
I've been using DDB the last few days attempting to track down a supposed bug in our TCP/IP stack. (See PR/31746). From what I've been able to tell so far (using the ugly insert-printf-here mechanism of debugging), a structure is getting zeroed which is causing the problem reported in the PR. S