summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-12-16 14:13:44 +0100
committerhjk <hjk@theqtcompany.com>2015-12-17 14:58:23 +0000
commit6a71c631869afac7477242c599186a29cde7d426 (patch)
tree873d3b45c79ef33fd8558ef92ebf7b607456a369 /tests
parente5b9e819faea9b65013bbc35fefead2a7b38599e (diff)
downloadqt-creator-6a71c631869afac7477242c599186a29cde7d426.tar.gz
Debugger: Make display of QObject names optional
... and switch it off by default. The feature has indeterministic performance impact and lost quite a bit of its utility since GDB learned to extract dynamic object types most of the times. Change-Id: I22cccb03ba67f9ff6ad757bbc06eb372d84bbffe Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index 3c44b319c3..9bab06748d 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -1303,6 +1303,7 @@ void tst_Dumpers::dumper()
"python theDumper.fetchVariables({"
"'token':2,'fancy':1,'forcens':1,'sortstructs':1,"
"'autoderef':1,'dyntype':1,'passexceptions':1,"
+ "'qobjectnames':1,"
"'expanded':[" + expandedq + "]})\n";
cmds += "quit\n";
@@ -1334,6 +1335,7 @@ void tst_Dumpers::dumper()
// "sc print(dir())\n"
"sc Tester('" + t->buildPath.toLatin1() + "/doit', {'fancy':1,'forcens':1,"
"'autoderef':1,'dyntype':1,'passexceptions':1,"
+ "'qobjectnames':1,"
"'expanded':[" + expandedq + "]})\n"
"quit\n";