diff options
author | das <das> | 2008-08-14 02:12:05 (GMT) |
---|---|---|
committer | das <das> | 2008-08-14 02:12:05 (GMT) |
commit | d2a98c066035c60995e044906c3619b7c5293012 (patch) | |
tree | e2c63313d8def410604e5c2852148f7669589e79 /generic/tclBasic.c | |
parent | af494a7fa60b807ea5ea6c39c2cfe0da1c846eb8 (diff) | |
download | tcl-d2a98c066035c60995e044906c3619b7c5293012.zip tcl-d2a98c066035c60995e044906c3619b7c5293012.tar.gz tcl-d2a98c066035c60995e044906c3619b7c5293012.tar.bz2 |
* generic/tclCompile.h: add support for debug logging of DTrace
* generic/tclBasic.c: 'proc', 'cmd' and 'inst' probes (does
_not_ require a platform with DTrace).
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r-- | generic/tclBasic.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index fcdd41d..9a159be 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -14,7 +14,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclBasic.c,v 1.295.2.8 2008/07/30 20:59:16 dgp Exp $ + * RCS: @(#) $Id: tclBasic.c,v 1.295.2.9 2008/08/14 02:12:06 das Exp $ */ #include "tclInt.h" @@ -6879,6 +6879,9 @@ TclDTraceInfo( } } } + +TCL_DTRACE_DEBUG_LOG(); + #endif /* USE_DTRACE */ /* |