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:
hjk
2011-07-04 14:53:37 +02:00
committed by hjk
parent 7aea1ec3d9
commit 26f3f2055c

View File

@@ -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) {