[all-commits] [llvm/llvm-project] d0fb7a: [lldb] Support for DWARF-5 atomic types

Raphael Isemann via All-commits all-commits at lists.llvm.org
Mon Dec 9 01:47:02 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d0fb7a478df19b78b58bf8778e9f046903115035
      https://github.com/llvm/llvm-project/commit/d0fb7a478df19b78b58bf8778e9f046903115035
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M lldb/include/lldb/Symbol/ClangASTContext.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/Type.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Symbol/ClangASTContext.cpp
    M lldb/source/Symbol/CompilerType.cpp
    M lldb/source/Symbol/Type.cpp
    M lldb/source/Symbol/TypeSystem.cpp
    A lldb/test/Shell/SymbolFile/DWARF/dwarf5-atomic.s

  Log Message:
  -----------
  [lldb] Support for DWARF-5 atomic types

Summary:
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.

Reviewers: labath, aprantl, shafik

Reviewed By: labath

Subscribers: jfb, abidh, JDevlieghere, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D71183




More information about the All-commits mailing list