Page MenuHomeFreeBSD

Add db_vprintf
AcceptedPublic

Authored by andrew on Mar 24 2022, 11:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 11, 9:29 PM
Unknown Object (File)
Sun, Aug 9, 4:32 PM
Unknown Object (File)
Sat, Aug 8, 5:00 PM
Unknown Object (File)
Sat, Aug 8, 2:28 AM
Unknown Object (File)
Mon, Aug 3, 1:27 AM
Unknown Object (File)
Sun, Aug 2, 6:16 AM
Unknown Object (File)
Jul 14 2026, 4:59 PM
Unknown Object (File)
Jun 25 2026, 3:25 PM
Subscribers
None

Details

Reviewers
markj
jhb
imp
Summary

We may have a printf-like function that would like to print while in
ddb. In this case we have a va_list so add a vprintf-like function to
allow for this without having to print to a temporary buffer that is
passed to db_printf.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44880
Build 41768: arc lint + arc unit