Branch: Tag:

2011-05-18

2011-05-18 23:31:17 by 0

Implement --with-dtrace to enable source-level tracing of Pike programs using
e.g. Apple Instruments. (It's not yet balancing entry/exit properly.)

41:   /* Define this if you want pike to interact with valgrind. */   #undef USE_VALGRIND    + /* Define this to embed DTrace probes */ + #undef USE_DTRACE +    /* Define this if you are going to use a memory access checker (like Purify) */   #undef __CHECKER__