Cleaned up some more 'core' handling.

Make the 'gdbCore' more like 'gdbStart', 'gdbRun', and 'gdbAttach'.
'gdbConnect' will happen sometime.
This commit is contained in:
Ernie Pasveer
2022-03-12 10:04:09 -06:00
parent 48e36c08e9
commit 2293786006
2 changed files with 29 additions and 14 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ void SeerMainWindow::launchExecutable (const QString& launchMode) {
QTimer::singleShot(200, this, &SeerMainWindow::handleFileDebug);
}else{
qWarning() << "SeerMainWindow::launchMode(): bad launchMode:" << launchMode;
qWarning() << "Bad launchMode:" << launchMode;
}
}