summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-07 15:00:51 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-14 13:12:43 +0000
commitbca41b1b85ed5b2074599a044cdebbba71d87794 (patch)
treea40f6e0710f82bef7569462c752a420c6f3753e1 /src/testlib
parentf3939d943ed132eaf3daead797d961c3ffbc31a5 (diff)
Improve back trace handling
Print the full backtrace including the values of all variables, for improved diagnostic analysis. Change-Id: Iffcaa08123599e3610cdc2e316627167bfff0f36 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestcase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp
index 858475f396..7dc846db4d 100644
--- a/src/testlib/qtestcase.cpp
+++ b/src/testlib/qtestcase.cpp
@@ -113,7 +113,7 @@ static void stackTrace()
char cmd[512];
qsnprintf(cmd, 512, "gdb --pid %d 2>/dev/null <<EOF\n"
"set prompt\n"
- "thread apply all where\n"
+ "thread apply all where full\n"
"detach\n"
"quit\n"
"EOF\n",