mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: GDB Diagnostics, debugger framework test fixes.
This commit is contained in:
parent
5808049c83
commit
9fa2a722d8
4 changed files with 18 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue