Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/ddb



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.




Home | Main Index | Thread Index | Old Index