forked from qt-creator/qt-creator
debugger: rework core adapter
The name of the binary is now read using the elfreader instead of attaching gdb twice. Change-Id: I7a75bc64278c4f43e7085d2e479b53173602c966 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -249,8 +249,7 @@ private: ////////// General State //////////
|
||||
private: ////////// Gdb Process Management //////////
|
||||
|
||||
AbstractGdbAdapter *createAdapter();
|
||||
void startGdb(const QStringList &args = QStringList(),
|
||||
const QString &settingsIdHint = QString());
|
||||
void startGdb(const QStringList &args = QStringList());
|
||||
void handleGdbStart(const GdbResponse &response);
|
||||
void handleInferiorShutdown(const GdbResponse &response);
|
||||
void handleGdbExit(const GdbResponse &response);
|
||||
|
||||
Reference in New Issue
Block a user