mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
rr: added support for RR.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user