[Lldb-commits] [PATCH] D71262: [lldb] "See through" atomic types in ClangASTContext
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 10 05:25:32 PST 2019
labath created this revision.
labath added reviewers: teemperor, shafik.
Herald added a subscriber: jfb.
Herald added a project: LLDB.
This enables us to display the contents of atomic structs. Calling the
removal of _Atomic "desugaring" is not fully correct as it does more
than remove sugar, but it is the right thing to do for most of the
things that we care about. We can change this back once we decide to
support atomic types more comprehensively.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71262
Files:
lldb/source/Symbol/ClangASTContext.cpp
lldb/test/Shell/SymbolFile/DWARF/dwarf5-atomic.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71262.233063.patch
Type: text/x-patch
Size: 5552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191210/a78206ab/attachment.bin>
More information about the lldb-commits
mailing list