HomeFreeBSD

Enumerate processes via the pid hash table in kdb_thr_*().

Description

Enumerate processes via the pid hash table in kdb_thr_*().

Processes part way through exit1() are not included in allproc. Using
allproc to enumerate processes prevented getting the stack trace of a
thread in this part of exit1() via ddb.

Reviewed by: kib
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D27826

Details

Provenance
jhbAuthored on Jan 1 2021, 12:00 AM
Reviewer
kib
Differential Revision
D27826: Enumerate processes via the pid hash table in kdb_thr_*().
Parents
rG4e7d1b527c1e: Add a proc_off_p_hash helper variable.
Branches
Unknown
Tags
Unknown