[Lldb-commits] [lldb] [lldb] Don't create instance of `SymbolFileDWARFDebugMap` for non-Mach-O files (PR #139170)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Thu May 8 16:54:04 PDT 2025
bulbazord wrote:
+1 to Jonas's comment. Plugins ideally don't depend on each other and they should strive to fail gracefully if they depend on a specific plugin instance that's not available. I recognize that many plugins depend on each other today, but I don't think we should be adding more direct dependencies if we can help it.
https://github.com/llvm/llvm-project/pull/139170
More information about the lldb-commits
mailing list