rr: added support for RR.

This commit is contained in:
Ernie Pasveer
2023-04-16 13:26:12 -05:00
parent d5aa8f9089
commit 7222a04130
8 changed files with 101 additions and 26 deletions
+2 -2
View File
@@ -776,8 +776,8 @@ void SeerDebugDialog::handleRunModeChanged (int id) {
if (id == 3) {
executableSymbolNameLineEdit->setEnabled(true);
executableSymbolNameToolButton->setEnabled(true);
preCommandsPlainTextEdit->setPlaceholderText("gdb commands before \"connect\"");
postCommandsPlainTextEdit->setPlaceholderText("gdb commands after \"connect\"");
preCommandsPlainTextEdit->setPlaceholderText("gdb commands before \"RR connect\"");
postCommandsPlainTextEdit->setPlaceholderText("gdb commands after \"RR connect\"");
}
// ID == 4 COREFILE