summaryrefslogtreecommitdiff
path: root/libdw/dwarf_setalt.c
Commit message (Collapse)AuthorAgeFilesLines
* libdwfl: Move dwz alt multi file searching to find_debuginfo callback.Mark Wielaard2014-05-021-3/+0
| | | | | | | | | | Don't hard code the Dwarf dwz alt multi file search but allow the user to override it through the standard Dwfl_Callbacks. Also move ownership completely to the user of dwarf_setalt by removing free_alt from Dwarf and adding alt, fd and elf fields to Dwfl_Module. Add a relative .dwz file test case. Signed-off-by: Mark Wielaard <mjw@redhat.com>
* libdw: Add dwarf_getalt, dwarf_setaltFlorian Weimer2014-04-241-0/+43
Signed-off-by: Florian Weimer <fweimer@redhat.com>