Edit

IABSD.fr/src/sys/ddb

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2023-09-19 11:35:30
    Hash : f191aecb
    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@