debugger: rename gdb{In,Out}putAvailable to showDebugger{In,Out}put

This commit is contained in:
hjk
2010-02-08 15:15:08 +01:00
parent 8494afba64
commit 9f7966d344
4 changed files with 19 additions and 19 deletions

View File

@@ -158,7 +158,7 @@ void GdbEngine::runDebuggingHelperClassic(const WatchData &data0, bool dumpChild
// Avoid endless loops created by faulty dumpers.
QByteArray processedName = QByteArray::number(dumpChildren) + '-' + data.iname;
if (m_processedNames.contains(processedName)) {
gdbInputAvailable(LogStatus,
showDebuggerInput(LogStatus,
_("<Breaking endless loop for " + data.iname + '>'));
data.setAllUnneeded();
data.setValue(_("<unavailable>"));