summaryrefslogtreecommitdiff
path: root/tests/backtrace.x86_64.fp.core.bz2
Commit message (Collapse)AuthorAgeFilesLines
* Add frame pointer unwinding as fallback on x86_64Ulf Hermann2017-05-021-0/+0
If we don't find any debug information for a given frame, we usually cannot unwind any further. However, the binary in question might have been compiled with frame pointers, in which case we can look up the well known frame pointer locations in the stack snapshot and use them to bridge the frames without debug information. The "unwind" hook is the right place for this as it is so far only used on s390 and called only after trying to unwind with debug information. Signed-off-by: Ulf Hermann <ulf.hermann@qt.io>