[Lldb-commits] [lldb] [lldb] Don't create instance of `SymbolFileDWARFDebugMap` for non-Mach-O files (PR #139170)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue May 20 02:56:00 PDT 2025
labath wrote:
I'm glad we're in (abstract) agreement. As much as I would like to, I can't promise to do this by any particular date. I'd can *try*, but I don't know when will that happen.
In a way, I feel that this patch isn't the a good reason to motivate this (although I think that legalising the existing core file dependencies *is* a good reason) for this as I think there are acceptable workarounds (or even not workarounds) for the problem. In particular, I think that the solution from https://github.com/llvm/llvm-project/pull/139554 which looks at the Triple is okay. The Triple object even has a `isBinFormatMachO` method...
https://github.com/llvm/llvm-project/pull/139170
More information about the lldb-commits
mailing list