> 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");
^
> Task :Debugger-agent-frida:compileJava
/tmp/ghidra/Ghidra/Debug/Debugger-agent-frida/src/main/java/agent/frida/model/impl/FridaModelTargetProcessLaunchWithOptionsConnectorImpl.java:125: error: unmappable character (0xE2) for encoding US-ASCII
"set this flag so frida & the handee don???t race to set its exit status");
^
/tmp/ghidra/Ghidra/Debug/Debugger-agent-frida/src/main/java/agent/frida/model/impl/FridaModelTargetProcessLaunchWithOptionsConnectorImpl.java:125: error: unmappable character (0x80) for encoding US-ASCII
"set this flag so frida & the handee don???t race to set its exit status");
^
/tmp/ghidra/Ghidra/Debug/Debugger-agent-frida/src/main/java/agent/frida/model/impl/FridaModelTargetProcessLaunchWithOptionsConnectorImpl.java:125: error: unmappable character (0x99) for encoding US-ASCII
"set this flag so frida & the handee don???t race to set its exit status");
^
GP-2312: attach by id working
GP-2312: error in call sequence
GP-2312: more attach options
GP-2312: addition to wrapper
GP-2312: command for targetAttachByType
GP-2312: fix for device ids
GP-2312: type
GP-2312: alt print
GP-2312: minor edit
GP-2312: code cleanup
GP-2312: adding commands
GP-2312: schema clean-up
GP-2312: first pass