debugger: work on remote debugging using plain gdbserver

This commit is contained in:
hjk
2009-09-24 10:54:27 +02:00
parent 063d13e00f
commit f5c6f667d1
4 changed files with 74 additions and 34 deletions

View File

@@ -74,7 +74,8 @@ private:
void handleFileExecAndSymbols(const GdbResultRecord &, const QVariant &);
void handleKill(const GdbResultRecord &, const QVariant &);
void handleExit(const GdbResultRecord &, const QVariant &);
void handleExecRun(const GdbResultRecord &response, const QVariant &);
void handleTargetRemote(const GdbResultRecord &response, const QVariant &);
void handleFirstContinue(const GdbResultRecord &response, const QVariant &);
void debugMessage(const QString &msg) { m_engine->debugMessage(msg); }
Q_SLOT void handleGdbFinished(int, QProcess::ExitStatus);