[Lldb-commits] [lldb] [lldb] Add support for gdb-style 'x' packet (PR #124733)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 29 04:42:00 PST 2025


labath wrote:

Let's continue the discussion [here](https://discourse.llvm.org/t/rfc-fixing-incompatibilties-of-the-x-packet-w-r-t-gdb/84288/8). 

(It could work it's just not how gdb implemented it. Sniffing of zero-length reads was considered, but a qSupported feature was deemed more principled. I suppose one advantage of that is that it saves us one round-trip (after we no longer need to support/detect the lldb-x implementation))

https://github.com/llvm/llvm-project/pull/124733


More information about the lldb-commits mailing list