summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add the ability for DWARFDie objects to get the parent DWARFDie.Greg Clayton2016-12-211-0/+116
* Make a function to correctly extract the DW_AT_high_pc given the low pc value.Greg Clayton2016-12-191-0/+176
* Switch functions that returned bool and filled in a DWARFFormValue arg with o...Greg Clayton2016-12-131-9/+13
* Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...Greg Clayton2016-12-131-130/+130
* Move DwarfGenerator.cpp to unittestsDaniel Jasper2016-12-081-1/+1
* Unbreak buildbots where the debug info test was crashing due to unchecked error.Greg Clayton2016-12-081-4/+5
* Make a DWARF generator so we can unit test DWARF APIs with gtest.Greg Clayton2016-12-081-0/+790
OpenPOWER on IntegriCloud