[Lldb-commits] [lldb] [lldb] [NFC] Remove min pkt size for compression setting (PR #81075)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 7 18:55:25 PST 2024


jasonmolenda wrote:

Thanks for the review.  Yeah, testing isn't simple today because debugserver only enables compression on always-remote systems (iOS, watchOS, etc) (which may even be communicating over Bluetooth/Wifi), it doesn't enable this on macOS.  We could have a mode to enable it on macOS for testing instead of a compile-time check like now.  Now that mac-to-mac debugging is more common, this compile-time choice of when to enable it may need revisiting.

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


More information about the lldb-commits mailing list