Branch: Tag:

2002-09-21

2002-09-21 16:29:43 by Martin Stjernholm <mast@lysator.liu.se>

Set a breakpoint on pike_gdb_breakpoint by default when gdb is started. Made
it accessible from pike with "_gdb_breakpoint" to make it convenient to
enter gdb at a specific point in the pike code.

Rev: bin/pike.in:1.11
Rev: src/Makefile.in:1.324
Rev: src/builtin_functions.c:1.439
Rev: src/error.c:1.88

1:   # - # $Id: Makefile.in,v 1.323 2002/09/21 15:59:51 mast Exp $ + # $Id: Makefile.in,v 1.324 2002/09/21 16:29:43 mast Exp $   #      # This line is needed on some machines.
536:    echo >>.gdbinit handle SIG32 nostop noprint pass ;\    else :; fi    @echo >>.gdbinit break debug_fatal +  @echo >>.gdbinit break pike_gdb_breakpoint    @if test "$(TESTARGS)" = "" ; then args="-a -v -v" ; else \    args="$(TESTARGS)" ; fi; \    echo >>.gdbinit set args -m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike --no-watchdog $$args