Add saving and remembering of manual gdb commands.

This commit is contained in:
Ernie Pasveer
2022-01-16 09:55:17 -06:00
parent 1339e89af3
commit 3203a9b781
12 changed files with 379 additions and 151 deletions
+4
View File
@@ -10,6 +10,10 @@ SeerTildeLogWidget::~SeerTildeLogWidget () {
void SeerTildeLogWidget::processText (const QString& text) {
if (enableCheckBox->isChecked() == false) {
return;
}
QString str = text.mid(1); // Remove leading "~"
if (str.front() == '"') { // Remove leading """