CVSROOT: /cvs Module name: src Changes by: u...@cvs.openbsd.org 2017/08/14 13:57:05
Modified files: sys/ddb : db_command.c db_ctf.c share/man/man4 : ddb.4 Log message: Restore "print" in ddb; add "pp[rint]" for pretty-printing Changing the "print" command to use db_ctf_pprint_cmd() broke all documented uses and "examine" does not allow printing variables, or individual registers. For now it is better to leave the "print" command intact, and in sync with the ddb(4) man page, but we still want "pp[rint]" to replace the "print" command when it works better. ok mpi@