pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-30
2008-05-30 22:26:56 by Martin Nilsson <mani@lysator.liu.se>
78db9a29027c3c397a3f1ab8739d8d076d0088f8 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
_gdb_breakpoint only exists when PIKE_DEBUG is defined.
Rev: lib/master.pike.in:1.430
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
429
2008/05/30
21
:
57
:
59
grubba
Exp $
+
// $Id: master.pike.in,v 1.
430
2008/05/30
22
:
26
:
56
nilsson
Exp $
#pike __REAL_VERSION__ //#pragma strict_types
4192:
} else {
+
#if constant(_gdb_breakpoint)
_gdb_breakpoint();
-
+
#endif
return sprintf ("<Invalid backtrace/error container: %O>\n" "%s\n", trace, describe_backtrace(backtrace())); }