pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-07
2000-03-07 08:15:03 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
d3027a30a73315cd901a935e0ffcb8fe82eaefa0 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
no watchdog when running testsuite in GDB
Rev: bin/test_pike.pike:1.37
Rev: src/Makefile.in:1.180
1:
#
-
# $Id: Makefile.in,v 1.
179
2000/
02
/
26
03:
08:
49
hubbe Exp $
+
# $Id: Makefile.in,v 1.
180
2000/
03
/
07
08:
15:03
hubbe Exp $
# # This line is needed on some machines.
370:
@echo >>.gdbinit handle SIGUSR2 nostop noprint pass @echo >>.gdbinit handle SIGLWP nostop noprint pass @echo >>.gdbinit break debug_fatal
-
@echo >>.gdbinit run -m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike -v -v -f $(TESTARGS)
+
@echo >>.gdbinit run -m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike -
-no-watchdog -
v -v -f $(TESTARGS)
gdb ./pike @rm .gdbinit