Add --gdb-program and --gdb-arguments to Seer's command line.

Used to override settings from Seer's config.
This commit is contained in:
Ernie Pasveer
2023-09-11 17:44:49 -05:00
parent 098837e745
commit 91fbd0838e
9 changed files with 123 additions and 25 deletions
+4
View File
@@ -75,6 +75,10 @@ void GdbMonitor::handleReadyReadStandardOutput () {
buf.chop(1);
}
if (buf.size() == 0) { // Ignore empty lines.
continue;
}
// Convert to a string.
QString text(buf);