debugger: don't rely on set breakpoint always-inserted on

Change-Id: Ifb80645665508a876683f338b9a022e1502feafa
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-11-08 17:23:47 +01:00
parent 9a204ebe7a
commit 6c6400b7b8

View File

@@ -4727,10 +4727,10 @@ void GdbEngine::startGdb(const QStringList &args)
postCommand("set width 0");
postCommand("set height 0");
postCommand("set breakpoint always-inserted on", ConsoleCommand);
//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 trust-readonly-sections on", ConsoleCommand);
postCommand("set remotecache on", ConsoleCommand);
//postCommand("set non-stop on", ConsoleCommand);