Subject: re: CVS commit: syssrc/sys/ddb
To: None <scw@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 08/27/2002 00:44:29
   
   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...


hmm... i thought it worked properly on sparc64 32 bit mode...


.mrg.