Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/ddb/TODO,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ddb/TODO,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.11.6.1 diff -u -p -r1.11 -r1.11.6.1 --- src/sys/ddb/TODO 2002/08/26 11:35:22 1.11 +++ src/sys/ddb/TODO 2004/08/03 10:44:46 1.11.6.1 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.11 2002/08/26 11:35:22 scw Exp $ +$NetBSD: TODO,v 1.11.6.1 2004/08/03 10:44:46 skrll Exp $ In rough order. @@ -112,6 +112,6 @@ done Numbers starting with [a-f] should 31. Add support for cpus where sizeof(register_t) is not necessarily the same as sizeof(void *). This is the case on SH5 using the - ILP32 ABI. On this cpu db_expr_t is, necessarily, 64-bits. + ILP32 ABI. On this CPU db_expr_t is, necessarily, 64-bits. Unfortunately, in ILP32 mode, ddb will only display the low 32-bits of any expression, including registers...