CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/05 22:47:26
Modified files:
sys/ddb : db_command.c db_ctf.c db_sym.h
Log message:
replace the DDB_STRUCT backend for "show struct" with ctf code.
this lets you inspect arbitrary memory in the kernel as a specified
struct.
ok mpi@ jasper@
