aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2017-12-13 09:38:18 +0100
committerDavid Schulz <david.schulz@qt.io>2017-12-13 13:59:01 +0000
commit800aa7466f06abff21528b64273df84fe6322d4a (patch)
treeb85b103deb8a230937cfc02cebb8ba28d945202f /tests
parenta60b3fdd87257908a01a54a55eece3d56f31fceb (diff)
Debugger: improve symbol lookup times for cdb
Task-number: QTCREATORBUG-18613 Change-Id: If8dac096fa4d0d8afc6fb8f7bbffd090a5dc6e19 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index ef311bce69..b627849496 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -1517,7 +1517,8 @@ void tst_Dumpers::dumper()
<< "-c"
<< "bm doit!qtcDebugBreakFunction;g"
<< "debug\\doit.exe";
- cmds += "!qtcreatorcdbext.script sys.path.insert(1, '" + dumperDir + "')\n"
+ cmds += ".symopt+0x8000\n"
+ "!qtcreatorcdbext.script sys.path.insert(1, '" + dumperDir + "')\n"
"!qtcreatorcdbext.script from cdbbridge import *\n"
"!qtcreatorcdbext.script theDumper = Dumper()\n"
"!qtcreatorcdbext.script theDumper.setupDumpers()\n"