GP-0: GDB Diagnostics, debugger framework test fixes.

This commit is contained in:
Dan 2021-05-21 13:55:35 -04:00
parent 5808049c83
commit 9fa2a722d8
4 changed files with 18 additions and 3 deletions

View file

@ -720,6 +720,10 @@ public class GdbManagerImpl implements GdbManager {
curCmd = pcmd;
}
//Msg.debug(this, "CURCMD = " + curCmd);
if (LOG_IO) {
DBG_LOG.println("*CMD: " + cmd.getClass());
DBG_LOG.flush();
}
String text = cmd.encode();
if (text != null) {
Interpreter interpreter = cmd.getInterpreter();