[all-commits] [llvm/llvm-project] 4b5bc3: [lldb/DWARF] Move location list sections into DWAR...

Pavel Labath via All-commits all-commits at lists.llvm.org
Tue Jan 14 06:17:10 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b5bc38802dcc7d2c6d7f5af1eca1755bd0fd9cb
      https://github.com/llvm/llvm-project/commit/4b5bc38802dcc7d2c6d7f5af1eca1755bd0fd9cb
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/source/Core/Section.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
    M lldb/source/Symbol/ObjectFile.cpp
    M lldb/test/Shell/ObjectFile/ELF/section-types.yaml
    M lldb/test/Shell/SymbolFile/DWARF/debug_loclists-dwo.s

  Log Message:
  -----------
  [lldb/DWARF] Move location list sections into DWARFContext

These are the last sections not managed by the DWARFContext object. I
also introduce separate SectionType enums for dwo section variants, as
this is necessary for proper handling of single-file split dwarf.




More information about the All-commits mailing list