CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2017/08/10 13:39:38
Modified files: sys/ddb : db_command.c db_ctf.c db_elf.c db_expr.c db_sym.h sys/arch/sparc64/sparc64: openfirm.c Log message: With a CTF kernel, DDB's print command will now pretty-print symbols. Casting a type is not yet supported. ok kettenis@, jasper@