patch to make strace printfs available to C code
Joe Buehler
jbuehler@hekimian.com
Mon Jul 8 11:20:00 GMT 2002
Attached is a short patch that makes the various strace printf macros
available in C code and not just C++. It could be made more efficient
(avoid a function call) by moving a class attribute out of the strace
class and making it a global variable.
I will send in a patch to dlmalloc.c to use this, once I clean it
up a little. The idea being to dump malloc debugging output to
strace instead of stderr, so there is more context about what is
going on when the malloc check stuff finds something worth reporting.
Joe Buehler
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list