mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Add --gdb-program and --gdb-arguments to Seer's command line.
Used to override settings from Seer's config.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user