HomeFreeBSD

Don't check P_INMEM in kdb_thr_*().

Description

Don't check P_INMEM in kdb_thr_*().

Not all debugger operations that enumerate threads require thread
stacks to be resident in memory to be useful. Instead, push P_INMEM
checks (if needed) into callers.

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

Details

Provenance
jhbAuthored on Jan 1 2021, 12:01 AM
Reviewer
kib
Differential Revision
D27827: Don't check P_INMEM in kdb_thr_*().
Parents
rG9acce1c99299: Enumerate processes via the pid hash table in kdb_thr_*().
Branches
Unknown
Tags
Unknown