aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-02-06[DebugInfo][DWARF] Utilize DW_AT_LLVM_stmt_sequence attr in line table lookup...alx321-1/+114
2024-09-13[llvm][unittests] Don't call raw_string_ostream::flush() (NFC)JOE19941-2/+0
2024-02-22[lldb][llvm] Return an error instead of crashing when parsing a line table pr...Greg Clayton1-1/+3
2023-11-10[AIX] Enable tests relating to 64-bit XCOFF object files (#71814)Jake Egan1-140/+15
2023-07-12[DWARF] Allow op-index in line number programsDavid Stenberg1-28/+192
2023-07-12[DWARF] Add printout for op-indexDavid Stenberg1-5/+7
2022-05-24Exposes interface to free up caching data structure in DWARFDebugLine and DWA...Hyoun Kyu Cho1-0/+76
2021-12-22[unittest][DebugInfo/DWARF] Do not report skipped tests as passedIgor Kudrin1-33/+33
2021-12-22[unittest][DebugInfo/DWARF] Check that dwarfgen::Generator is createdIgor Kudrin1-9/+13
2021-12-14DebugInfo: Migrate callers from getAsCString to dwarf::toStringDavid Blaikie1-2/+2
2021-10-18[AIX] Disable tests failing due to lack of 64-bit XCOFF object file supportJake Egan1-0/+155
2021-05-14Bump googletest to 1.10.0Benjamin Kramer1-20/+20
2020-09-18DebugInfo: Simplify line table parsing to take all the units together, rather...David Blaikie1-12/+11
2020-07-17[llvm][NFC] Add missing 'override's in unittests/Logan Smith1-5/+5
2020-07-03[DebugInfo] Use Cursor to detect errors in debug line prologue parserJames Henderson1-0/+124
2020-07-02[DebugInfo] Fix LineTest byteswap for cross-targeting buildsDavid Tenty1-19/+4
2020-06-23[DebugInfo][test] Attempt to fix big endian build botsJames Henderson1-0/+15
2020-06-23[DebugInfo] Print line table extended opcode bytes if parsing failsJames Henderson1-21/+28
2020-06-15[DebugInfo] Report errors for truncated debug line standard opcodeJames Henderson1-27/+109
2020-06-11[llvm/DWARFDebugLine] Remove spurious full stop from warning messagesPavel Labath1-1/+1
2020-06-11[llvm/DWARFDebugLine] Fix a typo in one warning messagePavel Labath1-1/+1
2020-06-10[DWARFDebugLine] Use truncating data extractors for prologue parsingPavel Labath1-31/+24
2020-06-09[DebugInfo] Fix printing of unrecognised standard opcodesJames Henderson1-33/+36
2020-06-09[DebugInfo] Improve new line printing in debug line verbose outputJames Henderson1-33/+118
2020-06-09[DebugInfo] Print non-verbose output at some point as verbose outputJames Henderson1-3/+7
2020-06-09[DebugInfo] Check for errors when reading data for extended opcodeJames Henderson1-0/+111
2020-06-02[Support] Make DataExtractor error messages more clearPavel Labath1-2/+3
2020-04-21[DWARFDebugLine] Check for errors when parsing v2 file/dir listsPavel Labath1-16/+21
2020-03-20Cleanup the plumbing for DILineInfoSpecifier. [NFC - Try 2]Sterling Augustine1-1/+6
2020-03-19Revert "Cleanup the plumbing for DILineInfoSpecifier. [NFC]"Sterling Augustine1-6/+1
2020-03-19Cleanup the plumbing for DILineInfoSpecifier. [NFC]Sterling Augustine1-1/+6
2020-03-09[DebugInfo] Add check for .debug_line minimum_instruction_length of 0James Henderson1-0/+35
2020-03-09[DebugInfo] Prevent crash when .debug_line line_range is zeroJames Henderson1-0/+40
2020-03-09[DebugInfo] Report unsupported maximum_operations_per_instruction valuesJames Henderson1-0/+207
2020-03-02[DWARFDebugLine] Use new DWARFDataExtractor::getInitialLengthPavel Labath1-20/+25
2020-02-24Use new FailedWithMessage matcher in DWARFDebugLineTest.cppPavel Labath1-118/+110
2020-02-14[test][DebugInfo] Fix signed/unsigned comparison problem in testJames Henderson1-2/+2
2020-02-14[DebugInfo] Error if unsupported address size detected in line tableJames Henderson1-0/+94
2020-02-12[DebugInfo] Add checks for v2 directory and file name table terminatorsJames Henderson1-17/+23
2020-02-12[DebugInfo] Print version in error message in decimalJames Henderson1-21/+18
2020-02-11Update test for windows.Sterling Augustine1-2/+2
2020-02-11Allow retrieving source files relative to the compilation directory.Sterling Augustine1-0/+47
2020-02-10[DebugInfo] Support file-level include directories when generating DWARFv5 Li...Sterling Augustine1-1/+2
2020-02-10[DebugInfo] Reject line tables of version > 5James Henderson1-0/+15
2020-02-10[NFC] Fix line endingsJames Henderson1-904/+904
2020-02-03[DebugInfo][test] Adjust line table unit length to account for contentsJames Henderson1-3/+2
2020-01-30[DebugInfo] Fix DebugLine::Prologue::getLengthJames Henderson1-0/+23
2020-01-29[DebugInfo] Make most debug line prologue errors non-fatal to parsingJames Henderson1-12/+44
2020-01-28Revert "[DebugInfo] Make most debug line prologue errors non-fatal to parsing"James Henderson1-44/+12
2020-01-28[DebugInfo] Make most debug line prologue errors non-fatal to parsingJames Henderson1-12/+44