diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-05-22 00:01:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-05-22 00:01:37 +0200 |
commit | 70b24144162a48a2a9f5fe5964c08a8396754b57 (patch) | |
tree | 26da599afc3ba2032f7463da1995fea4bc3771a3 /solenv | |
parent | 297680e88e97ce2940b3e38c0cdfeec5c061daca (diff) |
Revert "solenv: if RR is set, skip gdb backtrace, since it's recorded already"
This reverts commit ea980f3de1da84de730541217bd497a4d3bb3642.
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/gdb-core-bt.sh | 4 |
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" |