Subject: CVS commit: syssrc/sys/ddb
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 08/26/2002 14:35:24
Module Name: syssrc
Committed By: scw
Date: Mon Aug 26 11:35:23 UTC 2002
Modified Files:
syssrc/sys/ddb: TODO
Log Message:
Another item on the TODO list:
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.
Unfortunately, in ILP32 mode, ddb will only display the low 32-bits
of any expression, including registers...
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/ddb/TODO
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.