From 2beb5ec6e283b1b44a869061a8810ac8b25321c0 Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Wed, 8 Feb 2012 14:31:38 +0100
Subject: [PATCH] debugger: switch on remotecache

Change-Id: I938affc8768c98aabcbde0250f8042cc6bf4a59e
Reviewed-by: hjk <qthjk@ovi.com>
---
 src/plugins/debugger/gdb/gdbengine.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/debugger/gdb/gdbengine.cpp b/src/plugins/debugger/gdb/gdbengine.cpp
index af0a011fad3..2d8321c37c2 100644
--- a/src/plugins/debugger/gdb/gdbengine.cpp
+++ b/src/plugins/debugger/gdb/gdbengine.cpp
@@ -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);
-- 
GitLab