[Lldb-commits] [lldb] [lldb] Add QSupported key to report watchpoint types supported (PR #80376)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 1 18:47:23 PST 2024


jasonmolenda wrote:

The QSupported packet from debugserver also has a "compression minimum size" field it adds (see the change to RNBRemote.cpp) and the QEnableCompression packet accepts that field as well.  I must have had a reason for adding this when I added compression to the protocol, but lldb doesn't use this.  I'll remove it in a separate patch.

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


More information about the lldb-commits mailing list