debugger: set breakpoint always-inserted and trust-readonly-sections on

Change-Id: I13eec92d703e9bb6478f6cc2ba8a125bdd0e3d3e
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-24 20:03:50 +01:00
committed by hjk
parent b0b105d575
commit c51e7aa7be

View File

@@ -4653,6 +4653,11 @@ bool GdbEngine::startGdb(const QStringList &args, const QString &settingsIdHint)
postCommand("pwd");
postCommand("set width 0");
postCommand("set height 0");
postCommand("set breakpoint always-inserted on");
// displaced-stepping does not work in Thumb mode.
//postCommand("set displaced-stepping on");
postCommand("set trust-readonly-sections on");
postCommand("set auto-solib-add on");
if (0 && debuggerCore()->boolSetting(TargetAsync)) {