Contrary to the comments, it was never used by core dumps or debuggers.
Instead, it used to hold the signal code of a pending signal, but that
was replaced by the 'ksi_code' member of ksiginfo_t when signal information
was reworked in 7.0.
Details
Details
- Reviewers
kib - Commits
- rS346695: Remove p_code from struct proc.
- compiled and booted amd64 and i386 kernels and ran ptrace_test under both
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 23887 Build 22815: arc lint + arc unit