From owner-cvs-src@FreeBSD.ORG Thu Jul 10 18:03:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0D1237B401; Thu, 10 Jul 2003 18:03:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D09643F93; Thu, 10 Jul 2003 18:03:55 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6B13t0U073225; Thu, 10 Jul 2003 18:03:55 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6B13thU073224; Thu, 10 Jul 2003 18:03:55 -0700 (PDT) Message-Id: <200307110103.h6B13thU073224@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 10 Jul 2003 18:03:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LIBUWX Subject: cvs commit: src/sys/contrib/ia64/libuwx/src Makefile uwx_trace.c uwx_trace.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 01:03:56 -0000 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