summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2008-08-14 02:12:23 (GMT)
committerdas <das@noemail.net>2008-08-14 02:12:23 (GMT)
commitb46217fc075a719b5425049f322db0fb74b4af42 (patch)
tree17baa52cc265a3d5a5a7ca9e459109d1ab31cb5d /generic/tclBasic.c
parentec57fddf08edc2d91c8abb5925dabc8490c79acb (diff)
downloadtcl-b46217fc075a719b5425049f322db0fb74b4af42.zip
tcl-b46217fc075a719b5425049f322db0fb74b4af42.tar.gz
tcl-b46217fc075a719b5425049f322db0fb74b4af42.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). FossilOrigin-Name: d8d2f9aa9c0c1e612dbbb378175ff9fe0b459943
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 4ce4590..dbdcd7c 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.75.2.33 2008/07/28 20:01:07 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclBasic.c,v 1.75.2.34 2008/08/14 02:12:25 das Exp $
*/
#include "tclInt.h"
@@ -6489,6 +6489,9 @@ DTraceObjCmd(
}
return TCL_OK;
}
+
+TCL_DTRACE_DEBUG_LOG();
+
#endif /* USE_DTRACE */
/*