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:
Oswald Buddenhagen
2009-10-13 14:52:17 +02:00
parent 70f696d056
commit e55f344ba6

View File

@@ -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();