Debugger: Don't enable gdb remote cache by default

The reasons for the always using this are history.

Change-Id: If2b888eeea2af37fe56bdcb934b525e87976acbc
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
hjk
2013-08-30 14:27:00 +02:00
parent 144e79ec54
commit de1ec22424

View File

@@ -4852,12 +4852,12 @@ void GdbEngine::startGdb(const QStringList &args)
postCommand("set width 0");
postCommand("set height 0");
// FIXME: Provide proper Gui settings for these:
//postCommand("set breakpoint always-inserted on", ConsoleCommand);
// displaced-stepping does not work in Thumb mode.
//postCommand("set displaced-stepping on");
//postCommand("set trust-readonly-sections on", ConsoleCommand);
postCommand("set remotecache on", ConsoleCommand);
//postCommand("set remotecache on", ConsoleCommand);
//postCommand("set non-stop on", ConsoleCommand);
typedef GlobalDebuggerOptions::SourcePathMap SourcePathMap;