Re-add executable argument for 'connect' mode.

Some types of remote gdbserver (gdbstubs) will not load the executable.
So Seer needs to do it itself. QEMU debugging is such a case. Note,
simple use of Seer+gdbserver does not require this.
This commit is contained in:
Ernie Pasveer
2024-01-07 09:46:53 -06:00
parent 820b28784e
commit f2420836c0
5 changed files with 67 additions and 43 deletions
+2
View File
@@ -811,6 +811,8 @@ void SeerDebugDialog::handleRunModeChanged (int id) {
// ID == 2 CONNECT
if (id == 2) {
executableNameLineEdit->setEnabled(true);
executableNameToolButton->setEnabled(true);
executableSymbolNameLineEdit->setEnabled(true);
executableSymbolNameToolButton->setEnabled(true);
executableWorkingDirectoryLineEdit->setEnabled(true);