I have core where td_state is TDS_RUNNING and td_oncpu is NOCPU. It seems for short time we can have this,
so skip call CPU_ISSET for NOCPU to prevent kgdb from crashing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| gnu/usr.bin/gdb/kgdb/kthr.c | ||
|---|---|---|
| 100 | Probably you can just drop the td_state test entirely then and only test td_oncpu. | |