summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo
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
* Add lookup functions for efficient lookups of addresses when using GsymReader...Greg Clayton2019-12-051-0/+99
* Recommit "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath2019-11-202-0/+119
* Revert "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath2019-11-202-119/+0
* Big-endian fix to DWARFDieTest (089c0f58)Pavel Labath2019-11-201-1/+2
* [DWARF] Add an api to get "interpreted" location listsPavel Labath2019-11-202-0/+118
* Add streaming/equality operators to DWARFAddressRange/DWARFLocationExpressionPavel Labath2019-11-192-0/+31
* [dwarfgen] Fix initialization order error. [NFCI]Francesco Petrogalli2019-11-181-3/+3
* DwarfGenerator - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-181-1/+2
* GSYMTest::TestLineTable - check all LT1+LT2 comparisons.Simon Pilgrim2019-11-021-0/+2
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-2/+2
* Add GsymCreator and GsymReader.Greg Clayton2019-10-102-0/+255
* Fix buildbots.Greg Clayton2019-09-171-20/+20
* GSYM: Add the llvm::gsym::Header header class with testsGreg Clayton2019-09-171-0/+102
* Fix MSVC lambda capture warnings. NFCI.Simon Pilgrim2019-09-171-7/+7
* GSYM: add encoding and decoding to FunctionInfoGreg Clayton2019-09-171-14/+169
* Add some missing changes to GSYM that was addressing a gcc compilation error ...David Blaikie2019-09-111-7/+7
* Add a LineTable class to GSYM and test it.Greg Clayton2019-09-111-6/+162
* Reland [DWARF] Add a unit test for DWARFUnit::getLength().Igor Kudrin2019-09-101-0/+42
* Revert "[DWARF] Add a unit test for DWARFUnit::getLength()" because it broke ...Igor Kudrin2019-09-101-42/+0
* [DWARF] Add a unit test for DWARFUnit::getLength().Igor Kudrin2019-09-101-0/+42
* Add encode and decode methods to InlineInfo and document encoding format to t...Greg Clayton2019-09-041-0/+136
* Add FileWriter to GSYM and encode/decode functions to AddressRange and Addres...Greg Clayton2019-08-211-1/+119
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-154-9/+9
* DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section namesDavid Blaikie2019-08-071-1/+1
* Support 64-bit offsets in utility classes (1/5)Igor Kudrin2019-08-061-4/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Silence a conversion warning after r366887. NFCPaul Robinson2019-07-241-2/+2
* [DWARF][NFC] Add constants for reserved values of an initial length field.Igor Kudrin2019-07-241-2/+2
* [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
* PDB HashTable: Move TraitsT from class parameter to the methods that need itNico Weber2019-07-121-54/+65
* [DebugInfo] Simplify GSYM::AddressRange and GSYM::AddressRangesFangrui Song2019-06-281-26/+21
* [DebugInfo] GSYM cleanups after D63104/r364427Fangrui Song2019-06-282-56/+47
* Add GSYM utility files along with unit tests.Greg Clayton2019-06-263-0/+406
* Fix DWARF DebugInfo unit test errors when cross-compilingJason Liu2019-06-034-18/+32
* [PDB] Fix hash function used to write /src/headerblockNico Weber2019-04-291-5/+19
* [DWARF] Fix DWARFVerifier::DieRangeInfo::containsFangrui Song2019-04-151-58/+23
* [DWARF] Fix DWARFVerifier::DieRangeInfo::intersectsFangrui Song2019-04-151-0/+3
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-041-8/+5
* [DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)Jonas Devlieghere2019-02-272-104/+99
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1917-68/+51
* [DebugInfo] Define base function on DWARFDie reverse iteratorsJonas Devlieghere2018-10-301-0/+4
* Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""Aleksandr Urakov2018-10-231-0/+4
* Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"Aleksandr Urakov2018-10-221-4/+0
* [PDB] Extend IPDBSession's interface to retrieve frame dataAleksandr Urakov2018-10-221-0/+4
OpenPOWER on IntegriCloud