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)
Nov 25 2024, 8:51 PM
Unknown Object (File)
Nov 25 2024, 10:23 AM
Unknown Object (File)
Nov 21 2024, 6:47 AM
Unknown Object (File)
Nov 20 2024, 3:02 PM
Unknown Object (File)
Nov 16 2024, 1:26 PM
Unknown Object (File)
Oct 23 2024, 7:39 AM
Unknown Object (File)
Oct 11 2024, 2:40 PM
Unknown Object (File)
Oct 11 2024, 12:38 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()?