Date: Thu, 10 Jul 2003 18:03:55 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/ia64/libuwx/src Makefile uwx_trace.c uwx_trace.h Message-ID: <200307110103.h6B13thU073224@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/07/10 18:03:55 PDT FreeBSD src repository Modified files: (Branch: LIBUWX) sys/contrib/ia64/libuwx/src Makefile uwx_trace.c uwx_trace.h Log: Rename DISABLE_TRACE to UWX_TRACE_ENABLE and change the conditional compilation accordingly. The net effect is that tracing is not by default present and that it can easily be compiled-in. The tracer uses getenv() and printf(), which cannot be used in all cases (ie from the debugger) and with this change we improved the applicability of the unwinder. This change is made on the vendor branch and given back to the vendor for possible inclusion in future versions. Revision Changes Path 1.1.1.2 +1 -1 src/sys/contrib/ia64/libuwx/src/Makefile 1.1.1.2 +3 -0 src/sys/contrib/ia64/libuwx/src/uwx_trace.c 1.1.1.2 +3 -3 src/sys/contrib/ia64/libuwx/src/uwx_trace.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307110103.h6B13thU073224>