cvs commit: src/sys/contrib/ia64/libuwx/src Makefile uwx_trace.c uwx_trace.h

Marcel Moolenaar marcel at FreeBSD.org
Thu Jul 10 18:03:56 PDT 2003


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


More information about the cvs-all mailing list