[Lldb-commits] [lldb] [llvm] [lldb] Enable "frame diagnose" on linux (PR #123217)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 20 04:37:56 PST 2025
labath wrote:
> It's not to the same level, but doesn't everyone else have this issue, potentially?
Potentially yes, but I know for a fact debugserver comes with the iPhones and whatnot, which means it needs to keep working as long as the devices are supported. For example Android takes a different approach and always copies the "current" version of lldb-server for debugging (it wasn't the only factor, but not having to worry about compatibility definitely contributed to that decision). I expect most linux-y users will not have long support windows even if they're not always using matching binaries (the fact that you don't need to codesign lldb-server definitely helps with that)
> So - shall we release note this and include that detail?
SGTM
https://github.com/llvm/llvm-project/pull/123217
More information about the lldb-commits
mailing list