pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-14
2004-03-14 21:20:56 by Martin Nilsson <mani@lysator.liu.se>
cad3fe77d9835625ef0e3f7e322d2a6febc2dd17 (
17
lines) (+
16
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
gdb_hilfe target
Rev: src/Makefile.in:1.380
1:
#
-
# $Id: Makefile.in,v 1.
379
2004/03/
09
02
:
27
:
51
nilsson Exp $
+
# $Id: Makefile.in,v 1.
380
2004/03/
14
21
:
20
:
56
nilsson Exp $
# # This line is needed on some machines.
639:
gdb $(TMP_BUILDDIR)/pike @rm .gdbinit
+
gdb_hilfe: master.pike
+
@echo >.gdbinit handle SIGFPE nostop noprint pass
+
@echo >>.gdbinit handle SIGUSR1 nostop noprint pass
+
@echo >>.gdbinit handle SIGUSR2 nostop noprint pass
+
@echo >>.gdbinit handle SIGLWP nostop noprint pass
+
@if kill -l | grep SIGRTMIN >/dev/null ; then \
+
echo >>.gdbinit handle SIG32 nostop noprint pass ;\
+
else :; fi
+
@echo >>.gdbinit break debug_fatal
+
@echo >>.gdbinit break pike_gdb_breakpoint
+
@echo >>.gdbinit set args -m$(TMP_BUILDDIR)/master.pike $$ARGS
+
gdb $(TMP_BUILDDIR)/pike
+
@rm .gdbinit
+
# fast test fast_verify_testsuite: testsuite PIKE_MODULE_PATH=""; PIKE_INCLUDE_PATH=""; \