[PATCH] Add support for DebugFission to DWARF parser

Alexey Samsonov samsonov at google.com
Wed Jul 17 05:14:27 PDT 2013


Hi echristo,

1) Make llvm-symbolizer properly symbolize
files with split debug info (by using stanalone .dwo files).
2) Make DWARFCompileUnit parse and store corresponding .dwo file,
if necessary.
3) Make bits of DWARF parsing more CompileUnit-oriented.

http://llvm-reviews.chandlerc.com/D1164

Files:
  include/llvm/DebugInfo/DIContext.h
  include/llvm/DebugInfo/DWARFFormValue.h
  lib/DebugInfo/DWARFFormValue.cpp
  lib/DebugInfo/DWARFContext.cpp
  lib/DebugInfo/DWARFDebugInfoEntry.cpp
  lib/DebugInfo/DWARFDebugAranges.cpp
  lib/DebugInfo/DWARFCompileUnit.cpp
  lib/DebugInfo/DWARFContext.h
  lib/DebugInfo/DWARFDebugInfoEntry.h
  lib/DebugInfo/DWARFCompileUnit.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1164.1.patch
Type: text/x-patch
Size: 37970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130717/9d88ce34/attachment.bin>


More information about the llvm-commits mailing list