From faa6e61f60fe83d88fa6f79529f8a155f7f7d768 Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Wed, 10 Sep 2008 12:53:46 -0400 Subject: [PATCH] GDBv6 requires a bit more config to deal with dynamic libs and breakpoints. --- dist/sqlconf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/sqlconf b/dist/sqlconf index cef27b1..8b47fa8 100644 --- a/dist/sqlconf +++ b/dist/sqlconf @@ -44,6 +44,7 @@ env $cppflags $ldflags $libs sh ../dist/configure -C $args # echo "end" && # echo "define dc" && # echo 'print __db_dump(dbc->dbp, "a", "/tmp/o")' && +# echo "set breakpoint pending on" && # echo "end") > .gdbinit (echo "set environment LD_LIBRARY_PATH=.:.libs" && @@ -51,6 +52,7 @@ env $cppflags $ldflags $libs sh ../dist/configure -C $args echo "dir ../src/dbsql" && echo "dir /usr/local/db/src" && echo "path /usr/local/db/lib" && + echo "set breakpoint pending on" && echo "path .") > .gdbinit rm -f tags