debugger: make some noise if we still can't set pending breakpoints on Linux

This commit is contained in:
hjk
2009-04-14 11:11:51 +02:00
parent 84a43310a7
commit 73a2dc6f84

View File

@@ -2149,6 +2149,8 @@ void GdbEngine::handleBreakInsert(const GdbResultRecord &record, int index)
// + data->lineNumber + "\"";
QString where = "\"" + data->fileName + "\":"
+ data->lineNumber;
// Should not happen with -break-insert -f. gdb older than 6.8?
QTC_ASSERT(false, /**/);
sendCommand("break " + where, BreakInsert1, index);
#endif
#ifdef Q_OS_MAC