Re: [PATCH] D39622: Fix type name generation in DWARF for template instantiations with enum types and template specializations

2017-12-19 Thread Anton Gorenkov via cfe-commits
Sorry, I am quite new to the process. It seems, Adrian and Paul are in the reviewers/subscribers list to the original review (https://reviews.llvm.org/D39622). Should I do something else? 19.12.2017 23:06, David Blaikie wrote: Yep, could be worth having a conversation with the GDB folks and/or

Re: [PATCH] D39622: Fix type name generation in DWARF for template instantiations with enum types and template specializations

2017-12-19 Thread Anton Gorenkov via cfe-commits
There was a discussion in lldb-dev mailing list on this topic and I suppose a reliable solution was suggested [1]. It is to generate DW_AT_linkage_name for vtable DIE of a class and provide an additional accelerator table. I am going to try to implement this approach (it will require some work