Upon exit from the debugger, checking the return code of kdb_trap()
allows one to retry the fatal page fault. This matches what is done on
all other architectures.
Details
Details
- Reviewers
jhb avg - Commits
- rG65d1a4cfda73: Handle KDB_WHY_TRAP return on arm and mips
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
It's been a while since I touched that kind of code, but I think that this change is good.