CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/01/10 14:47:41
Modified files:
usr.bin/aucat : Makefile abuf.c aparams.c aproc.c aucat.c
conf.h dev.c file.c headers.c midi.c miofile.c
opt.c pipe.c safile.c sock.c wav.c
Added files:
usr.bin/aucat : dbg.c dbg.h
Log message:
Add traces to help tracking subtle timing bugs often causing
underuns and overruns; such bugs are hard to debug with ktrace
or a debugger. They are also handy to debug or monitor code
using aucat.
To enable traces, compile aucat with ``make DEBUG=-DDEBUG'' and
use the -d option multiple times.
ok jakemsr