Debugger/gdb: Adapt pid parsing.

Written-by: hjk
This commit is contained in:
ck
2010-07-15 14:54:17 +02:00
parent 1871a67861
commit db99f82863
2 changed files with 9 additions and 2 deletions

View File

@@ -1359,6 +1359,7 @@ bool DebuggerEngine::debuggerActionsEnabled(DebuggerState state)
void DebuggerEngine::notifyInferiorPid(qint64 pid)
{
showMessage(tr("Taking notice of pid %1").arg(pid));
if (d->m_inferiorPid == pid)
return;
d->m_inferiorPid = pid;