pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2021-09-18
2021-09-18 10:48:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
2b3c65e6cc5364e9a1462f76aa9abf80d5cec981 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Build
[Makefile]
: Added some more gdb defaults to gdb_{verify,hilfe}.
850:
@echo >>.gdbinit handle SIGUSR1 nostop noprint pass @echo >>.gdbinit handle SIGUSR2 nostop noprint pass @echo >>.gdbinit handle SIGLWP nostop noprint pass
+
@echo >>.gdbinit handle SIGPIPE 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 break abort
@if test "$(TESTARGS)" = "" ; then args="$(TESTARGS_NOFORK) -v" ; else \ args="$(TESTARGS)" ; fi; \ echo >>.gdbinit set args \
868:
@echo >>.gdbinit handle SIGUSR1 nostop noprint pass @echo >>.gdbinit handle SIGUSR2 nostop noprint pass @echo >>.gdbinit handle SIGLWP nostop noprint pass
+
@echo >>.gdbinit handle SIGPIPE 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 break abort
@echo >>.gdbinit set args -m$(TMP_BUILDDIR)/master.pike $$ARGS $(GDB) $(TMP_BUILDDIR)/pike @rm .gdbinit