CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/22 06:49:17
Modified files:
sys/ddb : db_ctf.c
Log message:
Improve db_ctf_pprint(), implement handlers for arrays and enums.
Use db_get_value() to access addr to ensure that alignment errors
don't cause exceptions. DDB on 32bit archs does normally not handle
64bit values so to print 64bit ints a bit of gymnastics is needed.
OK mpi@
