f7982b5823
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...