llvm-6502/lib/DebugInfo
Alexey Samsonov 63fd2af389 Add support for DebugFission to DWARF parser
Summary:
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.

Reviewers: echristo

Reviewed By: echristo

CC: bkramer, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189329 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-27 09:20:22 +00:00
..
CMakeLists.txt llvm-dwarfdump: Add support for dumping the .debug_loc section 2013-06-19 21:37:13 +00:00
DIContext.cpp
DWARFAbbreviationDeclaration.cpp
DWARFAbbreviationDeclaration.h
DWARFAttribute.h
DWARFCompileUnit.cpp Add support for DebugFission to DWARF parser 2013-08-27 09:20:22 +00:00
DWARFCompileUnit.h Add support for DebugFission to DWARF parser 2013-08-27 09:20:22 +00:00
DWARFContext.cpp Make DWARFCompileUnit non-copyable 2013-08-23 06:56:01 +00:00
DWARFContext.h Make DWARFCompileUnit non-copyable 2013-08-23 06:56:01 +00:00
DWARFDebugAbbrev.cpp
DWARFDebugAbbrev.h
DWARFDebugAranges.cpp Add support for DebugFission to DWARF parser 2013-08-27 09:20:22 +00:00
DWARFDebugAranges.h
DWARFDebugArangeSet.cpp xlC doesn't like Header being both a type and a member variable. Rename the 2013-03-20 21:03:41 +00:00
DWARFDebugArangeSet.h xlC doesn't like Header being both a type and a member variable. Rename the 2013-03-20 21:03:41 +00:00
DWARFDebugFrame.cpp
DWARFDebugFrame.h
DWARFDebugInfoEntry.cpp Add support for DebugFission to DWARF parser 2013-08-27 09:20:22 +00:00
DWARFDebugInfoEntry.h Add support for DebugFission to DWARF parser 2013-08-27 09:20:22 +00:00
DWARFDebugLine.cpp
DWARFDebugLine.h
DWARFDebugLoc.cpp Spell correct (s/begining/beginning/) 2013-06-19 21:42:05 +00:00
DWARFDebugLoc.h llvm-dwarfdump: Add support for dumping the .debug_loc section 2013-06-19 21:37:13 +00:00
DWARFDebugRangeList.cpp
DWARFDebugRangeList.h
DWARFFormValue.cpp Add support for DebugFission to DWARF parser 2013-08-27 09:20:22 +00:00
DWARFRelocMap.h
LLVMBuild.txt libDebugInfo depends on libObject nowadays. 2013-05-09 13:48:26 +00:00
Makefile