actively try to obtain PID of non-pthread inferiors with gdb < 7 on linux

Reviewed-by: hjk
This commit is contained in:
Oswald Buddenhagen
2009-11-09 22:11:56 +01:00
parent 23e06304f8
commit 5976b1ba43
4 changed files with 61 additions and 7 deletions

View File

@@ -302,6 +302,8 @@ private: ////////// Inferior Management //////////
void maybeHandleInferiorPidChanged(const QString &pid);
#ifdef Q_OS_LINUX
void handleInfoProc(const GdbResponse &response);
QByteArray m_entryPoint;
#endif