on attach of the knote. It is same as for NOTE_EXIT when attaching to the exiting process.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| sys/kern/sys_procdesc.c | ||
|---|---|---|
| 504 | P_STOPPED_TRACE means that the process is traced (and stopped in ptracestop()). | |
| sys/kern/sys_procdesc.c | ||
|---|---|---|
| 504 | I mean, we will generate an event if just P_STOPPED_SIG is set. In that case, the process might not be traced. | |
| sys/kern/sys_procdesc.c | ||
|---|---|---|
| 504 | I added 'stopped or traced'. | |
| sys/kern/sys_procdesc.c | ||
|---|---|---|
| 504 | ||