Page MenuHomeFreeBSD

Add show kernel_maps to ddb on arm64
Needs ReviewPublic

Authored by andrew on Mar 24 2022, 12:00 PM.
Tags
None
Referenced Files
F132740202: D34659.id.diff
Sun, Oct 19, 12:52 PM
F132740189: D34659.id104158.diff
Sun, Oct 19, 12:52 PM
F132669582: D34659.diff
Sat, Oct 18, 10:18 PM
Unknown Object (File)
Sat, Oct 18, 8:01 AM
Unknown Object (File)
Sat, Sep 20, 9:04 PM
Unknown Object (File)
Sep 12 2025, 4:13 PM
Unknown Object (File)
Sep 10 2025, 8:28 PM
Unknown Object (File)
Sep 3 2025, 8:49 AM
Subscribers

Details

Reviewers
markj
imp
jhb
manu
Summary

This prints the same information as the vm.pmap.kernel_maps sysctl.
This can be useful for debugging memory mapping issues.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44881
Build 41769: arc lint + arc unit

Event Timeline

sys/arm64/arm64/pmap.c
7287

Can't you still use an sbuf, and instead install a drain function that prints using db_printf()?