Skip to content
Snippets Groups Projects
Commit e55f344b authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

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.
parent 70f696d0
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment