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
F87023813: D37361.id112943.diff
Fri, Jun 28, 11:17 AM
Unknown Object (File)
Dec 23 2023, 12:11 AM
Unknown Object (File)
Dec 12 2023, 9:51 AM
Unknown Object (File)
Jul 5 2023, 4:40 AM
Unknown Object (File)
Jul 5 2023, 4:40 AM
Unknown Object (File)
Jul 5 2023, 4:37 AM
Unknown Object (File)
Jul 2 2023, 1:55 PM
Unknown Object (File)
May 2 2023, 1:39 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