mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-1133: always true not useful
This commit is contained in:
parent
973c9b9495
commit
81799ec09b
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ public class GdbManagerImpl implements GdbManager {
|
|||
CLI, MI2;
|
||||
}
|
||||
|
||||
private static final boolean LOG_IO = true |
|
||||
Boolean.parseBoolean(System.getProperty("agent.gdb.manager.log"));
|
||||
private static final boolean LOG_IO =
|
||||
Boolean.getBoolean("agent.gdb.manager.log");
|
||||
private static PrintWriter DBG_LOG = null;
|
||||
private static final String PROMPT_GDB = "(gdb)";
|
||||
public static final int INTERRUPT_MAX_RETRIES = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue