summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2016-06-08 09:26:20 +0200
committerDavid Schulz <david.schulz@theqtcompany.com>2016-06-08 07:46:46 +0000
commit60f4a48666c2e83db7c755f08f6596db34ea06be (patch)
tree6f949821e9885dd6468dcd0b2cea93b9499cb522
parent6863acfe9184a2d30c94fa079fed1bc1e30d40db (diff)
downloadqt-creator-60f4a48666c2e83db7c755f08f6596db34ea06be.tar.gz
Cdb: Disable noisy symbol loading.
It may cause hick ups when debugging an application that has pdb files larger than 1 GB. Change-Id: I596d8f39396f39164f4b59df8ac0b06fbf2ad358 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--src/plugins/debugger/cdb/cdbengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/cdb/cdbengine.cpp b/src/plugins/debugger/cdb/cdbengine.cpp
index 4c064583e4..1312b9e43b 100644
--- a/src/plugins/debugger/cdb/cdbengine.cpp
+++ b/src/plugins/debugger/cdb/cdbengine.cpp
@@ -651,7 +651,6 @@ void CdbEngine::setupInferior()
symbolPaths += symbolPath;
runCommand({".sympath \"" + symbolPaths.join(QLatin1Char(';')).toLatin1() + '"', NoFlags});
- runCommand({"!sym noisy", NoFlags}); // Show symbol load information.
runCommand({"sxn 0x4000001f", NoFlags}); // Do not break on WowX86 exceptions.
runCommand({"sxn ibp", NoFlags}); // Do not break on initial breakpoints.
runCommand({".asm source_line", NoFlags}); // Source line in assembly