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)
Tue, Nov 12, 4:45 PM
Unknown Object (File)
Tue, Nov 12, 4:15 PM
Unknown Object (File)
Mon, Oct 28, 8:53 AM
Unknown Object (File)
Sep 25 2024, 6:26 PM
Unknown Object (File)
Sep 18 2024, 2:09 AM
Unknown Object (File)
Sep 17 2024, 11:58 AM
Unknown Object (File)
Sep 17 2024, 8:30 AM
Unknown Object (File)
Sep 16 2024, 9:17 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