Page MenuHomeFreeBSD

Add db_vprintf
AcceptedPublic

Authored by andrew on Mar 24 2022, 11:59 AM.
Tags
None
Referenced Files
F171297350: D34658.id.diff
Thu, Sep 10, 5:43 AM
Unknown Object (File)
Mon, Sep 7, 5:27 AM
Unknown Object (File)
Mon, Sep 7, 5:24 AM
Unknown Object (File)
Sat, Sep 5, 8:17 PM
Unknown Object (File)
Sat, Sep 5, 8:17 PM
Unknown Object (File)
Thu, Sep 3, 12:35 AM
Unknown Object (File)
Tue, Sep 1, 5:29 AM
Unknown Object (File)
Mon, Aug 31, 11:03 AM
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