solenv/bin/gdb-core-bt.sh |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 70b24144162a48a2a9f5fe5964c08a8396754b57
Author: Michael Stahl <mst...@redhat.com>
Date:   Fri May 22 00:01:37 2015 +0200

    Revert "solenv: if RR is set, skip gdb backtrace, since it's recorded 
already"
    
    This reverts commit ea980f3de1da84de730541217bd497a4d3bb3642.

diff --git a/solenv/bin/gdb-core-bt.sh b/solenv/bin/gdb-core-bt.sh
index e3965f5..dba100e 100755
--- a/solenv/bin/gdb-core-bt.sh
+++ b/solenv/bin/gdb-core-bt.sh
@@ -20,10 +20,6 @@ then
         COREFILE=$(ls "$COREDIR"/core*)
         echo
         echo "It looks like ${EXECUTABLE} generated a core file at ${COREFILE}"
-        if test -n "$RR"; then
-            echo "rr is recording, skipping gdb backtrace generation"
-            exit 0
-        fi
         echo "Backtraces:"
         GDBCOMMANDFILE=$(mktemp)
         echo "thread apply all backtrace full" > "$GDBCOMMANDFILE"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to