forked from qt-creator/qt-creator
enable dumpers for attaching to debuggees
FIXME: if the attached to program has no relation to the currently selected run configuration, the qt version config dialog will pop up rather effectlessly and thus confusingly.
This commit is contained in:
@@ -52,7 +52,7 @@ class AttachGdbAdapter : public AbstractGdbAdapter
|
||||
public:
|
||||
AttachGdbAdapter(GdbEngine *engine, QObject *parent = 0);
|
||||
|
||||
bool dumpersAvailable() const { return false; }
|
||||
bool dumpersAvailable() const { return true; }
|
||||
|
||||
void startAdapter();
|
||||
void startInferior();
|
||||
|
||||
Reference in New Issue
Block a user