Source-Changes archive

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

re: CVS commit: syssrc/sys/ddb



   
   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.



Home | Main Index | Thread Index | Old Index