Page MenuHomeFreeBSD

arm64, riscv: handle RB_KDB
ClosedPublic

Authored by mhorne on Jan 31 2022, 9:35 PM.
Tags
None
Referenced Files
F96478678: D34120.diff
Wed, Sep 25, 3:10 AM
F96305280: D34120.id102183.diff
Tue, Sep 24, 11:50 AM
F96275333: D34120.id102183.diff
Tue, Sep 24, 7:45 AM
Unknown Object (File)
Fri, Sep 20, 8:33 AM
Unknown Object (File)
Fri, Sep 20, 6:12 AM
Unknown Object (File)
Mon, Sep 16, 12:12 AM
Unknown Object (File)
Sun, Sep 8, 7:07 PM
Unknown Object (File)
Fri, Sep 6, 6:35 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.