mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
Merge remote-tracking branch 'origin/GP-0_d-millar_type_fix'
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user