[Lldb-commits] [lldb] [lldb] Add support for gdb-style 'x' packet (PR #124733)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 28 08:19:10 PST 2025
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
More information about the lldb-commits
mailing list