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)
Wed, Sep 18, 2:09 AM
Unknown Object (File)
Tue, Sep 17, 11:58 AM
Unknown Object (File)
Tue, Sep 17, 8:30 AM
Unknown Object (File)
Mon, Sep 16, 9:17 PM
Unknown Object (File)
Tue, Sep 10, 12:52 PM
Unknown Object (File)
Thu, Sep 5, 4:33 PM
Unknown Object (File)
Mon, Sep 2, 1:32 PM
Unknown Object (File)
Sat, Aug 31, 5:50 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