Files
ghidra/Ghidra/Debug/Debugger-agent-lldb
Johannes Obermayr 5928a7b8dd Fix warning "error: unmappable character (0xE2) for encoding US-ASCII"
> Task :Debugger-agent-lldb:compileJava
/tmp/ghidra/Ghidra/Debug/Debugger-agent-lldb/src/main/java/agent/lldb/model/impl/LldbModelTargetProcessLaunchWithOptionsConnectorImpl.java:125: error: unmappable character (0xE2) for encoding US-ASCII
                                "set this flag so lldb & the handee don???t race to set its exit status");
                                                                       ^
/tmp/ghidra/Ghidra/Debug/Debugger-agent-lldb/src/main/java/agent/lldb/model/impl/LldbModelTargetProcessLaunchWithOptionsConnectorImpl.java:125: error: unmappable character (0x80) for encoding US-ASCII
                                "set this flag so lldb & the handee don???t race to set its exit status");
                                                                        ^
/tmp/ghidra/Ghidra/Debug/Debugger-agent-lldb/src/main/java/agent/lldb/model/impl/LldbModelTargetProcessLaunchWithOptionsConnectorImpl.java:125: error: unmappable character (0x99) for encoding US-ASCII
                                "set this flag so lldb & the handee don???t race to set its exit status");
2023-04-12 17:54:19 +02:00
..