summaryrefslogtreecommitdiffstats
path: root/backends/i386_unwind.c
Commit message (Collapse)AuthorAgeFilesLines
* Add i386 frame pointer unwinder.Mark Wielaard2017-05-021-0/+84
Add a simple i386_unwind.c frame pointer unwinder as fallback if DWARF/CFI unwinding fails. Signed-off-by: Mark Wielaard <[email protected]>