2016-09-29
2016-09-29 08:33:52 by Arne Goedeke <el@laramies.com>
-
d6e8a00eb41a85320469027b1f5588aa2012b80b
(4 lines)
(+2/-2)
[
Show
| Annotate
]
Branch: 8.0
Interpreter: enable gdb_backtraces() even without debug
The gdb_backtraces() functions are _very_ useful when debugging crashes,
in order to understand which pike code triggered a certain issue. On
amd64 they result in around 3K bytes of extra code size.
3253: Inside #if defined(PIKE_DEBUG)
}
}
}
+ #endif
-
+
static const char *safe_idname_from_int(struct program *prog, int func)
{
/* ID_FROM_INT with a thick layer of checks. */
3512:
gdb_backtrace();
#endif
}
- #endif
+
PMOD_EXPORT void custom_check_stack(ptrdiff_t amount, const char *fmt, ...)
{