[Lldb-commits] [PATCH] D12880: Add support for the DWARFLocationList used by split-dwarf

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 15 07:41:50 PDT 2015


tberghammer created this revision.
tberghammer added a reviewer: clayborg.
tberghammer added a subscriber: lldb-commits.

Add support for the DWARFLocationList used by split-dwarf

Split-dwarf uses a different header format to specify the address range for the elements of the location lists.

http://reviews.llvm.org/D12880

Files:
  include/lldb/Expression/DWARFExpression.h
  lldb.xcodeproj/project.pbxproj
  source/Expression/DWARFExpression.cpp
  source/Plugins/SymbolFile/DWARF/CMakeLists.txt
  source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp
  source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h
  source/Plugins/SymbolFile/DWARF/DWARFLocationList.cpp
  source/Plugins/SymbolFile/DWARF/DWARFLocationList.h
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12880.34802.patch
Type: text/x-patch
Size: 50538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150915/e7e29e90/attachment-0001.bin>


More information about the lldb-commits mailing list