Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/ddb



Module Name:    syssrc
Committed By:   bjh21
Date:           Sat Oct 13 15:17:39 UTC 2001

Modified Files:
        syssrc/sys/ddb: db_watch.c

Log Message:
When setting watchpoints, call pmap_update() for each watchpoint, rather
than at the end, since they may be in different pmaps.  This avoids a null
pointer dereference that was causing panics when resuming from DDB on arm26.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/ddb/db_watch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index