freebsd-dev/sys/fs/procfs
John Baldwin 59838c1a19 Retire procfs-based process debugging.
Modern debuggers and process tracers use ptrace() rather than procfs
for debugging.  ptrace() has a supserset of functionality available
via procfs and new debugging features are only added to ptrace().
While the two debugging services share some fields in struct proc,
they each use dedicated fields and separate code.  This results in
extra complexity to support a feature that hasn't been enabled in the
default install for several years.

PR:		244939 (exp-run)
Reviewed by:	kib, mjg (earlier version)
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D23837
2020-04-01 19:22:09 +00:00
..
procfs_dbregs.c Plug memory disclosures via ptrace(2). 2018-12-03 20:54:17 +00:00
procfs_fpregs.c Plug memory disclosures via ptrace(2). 2018-12-03 20:54:17 +00:00
procfs_map.c Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map. 2019-10-08 07:14:21 +00:00
procfs_mem.c
procfs_note.c
procfs_osrel.c
procfs_regs.c Plug memory disclosures via ptrace(2). 2018-12-03 20:54:17 +00:00
procfs_rlimit.c
procfs_status.c
procfs_type.c
procfs.c Retire procfs-based process debugging. 2020-04-01 19:22:09 +00:00
procfs.h Retire procfs-based process debugging. 2020-04-01 19:22:09 +00:00