summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Make debug line address size mismatch non-fatal to parsingJames Henderson2020-01-131-8/+52
* [DebugInfo] Improve error message textJames Henderson2020-01-101-761/+763
* [DebugInfo] Fix infinite loop caused by reading past debug_line endJames Henderson2020-01-071-0/+29
* [test][DebugInfo][NFC] Rename method for clarityJames Henderson2020-01-061-18/+20
* [DebugInfo] Fix printing of DW_LNS_set_isaJames Henderson2019-12-111-0/+52
* [DWARF] Add more error handling to debug line parser.Jonas Devlieghere2019-07-221-2/+13
* [DWARF] Fix the reserved values for unit length in DWARFDebugLine.Igor Kudrin2019-07-161-6/+6
* Fix DWARF DebugInfo unit test errors when cross-compilingJason Liu2019-06-031-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFCPaul Robinson2018-08-011-1/+1
* [DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFCPaul Robinson2018-08-011-2/+2
* [DWARF] Refactor callback usage for .debug_line error handlingJames Henderson2018-05-211-64/+70
* [DWARF] Remove unused member and fix(?) the unit-tests on big endian hostsJames Henderson2018-05-101-1/+2
* [DWARF] DWARFDebugLineTest: fix a few more signed/unsigned mismatch warningsRoman Lebedev2018-05-101-3/+3
* Fix signed/unsigned comparison warning and print formatJames Henderson2018-05-101-20/+20
* [DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson2018-05-101-16/+612
* [DWARF] Don't attempt to parse line tables at invalid offsetsJames Henderson2018-03-081-0/+64
OpenPOWER on IntegriCloud