[Lldb-commits] [PATCH] D71183: [lldb] Support for DWARF-5 atomic types
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Dec 8 23:56:28 PST 2019
teemperor created this revision.
teemperor added reviewers: labath, aprantl.
Herald added subscribers: lldb-commits, JDevlieghere, abidh, jfb.
Herald added a reviewer: shafik.
Herald added a project: LLDB.
This patch adds support for atomic types (DW_TAG_atomic_type) to LLDB. It's mostly just filling out all the switch-statements that didn't implement Atomic case with the usual boilerplate.
Thanks Pavel for writing the test case.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D71183
Files:
lldb/include/lldb/Symbol/ClangASTContext.h
lldb/include/lldb/Symbol/CompilerType.h
lldb/include/lldb/Symbol/Type.h
lldb/include/lldb/Symbol/TypeSystem.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Symbol/ClangASTContext.cpp
lldb/source/Symbol/CompilerType.cpp
lldb/source/Symbol/Type.cpp
lldb/source/Symbol/TypeSystem.cpp
lldb/test/Shell/SymbolFile/DWARF/dwarf5-atomic.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71183.232763.patch
Type: text/x-patch
Size: 13194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191209/26200ee5/attachment.bin>
More information about the lldb-commits
mailing list