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)
Sat, May 10, 7:36 PM
Unknown Object (File)
Fri, May 2, 9:15 PM
Unknown Object (File)
Apr 23 2025, 9:49 PM
Unknown Object (File)
Apr 14 2025, 11:57 AM
Unknown Object (File)
Feb 22 2025, 2:16 PM
Unknown Object (File)
Feb 22 2025, 1:51 PM
Unknown Object (File)
Feb 11 2025, 12:20 AM
Unknown Object (File)
Feb 8 2025, 12:01 AM

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.