Page MenuHomeFreeBSD

Add db_vprintf
AcceptedPublic

Authored by andrew on Mar 24 2022, 11:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 15, 9:25 PM
Unknown Object (File)
Wed, Jan 8, 7:48 PM
Unknown Object (File)
Nov 2 2024, 4:51 AM
Unknown Object (File)
Oct 23 2024, 11:19 PM
Unknown Object (File)
Oct 7 2024, 6:33 AM
Unknown Object (File)
Oct 2 2024, 12:39 PM
Unknown Object (File)
Sep 9 2024, 6:07 AM
Unknown Object (File)
Sep 5 2024, 2:56 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