Debugger: improve symbol lookup times for cdb

Task-number: QTCREATORBUG-18613
Change-Id: If8dac096fa4d0d8afc6fb8f7bbffd090a5dc6e19
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2017-12-13 09:38:18 +01:00
parent a60b3fdd87
commit 800aa7466f
2 changed files with 3 additions and 1 deletions

View File

@@ -566,6 +566,7 @@ void CdbEngine::setupInferior()
[this, id](const DebuggerResponse &r) { handleBreakInsert(r, id); }});
}
runCommand({".symopt+0x8000"}); // disable searching public symbol table - improving the symbol lookup speed
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