forked from qt-creator/qt-creator
Debugger: Remove workaround for gdb-7.1 bug
See sourceware.org/bugzilla/show_bug.cgi?id=12023. The workaround can cause hickups in the output parser of Mac gdb, as the error message is scattered within regular output without any markup. Change-Id: I835133e390403a0f8f6aa573d6f9c63cf0784187 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -4851,10 +4851,6 @@ void GdbEngine::startGdb(const QStringList &args)
|
||||
postCommand("set remotecache on", ConsoleCommand);
|
||||
//postCommand("set non-stop on", ConsoleCommand);
|
||||
|
||||
// Work around https://bugreports.qt-project.org/browse/QTCREATORBUG-2004
|
||||
postCommand("maintenance set internal-warning quit no", ConsoleCommand);
|
||||
postCommand("maintenance set internal-error quit no", ConsoleCommand);
|
||||
|
||||
showMessage(_("THE FOLLOWING COMMAND CHECKS AVAILABLE FEATURES. "
|
||||
"AN ERROR IS EXPECTED."));
|
||||
postCommand("disassemble 0 0", ConsoleCommand, CB(handleDisassemblerCheck));
|
||||
|
||||
Reference in New Issue
Block a user