summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] Don't attempt to parse line tables at invalid offsetsJames Henderson2018-03-081-28/+3
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-181-0/+18
* Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson2017-12-151-18/+0
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-0/+18
* Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-18/+0
* [DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson2017-12-151-0/+18
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-4/+0
* Fixed the ability to recursively get an attribute value from a DWARFDie.Greg Clayton2017-11-271-2/+7
* [dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere2017-09-181-3/+3
* [dwarfdump] Add DWARF verifiers for address rangesJonas Devlieghere2017-09-141-1/+647
* Revert "[dwarfdump] Add DWARF verifiers for address ranges"Jonas Devlieghere2017-09-141-647/+1
* [dwarfdump] Add DWARF verifiers for address rangesJonas Devlieghere2017-09-141-1/+647
* [dwarfdump] Verify line table prologueJonas Devlieghere2017-09-081-0/+157
* Remove some leftover DWARFContextInMemory.Rafael Espindola2017-07-191-2/+1
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-69/+82
* [DWARF] - Simplify HandleExpectedError implementation in DWARFDebugInfoTestGeorge Rimar2017-06-301-78/+63
* [DebugInfo] - Removed trailing whitespaces. NFC.George Rimar2017-06-281-68/+68
* Recommit "[ELF] - Add ability for DWARFContextInMemory to exit early when any...George Rimar2017-06-281-0/+47
* Revert r306512 "[ELF] - Add ability for DWARFContextInMemory to exit early wh...George Rimar2017-06-281-47/+0
* [ELF] - Add ability for DWARFContextInMemory to exit early when any error hap...George Rimar2017-06-281-0/+47
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-4/+8
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Reverted r303602, as it will be fixed in gtest.Galina Kistanova2017-05-301-8/+4
* Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar2017-05-271-6/+6
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-6/+6
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-6/+6
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-261-6/+6
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-261-6/+6
* Cosmetic. Added braces to address gcc warning: suggest explicit braces to avo...Galina Kistanova2017-05-231-4/+8
* Verify that no compile units share the same line table in "llvm-dwarfdump --v...Greg Clayton2017-05-031-0/+81
* Add line table verification to lldb-dwarfdump --verifyGreg Clayton2017-05-021-73/+170
* Verify that all references point to actual DIEs in "llvm-dwarfdump --verify"Greg Clayton2017-05-021-0/+56
* Adds initial llvm-dwarfdump --verify support with unit tests.Greg Clayton2017-05-011-0/+241
* [DWARF] Versioning for DWARF constants; verify FORMsPaul Robinson2017-04-201-8/+14
* Fix llvm-symbolizer to navigate both DW_AT_abstract_origin and DW_AT_specific...David Blaikie2017-03-131-12/+18
* [DWARF] NFC. A few bits of minor code cleanup.Chris Bieneman2017-03-061-6/+0
* [ObjectYAML] [DWARF] Abstract DWARF Initial Length valuesChris Bieneman2017-03-031-1/+2
* [DebugInfo] [DWARFv5] Unique abbrevs for DIEs with different implicit_const v...Victor Leschuk2017-03-011-0/+117
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...Eugene Zelenko2017-02-091-10/+14
* Post-commit review feedback from dblaikieChris Bieneman2017-01-231-1/+1
* [DWARF] [ObjectYAML] Adding APIs for unittestingChris Bieneman2017-01-201-30/+26
* DWARFDebugInfoTest.cpp: Don't use ArrayRef with initializer. It was allocated...NAKAMURA Takumi2017-01-161-3/+3
* Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...Greg Clayton2017-01-131-0/+67
* Cleanup how DWARFDie attributes are accessed and decoded.Greg Clayton2017-01-131-123/+281
* Fix buildbots.Greg Clayton2017-01-131-2/+2
* Add the ability to iterate across all attributes in a DIE.Greg Clayton2017-01-131-7/+62
* Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...Greg Clayton2017-01-111-75/+90
* DebugInfo: support for DW_FORM_implicit_constVictor Leschuk2017-01-101-2/+28
* Add iterator support to DWARFDie to allow child DIE iteration.Greg Clayton2017-01-051-0/+121
* Correct the parent testing to avoid the special case where a DIE has a depth ...Greg Clayton2017-01-041-29/+46
OpenPOWER on IntegriCloud