[Lldb-commits] [lldb] [lldb] Don't create instance of `SymbolFileDWARFDebugMap` for non-Mach-O files (PR #139170)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu May 8 16:07:53 PDT 2025
https://github.com/JDevlieghere requested changes to this pull request.
Plugins shouldn't depend on each other. The correct way to do this would be to have a method in ObjectFile, something like `ObjectFile::SupportsDebugMap()` which returns false for all implementations except the `ObjectFileMachO` one.
https://github.com/llvm/llvm-project/pull/139170
More information about the lldb-commits
mailing list