[Lldb-commits] [lldb] [gdbremote] Document MultiMemRead packet in protocol extensions (PR #162675)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 10 08:09:43 PDT 2025
felipepiovezan wrote:
> In short, this is a versioning field. If we want to do this, we might as well stick a `version:1` key-value in the packet. We've never done this for a gdb remote serial protocol packet, but if we think there is a need/value in doing this, I'd say let's make it obvious what it is.
I think we should remove this field entirely and let extensions be done through extra information in the reply to qSupported
https://github.com/llvm/llvm-project/pull/162675
More information about the lldb-commits
mailing list