Merge remote-tracking branch 'origin/GP-0_d-millar_type_fix'

This commit is contained in:
ghidra1
2023-02-22 19:14:41 -05:00

View File

@@ -680,7 +680,7 @@ public class GdbManagerImpl implements GdbManager {
catch (UnsupportedOperationException e) {
throw new IOException(
"Pty implementation does not support null sessions. Try " + gdbCmd +
" i mi2",
" -i mi2",
e);
}
cliThread.writer.print("new-ui mi2 " + ptyName + newLine);