summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-05-22 00:01:37 +0200
committerMichael Stahl <mstahl@redhat.com>2015-05-22 00:01:37 +0200
commit70b24144162a48a2a9f5fe5964c08a8396754b57 (patch)
tree26da599afc3ba2032f7463da1995fea4bc3771a3 /solenv
parent297680e88e97ce2940b3e38c0cdfeec5c061daca (diff)
Revert "solenv: if RR is set, skip gdb backtrace, since it's recorded already"
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/gdb-core-bt.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/bin/gdb-core-bt.sh b/solenv/bin/gdb-core-bt.sh
index e3965f5aed07..dba100e2482d 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"