Module Name: src Committed By: cliff Date: Sat Feb 5 06:07:07 UTC 2011
Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: db_interface.c Log Message: - add suport for MP ddb - add 'mach watch' command and related to enable ddb use of MIPS CP0 watchpoint operator may specify one or more of rwx access mode qualifiers, optional mask, and optional asid. with no args, 'mach watch' dumps the CP0 watchpoints table. - 'mach unwatch' command deletes entries from the table; either a) all entries matching an optional address, or b) with no address specified, deletes all entries. - fix 'mach cp0' dump of CP0 watchhi, watchlo regs - fix opcode in 'mach mtcr' command function To generate a diff of this commit: cvs rdiff -u -r1.64.16.18 -r1.64.16.19 src/sys/arch/mips/mips/db_interface.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.