Re: [Lldb-commits] [PATCH] D45170: Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnit

2018-04-14 Thread Jan Kratochvil via lldb-commits
On Wed, 11 Apr 2018 13:46:29 +0200, Jan Kratochvil wrote: > If you think it is workaroundable I can get deeper into it but this is why I > decided each effective (=imported) DIE should have its unique lldb::user_id_t. I have tested some proof of concept on top of my DWZ patchset and it passes the

[Lldb-commits] [lldb] r330084 - Reapply "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnit".

2018-04-14 Thread Jan Kratochvil via lldb-commits
Author: jankratochvil Date: Sat Apr 14 04:12:52 2018 New Revision: 330084 URL: http://llvm.org/viewvc/llvm-project?rev=330084&view=rev Log: Reapply "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnit". This patch by Greg Clayton drops the virtualization for DWARFParti