mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-14 16:12:14 +00:00
GP-3825(SQ): post squash change
This commit is contained in:
parent
c70014fe40
commit
06ffa6c4d4
@ -48,7 +48,7 @@ public class GdbInJvmDebuggerModelFactory implements DebuggerModelFactory {
|
||||
Property.fromAccessors(boolean.class, this::isUseExisting, this::setUseExisting);
|
||||
|
||||
private boolean useCrlf = System.lineSeparator().equals("\r\n");;
|
||||
@FactoryOption("Use DOS line endings (unchecked for UNIX remote)")
|
||||
@FactoryOption("Use DOS line endings (unchecked for UNIX and Cygwin))")
|
||||
public final Property<Boolean> crlfNewLineOption =
|
||||
Property.fromAccessors(Boolean.class, this::isUseCrlf, this::setUseCrlf);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user