[Lldb-commits] [PATCH] D54670: .debug_types: Update of D32167 on top of D51578 (.debug_types section concatenation)

2018-11-17 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added inline comments. Comment at: source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:268 + if (decl_ctx) +LinkDeclContextToDIE(decl_ctx, die); + return type_sp; I have added these 4 lines - `decl_ctx` copy - which

[Lldb-commits] [PATCH] D32167: Add support for type units (.debug_types) to LLDB in a way that is compatible with DWARF 5

2018-11-17 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. I could not updates this revision so an updated version of this patch is now: https://reviews.llvm.org/D54670 https://reviews.llvm.org/D32167 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm

[Lldb-commits] [PATCH] D54670: Update of D32167 on top of D51578

2018-11-17 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added a reviewer: clayborg. jankratochvil added a project: LLDB. Herald added a subscriber: teemperor. I cannot update the patch of https://reviews.llvm.org/D32167 so I have created this new revision for that. Repository: rLLDB LLDB https://

[Lldb-commits] [PATCH] D51578: Contiguous .debug_info+.debug_types for D32167

2018-11-17 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil updated this revision to Diff 174518. jankratochvil edited the summary of this revision. jankratochvil added a comment. Herald added subscribers: arichardson, emaste. Herald added a reviewer: espindola. I have left here only the sections concatenation. The .debug_types itself by Gr