| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add iterator support to DWARFDie to allow child DIE iteration. | Greg Clayton | 2017-01-05 | 1 | -0/+121 |
| * | Correct the parent testing to avoid the special case where a DIE has a depth ... | Greg Clayton | 2017-01-04 | 1 | -29/+46 |
| * | Add the ability for DWARFDie objects to get the parent DWARFDie. | Greg Clayton | 2016-12-21 | 1 | -0/+116 |
| * | Make a function to correctly extract the DW_AT_high_pc given the low pc value. | Greg Clayton | 2016-12-19 | 1 | -0/+176 |
| * | Switch functions that returned bool and filled in a DWARFFormValue arg with o... | Greg Clayton | 2016-12-13 | 1 | -9/+13 |
| * | Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr... | Greg Clayton | 2016-12-13 | 1 | -130/+130 |
| * | Move DwarfGenerator.cpp to unittests | Daniel Jasper | 2016-12-08 | 1 | -1/+1 |
| * | Unbreak buildbots where the debug info test was crashing due to unchecked error. | Greg Clayton | 2016-12-08 | 1 | -4/+5 |
| * | Make a DWARF generator so we can unit test DWARF APIs with gtest. | Greg Clayton | 2016-12-08 | 1 | -0/+790 |

