1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/DebugInfo
Alex Orlov ee05374523 Fix a crash in DWARFUnit::getInlinedChainForAddress in case of unexpected DWARF information.
In some cases a broken or invalid debug info could cause a crash in DWARFUnit::getInlinedChainForAddress during parsing a chain of in-lined functions. This patch fixes this issue.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D98119
2021-03-09 14:20:27 +04:00
..
CodeView [llvm] Use llvm::sort (NFC) 2021-01-17 10:39:45 -08:00
DWARF Fix a crash in DWARFUnit::getInlinedChainForAddress in case of unexpected DWARF information. 2021-03-09 14:20:27 +04:00
GSYM [llvm] Use llvm::sort (NFC) 2021-01-17 10:39:45 -08:00
MSF [DebugInfo] Use llvm::append_range (NFC) 2021-01-04 11:42:45 -08:00
PDB [PDB] Fix unsigned integer overflow 2021-02-26 11:26:53 -05:00
Symbolize DebugInfo/Symbolize: Exclude ARM mapping symbols for .symtab symbolization after D95916 2021-02-12 11:04:20 -08:00
CMakeLists.txt