Improve db_ctf_pprint(), implement handlers for arrays and enums.
authorclaudio <claudio@openbsd.org>
Thu, 22 Feb 2024 13:49:17 +0000 (13:49 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 22 Feb 2024 13:49:17 +0000 (13:49 +0000)
commit609e0b1cb9612e1d3b48846a4c331e5d9920fe04
tree44d55f37f6376c9f27b53b5c51f450f2da0bedfd
parent4e6a2d216bd809e4bc117bab09c9e2eb894fe296
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@
sys/ddb/db_ctf.c