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
Lint Skipped - Unit
Tests Skipped
Event Timeline
gnu/usr.bin/gdb/kgdb/kthr.c | ||
---|---|---|
100 ↗ | (On Diff #2685) | Probably you can just drop the td_state test entirely then and only test td_oncpu. |