forked from qt-creator/qt-creator
debugger: switch on remotecache
Change-Id: I938affc8768c98aabcbde0250f8042cc6bf4a59e Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user