> Playing with MDB ::ps dcmd I noticed that the status field interpretation is
> different from the regular ps(1) command. The status in MDB is the value of
> pr.p_stat field which, according to the code may only have values SRUN, SIDL
> and SZOMB. The code in MDB pretends to understand other sta
Playing with MDB ::ps dcmd I noticed that the status field interpretation is
different from the regular ps(1) command. The status in MDB is the value of
pr.p_stat field which, according to the code may only have values SRUN, SIDL
and SZOMB. The code in MDB pretends to understand other states:
st