forked from qt-creator/qt-creator
Debugger: Enable core dump when choosing executable after core file
Change-Id: I7385308c52babe8092304ffebc6c86f392c42962 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -309,6 +309,7 @@ int AttachCoreDialog::exec()
|
|||||||
{
|
{
|
||||||
connect(d->selectRemoteCoreButton, SIGNAL(clicked()), SLOT(selectRemoteCoreFile()));
|
connect(d->selectRemoteCoreButton, SIGNAL(clicked()), SLOT(selectRemoteCoreFile()));
|
||||||
connect(d->remoteCoreFileName, SIGNAL(textChanged(QString)), SLOT(changed()));
|
connect(d->remoteCoreFileName, SIGNAL(textChanged(QString)), SLOT(changed()));
|
||||||
|
connect(d->localExecFileName, SIGNAL(changed(QString)), SLOT(changed()));
|
||||||
connect(d->localCoreFileName, SIGNAL(changed(QString)), SLOT(changed()));
|
connect(d->localCoreFileName, SIGNAL(changed(QString)), SLOT(changed()));
|
||||||
connect(d->forceLocalCheckBox, SIGNAL(stateChanged(int)), SLOT(changed()));
|
connect(d->forceLocalCheckBox, SIGNAL(stateChanged(int)), SLOT(changed()));
|
||||||
connect(d->kitChooser, SIGNAL(activated(int)), SLOT(changed()));
|
connect(d->kitChooser, SIGNAL(activated(int)), SLOT(changed()));
|
||||||
|
|||||||
Reference in New Issue
Block a user