Page MenuHomeFreeBSD

arm64, riscv: handle RB_KDB
ClosedPublic

Authored by mhorne on Jan 31 2022, 9:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 22, 3:30 PM
Unknown Object (File)
Dec 8 2024, 2:29 PM
Unknown Object (File)
Nov 1 2024, 9:55 PM
Unknown Object (File)
Oct 6 2024, 3:55 AM
Unknown Object (File)
Oct 6 2024, 12:33 AM
Unknown Object (File)
Oct 5 2024, 6:07 PM
Unknown Object (File)
Oct 5 2024, 4:39 PM
Unknown Object (File)
Oct 2 2024, 6:29 PM

Details

Summary

This allows entering the debugger at the earliest possible time, if
the '-d' argument is passed to the kernel.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb added inline comments.
sys/arm64/arm64/machdep.c
859

Have you tested this to verify if kdb works that early?

sys/arm64/arm64/machdep.c
859

Yes. I recall having to fix it a few months back, but I did test this for both.

This revision is now accepted and ready to land.Jan 31 2022, 10:10 PM
This revision was automatically updated to reflect the committed changes.