mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Add cmake define for gdb name and for gdb-logout features.
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ void GdbMonitor::handleReadyReadStandardOutput () {
|
||||
//qDebug() << "Read buffer" << buf.size() << (int)buf[buf.size()-1] << text;
|
||||
qCDebug(LC) << text;
|
||||
|
||||
#if ENABLE_GDB_LOGOUT == 1
|
||||
#if SEER_GDB_LOGOUT == 1
|
||||
// Start broadcasting it around. For debugging
|
||||
emit allTextOutput("From GdbMonitor: " + text + "\n");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user