1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include/llvm/DebugInfo/DWARF
David Blaikie a53e28e290 llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains a dwo_name attribute
The dwo_name was added to dwo files to improve diagnostics in dwp, but
it confuses tools that attempt to load any dwo named by a dwo_name, even
ones inside dwos. Avoid this by keeping track of whether a unit is
already a dwo unit, and if so, not loading further dwos.

llvm-svn: 267241
2016-04-22 22:50:56 +00:00
..
DWARFAbbreviationDeclaration.h
DWARFAcceleratorTable.h
DWARFCompileUnit.h llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains a dwo_name attribute 2016-04-22 22:50:56 +00:00
DWARFContext.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DWARFDebugAbbrev.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DWARFDebugAranges.h
DWARFDebugArangeSet.h
DWARFDebugFrame.h Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame." 2016-01-26 15:09:42 +00:00
DWARFDebugInfoEntry.h
DWARFDebugLine.h
DWARFDebugLoc.h
DWARFDebugMacro.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DWARFDebugRangeList.h
DWARFFormValue.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DWARFRelocMap.h
DWARFSection.h
DWARFTypeUnit.h llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains a dwo_name attribute 2016-04-22 22:50:56 +00:00
DWARFUnit.h llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains a dwo_name attribute 2016-04-22 22:50:56 +00:00
DWARFUnitIndex.h [llvm-dwp] Merge cu_index from DWPs 2016-02-06 01:15:26 +00:00