pike.git
/
src
/
error.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/error.c:12:
#include "builtin_functions.h" #include "array.h" #include "object.h" #include "main.h" #include "builtin_functions.h" #include "backend.h" #include "operators.h" #include "module_support.h" #include "threads.h"
-
RCSID("$Id: error.c,v 1.
41
2000/
01
/
29
08
:
43
:
37
hubbe Exp $");
+
RCSID("$Id: error.c,v 1.
42
2000/
03
/
20
21
:
00
:
04
hubbe Exp $");
#undef ATTRIBUTE #define ATTRIBUTE(X) JMP_BUF *recoveries=0; #ifdef PIKE_DEBUG void check_recovery_context(void) { char foo; #define TESTILITEST ((((char *)recoveries)-((char *)&foo))*STACK_DIRECTION) if(recoveries && TESTILITEST > 0) fatal("Recoveries is out biking (recoveries=%p, sp=%p, %d)!\n",recoveries, &foo,TESTILITEST); /* Add more stuff here when required */ }
-
+
+
void pike_gdb_breakpoint(void)
+
{
+
}
#endif JMP_BUF *init_recovery(JMP_BUF *r DEBUG_LINE_ARGS) { check_recovery_context(); #ifdef PIKE_DEBUG r->line=line; r->file=file; OED_FPRINTF((stderr, "init_recovery(%p) %s:%d\n", r, file, line)); #endif