Page MenuHomeFreeBSD

ddb: don't limit pindex output in 'show vmopag'
ClosedPublic

Authored by mhorne on Nov 11 2022, 3:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 3, 10:14 PM
Unknown Object (File)
Sat, Nov 1, 1:19 PM
Unknown Object (File)
Sat, Nov 1, 11:12 AM
Unknown Object (File)
Sat, Nov 1, 5:54 AM
Unknown Object (File)
Sat, Nov 1, 5:15 AM
Unknown Object (File)
Thu, Oct 30, 10:11 PM
Unknown Object (File)
Oct 23 2025, 2:19 AM
Unknown Object (File)
Oct 12 2025, 5:33 PM
Subscribers

Details

Summary

This command already prints a tremendous amount of output, and properly
obeys the pager. It does not make sense to arbitrarily limit the pages
that are printed, as the reader will not be aware that this has
happened.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

If I recall correctly, it wasn't always possible to interrupt the pager, so running certain ddb commands could make the debugger unusable and force a hard reset.

This revision is now accepted and ready to land.Nov 11 2022, 4:20 PM