forked from qt-creator/qt-creator
debugger: don't use C comments in a C++ comment
Confuses the disassembler highlighter. Change-Id: If6530860324fcecba678fa60ca608a84b7822e17 Reviewed-on: http://codereview.qt.nokia.com/1074 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1070,8 +1070,8 @@ void GdbEngine::handleResultRecord(GdbResponse *response)
|
||||
// Happens with some incarnations of gdb 6.8 for "jump to line"
|
||||
// (response->resultClass == GdbResultDone && cmd.command.startsWith("jump"))
|
||||
// (response->resultClass == GdbResultDone && cmd.command.startsWith("detach"))
|
||||
// Happens when stepping finishes very quickly and issues *stopped/^done
|
||||
// instead of ^running/*stopped
|
||||
// Happens when stepping finishes very quickly and issues *stopped and ^done
|
||||
// instead of ^running and *stopped
|
||||
// (response->resultClass == GdbResultDone && (cmd.flags & RunRequest));
|
||||
|
||||
if (!isExpectedResult) {
|
||||
|
||||
Reference in New Issue
Block a user