[Lldb-commits] [lldb] Change debugserver to report the cpu(sub)type of process, not the host. (PR #82938)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Sun Feb 25 15:28:32 PST 2024


https://github.com/JDevlieghere commented:

Overall this looks good but we should verify that this doesn't regress running unmodified iOS binaries on macOS (https://reviews.llvm.org/D117340, https://reviews.llvm.org/D121444). It was really tricky to get that right and it's all based on the binary and host triples. We should at least hand-test before & after this patch and possibly report an arm64e triple in TestPlatformMacOSX.py. 

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


More information about the lldb-commits mailing list