Add cmake define for gdb name and for gdb-logout features.

This commit is contained in:
Ernie Pasveer
2025-11-30 17:21:52 -06:00
parent 2955c591a8
commit 5f3928223a
6 changed files with 42 additions and 8 deletions
+1 -1
View File
@@ -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