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
..
src Fix warning "error: unmappable character (0xE2) for encoding US-ASCII" 2023-04-12 17:54:19 +02:00
build.gradle GP-1007: Fix GADP agent nodepJar issues 2023-03-13 14:02:08 -04:00
certification.manifest GP-1477: Improved build scripts for LLDB Java language bindings 2021-11-29 15:39:51 -05:00
Module.manifest GP-1005: Added new agent for lldb on macOS and Linux 2021-09-30 14:39:35 -04:00