summaryrefslogtreecommitdiffstats
path: root/tests/dwarfcfi.c
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate error.h inclusion in system.hRoss Burton2018-07-051-1/+1
| | | | | | | | | error.h isn't standard and so isn't part of the musl C library. To easy future porting, consolidate the inclusion of error.h into system.h. https://sourceware.org/bugzilla/show_bug.cgi?id=21008 Signed-off-by: Ross Burton <[email protected]>
* libdw: Allow .debug_frame only Dwarf.Mark Wielaard2018-06-291-0/+175
.debug_frame is useful independent from the other .debug sections. Add a simplified variant of the addrcfi testcase dwarfcfi. dwarfcfi only uses dwarf_frame calls and no dwfl helpers. Signed-off-by: Mark Wielaard <[email protected]>