svn commit: r312437 - in head/sys/dev: mpr mps
Slawa Olhovchenkov
slw at zxy.spb.ru
Fri Jan 20 00:11:40 UTC 2017
On Thu, Jan 19, 2017 at 09:47:51PM +0000, Scott Long wrote:
> Author: scottl
> Date: Thu Jan 19 21:47:50 2017
> New Revision: 312437
> URL: https://svnweb.freebsd.org/changeset/base/312437
>
> Log:
> Rework the debug print API. Event printing no longer gets special handling.
> All of the printing from the tables file now has wrappers so that the
> handling is cleaner and it's possible to print something out (say, during
> development) without having to fight the global debug flags. This re-org
> will also make it easier to have the tables be compiled out at build time
> if desired.
>
> Other than fixing some minor bugs, there are no user-visible changes from
> this change
Can you also do "atomics" print?
Now debugs interleave w/ other outputs and line can split multiple
times.
More information about the svn-src-head
mailing list