Add KTR tracing for some MI ptrace events.
Details
Details
- Reviewers
kib - Commits
- rS283546: Add KTR tracing for some MI ptrace events.
- I'm using this while debugging ptrace() bugs.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I think so, though I would maybe add those later. I will probably add x86 in a follow up at least. For now my focus is on wait()'ing for child exit status (and the follow fork stuff) which is all MI.
sys/kern/kern_exit.c | ||
---|---|---|
1224 ↗ | (On Diff #5675) | Ok, I will provide both as I think it is useful to also see the "cooked" status returned by wait. |