[Lldb-commits] [lldb] [lldb] Enable "frame diagnose" on linux (PR #123217)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 17 03:10:39 PST 2025
labath wrote:
> We could make MacOS adopt the Linux format, right? Not that that changes much but just wondering if there's any reason you chose that direction.
The reason I chose this direction is because I still think of MacOS as the "reference platform" for lldb, but now that I've thought about it, there is a problem with doing the change in the other direction. This string comes from the debug/lldb-server, and MacOS has a... complicated compatibility story for the debugserver. That means we'd have to change receiving code to accept both versions at least as a transitional measure (which is something I considered already, but then decided that making things more consistent was a better approach).
https://github.com/llvm/llvm-project/pull/123217
More information about the lldb-commits
mailing list