[Lldb-commits] [lldb] Aim debugserver workaround more precisely. (PR #83099)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 26 18:58:46 PST 2024


jasonmolenda wrote:

I'm a little split because the current packet is not super useful as it's constructed today - I'd really like to see a domain or vendor along with a version number  And instead of a simple number, maybe a major/minor version number and/or a version string?  I'm also fine with landing this now, detecting an "old" apple debugserver as 1000 < version number < 1504, and I can do the version packet fix separately and update the check.

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


More information about the lldb-commits mailing list