summaryrefslogtreecommitdiff
path: root/libdwfl/dwfl_frame.c
Commit message (Expand)AuthorAgeFilesLines
* lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.hYonggang Luo2022-10-281-1/+0
* Come up with startswith function.Martin Liska2021-05-121-1/+3
* libdwfl: only use thread->unwound for initial frameOmar Sandoval2019-10-291-29/+19
* libdwfl: don't bother freeing frames outside of dwfl_thread_getframesOmar Sandoval2019-10-291-15/+3
* Avoid double-including config.hUlf Hermann2017-05-021-0/+4
* Clean up linux-specific system includesUlf Hermann2017-04-261-1/+0
* libdwfl: make the unwinder aware of the backend defined ra_offset.Jose E. Marchesi2016-01-031-1/+1
* Remove redundant NULL tests.Chih-Hung Hsieh2015-09-141-1/+2
* libdwfl: Record dwfl_attach_state error and return it on failure.Mark Wielaard2014-06-111-10/+36
* libdwfl: dwfl_linux_proc_find_elf use elf_from_remote_memory for (deleted).Mark Wielaard2014-03-101-5/+11
* libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach.Mark Wielaard2013-12-311-3/+3
* libdwfl: Add dwfl_getthread_frames.Mark Wielaard2013-12-231-0/+97
* Introduce process_attach_error.Jan Kratochvil2013-11-301-2/+2
* Fix dwfl_attach_state machine->elfJan Kratochvil2013-11-141-3/+3
* Unwinder for x86*.Jan Kratochvil2013-11-071-0/+345