CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/19 05:35:30
Modified files:
sys/ddb : db_command.c
sys/kern : kern_proc.c
Log message:
Improve the output of ddb "show proc" command
Include missing fields -- like the sleep channel and message -- and
show both the PID and TID of the proc.
Also add '/t' as an argument that can be used to specify a proc by TID
instead of by address.
OK mpi@
