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
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
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://
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