mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 14:05:38 +08:00
GP-0: quick fix for typo
This commit is contained in:
+1
-1
@@ -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