forked from qt-creator/qt-creator
Merge commit 'origin/1.3'
Conflicts: src/plugins/debugger/gdb/gdbengine.cpp src/plugins/qt4projectmanager/qt4project.cpp
This commit is contained in:
@@ -46,9 +46,9 @@ class RemoteGdbAdapter : public AbstractGdbAdapter
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
RemoteGdbAdapter(GdbEngine *engine, QObject *parent = 0);
|
||||
RemoteGdbAdapter(GdbEngine *engine, int toolChainType, QObject *parent = 0);
|
||||
|
||||
bool dumpersAvailable() const { return true; }
|
||||
virtual DumperHandling dumperHandling() const;
|
||||
|
||||
void startAdapter();
|
||||
void startInferior();
|
||||
@@ -65,6 +65,8 @@ private:
|
||||
void handleFileExecAndSymbols(const GdbResponse &response);
|
||||
void handleTargetRemote(const GdbResponse &response);
|
||||
|
||||
const int m_toolChainType;
|
||||
|
||||
QProcess m_uploadProc;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user