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
Unknown Object (File)
Wed, Nov 26, 1:47 AM
Unknown Object (File)
Tue, Nov 25, 3:36 PM
Unknown Object (File)
Sun, Nov 23, 6:01 AM
Unknown Object (File)
Thu, Nov 20, 10:05 PM
Unknown Object (File)
Wed, Nov 19, 4:45 PM
Unknown Object (File)
Sun, Nov 16, 2:57 AM
Unknown Object (File)
Wed, Nov 12, 10:14 PM
Unknown Object (File)
Nov 3 2025, 2: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()?