labath wrote:

Gdb uses the same feature string to detect the packet, and a version with that 
fix is going to released soon. I've tested that an lldb with this patch can 
communicate with gdbserver with the fix (at least that they get far enough to 
start reading memory).

(We are also able to communicate with the gdbserver without that fix, but in 
that case we do that using the `m` packets (because gdbserver does not respond 
`OK` to our `x0,0` probe))

https://github.com/llvm/llvm-project/pull/124733
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to