debugger: try quicker start when no breakpoints are set

This prevents initial reading of debug information when no
breakpoints are set. The debug information will be read on
first stop instead, e.g. when the user interrupts.

Change-Id: I6156347bf108e9ed89f54ca67021f37c02fa5116
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
hjk
2012-04-17 10:00:40 +02:00
committed by Aurindam Jana
parent 8209b9d9d5
commit b439999f1d
7 changed files with 79 additions and 45 deletions

View File

@@ -118,6 +118,7 @@ enum DebuggerActionCode
// Gdb
LoadGdbInit,
AttemptQuickStart,
GdbStartupCommands,
GdbWatchdogTimeout,
AutoEnrichParameters,