[Lldb-commits] [PATCH] D101237: [lldb] Fix [[no_unique_address]] and libstdc++ 11's std::unique_ptr

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 26 21:51:02 PDT 2021


jankratochvil planned changes to this revision.
jankratochvil added a comment.

In D101237#2718456 <https://reviews.llvm.org/D101237#2718456>, @shafik wrote:

> AFAICT this will change the answer to basic questions such as what size a `struct` is and this will likely lead to confusion from our users who will expect the answers in expression parsing to match what they are seeing elsewhere e.g.:

OK, that justifies the new DW_AT_*. I did not notice there is this difference. For my needs the new DW_AT_* thus needs to be implemented also in GCC.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101237/new/

https://reviews.llvm.org/D101237



More information about the lldb-commits mailing list