llvm-project/llvm/lib/DebugInfo
RamNalamothu 223852d76f [DebugInfo] UnwindTable::create() should not add empty rows to CFI unwind table
UnwindTable::parseRows() may return successfully if the CFIProgram has either
no CFI instructions or only DW_CFA_nop instructions and the UnwindRow return
argument will be empty. But currently, the callers are not checking for this case
which is leading to incorrect dumps in the unwind tables in such cases i.e.

  CFA=unspecified

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D101892
2021-05-08 10:19:02 +05:30
..
CodeView [CodeView] Truncate Long Type Names With An MD5 Hash 2021-05-04 10:51:21 -04:00
DWARF [DebugInfo] UnwindTable::create() should not add empty rows to CFI unwind table 2021-05-08 10:19:02 +05:30
GSYM [llvm] Use llvm::sort (NFC) 2021-01-17 10:39:45 -08:00
MSF [lld-link] emit an error when writing a PDB > 4 GiB 2021-03-17 15:15:08 -04:00
PDB [NFC] Reordering parameters in getFile and getFileOrSTDIN 2021-03-25 09:47:49 -04:00
Symbolize * NFC. Refactored DIPrinter for better support of new print styles. 2021-04-05 15:40:41 +04:00
CMakeLists.txt