pike.git
/
src
/
modules
/
_Debug
/
debug.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/_Debug/debug.cmod:384:
export; { extern int yydebug; pop_n_elems(args); push_int(yydebug); yydebug = yyd; } #endif /* YYDEBUG */
-
#if defined(PIKE_PORTABLE_BYTECODE)
-
+
/*! @decl void disassemble(function fun) *! *! Disassemble a Pike function to @[Stdio.stderr]. *! *! @note *! This function is only available if the Pike runtime *! has been compiled with debug enabled. */ PIKEFUN void disassemble(function fun) {
pike.git/src/modules/_Debug/debug.cmod:441:
#undef CASE } } else { fprintf(stderr, "Prototype.\n"); } } pop_n_elems(args); push_int(0); }
-
#endif /* PIKE_PORTABLE_BYTECODE */
-
+
#endif /* PIKE_DEBUG */ #ifdef DEBUG_MALLOC /*! @decl void reset_dmalloc() *! *! @note *! Only available when compiled with dmalloc. */ PIKEFUN void reset_dmalloc()