[Lldb-commits] [PATCH] D52375: [WIP] Support multiple compile units per OSO entry in SymbolFileDWARFDebugMap
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 26 11:46:13 PDT 2018
sgraenitz added inline comments.
================
Comment at: source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp:1531
+ if (m_compile_unit_infos.size() > 1)
+ return 0;
+
----------------
sgraenitz wrote:
> Skipping AddOSOARanges() here.
> Could you leave an in-source comment explaining why this is commented out?
@vsk AddOSOARanges() was commented out only temporarily. I reverted it in the latest patch and added these lines with a comment. Is that what you were asking for?
https://reviews.llvm.org/D52375
More information about the lldb-commits
mailing list