summaryrefslogtreecommitdiffstats
path: root/tests/dwfl-proc-attach.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Guard linux specific header includes with ifdef __linux__.Mark Wielaard2016-01-181-0/+2
| | | | Signed-off-by: Mark Wielaard <mjw@redhat.com>
* libdwfl: Make dwfl_linux_proc_attach work even without any Dwfl_Modules.Mark Wielaard2015-09-141-0/+101
dwfl_linux_proc_attach depended on a Dwfl_Module with the correct ELF header already being available. That isn't really necessary since when we attach we have the main exe ELF file available. Just use that to make dwfl_linux_proc_attach always work. Signed-off-by: Mark Wielaard <mjw@redhat.com>