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
F171246281: D34659.id104158.diff
Wed, Sep 9, 7:50 PM
Unknown Object (File)
Mon, Sep 7, 11:05 PM
Unknown Object (File)
Mon, Sep 7, 7:35 PM
Unknown Object (File)
Mon, Sep 7, 3:58 AM
Unknown Object (File)
Mon, Sep 7, 2:25 AM
Unknown Object (File)
Mon, Sep 7, 2:24 AM
Unknown Object (File)
Mon, Sep 7, 2:11 AM
Unknown Object (File)
Sat, Sep 5, 8:29 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()?