debugger: switch on remotecache

Change-Id: I938affc8768c98aabcbde0250f8042cc6bf4a59e
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-02-08 14:31:38 +01:00
committed by hjk
parent ac73963ae1
commit 2beb5ec6e2

View File

@@ -4691,6 +4691,7 @@ bool GdbEngine::startGdb(const QStringList &args, const QString &settingsIdHint)
//postCommand("set displaced-stepping on");
postCommand("set trust-readonly-sections on", ConsoleCommand);
postCommand("set auto-solib-add on", ConsoleCommand);
postCommand("set remotecache on", ConsoleCommand);
if (0 && debuggerCore()->boolSetting(TargetAsync)) {
postCommand("set target-async on", ConsoleCommand);