summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggeractions.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-02-06 12:10:02 +0100
committerhjk <hjk@qt.io>2017-02-06 13:15:19 +0000
commitfd2bf97f8278c5d2cf45e225b617e80beccdd75f (patch)
treedf0a8ded02eb2058fd96a463f06df47f0bd1f6a7 /src/plugins/debugger/debuggeractions.cpp
parentdfbe52efe306ae36aa271378efbed41ebb89c37c (diff)
downloadqt-creator-fd2bf97f8278c5d2cf45e225b617e80beccdd75f.tar.gz
Debugger: Remove the "Attempt quick start option"
This was GDB-only. It complicates the startup mechanism including breaking certain setups (e.g. users manually controlling "set auto-solib-add" in their .gdbinit) without providing too much benefit (anymore). Part of the potential debugger startup time improvements that were possibly gained by the feature are nowadays available by using a release build *without* debug info, as one of the original reasons to not use that (making Qt type introspection hard/impossible) is largely gone with 4.2+. Change-Id: Iffb34e0035f39ad74b24bf025749b546f25a489b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/debugger/debuggeractions.cpp')
-rw-r--r--src/plugins/debugger/debuggeractions.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/debugger/debuggeractions.cpp b/src/plugins/debugger/debuggeractions.cpp
index 548cec0555..f56765d155 100644
--- a/src/plugins/debugger/debuggeractions.cpp
+++ b/src/plugins/debugger/debuggeractions.cpp
@@ -483,12 +483,6 @@ DebuggerSettings::DebuggerSettings()
insertItem(AutoQuit, item);
item = new SavedAction(this);
- item->setSettingsKey(debugModeGroup, QLatin1String("AttemptQuickStart"));
- item->setCheckable(true);
- item->setDefaultValue(false);
- insertItem(AttemptQuickStart, item);
-
- item = new SavedAction(this);
item->setSettingsKey(debugModeGroup, QLatin1String("MultiInferior"));
item->setCheckable(true);
item->setDefaultValue(false);