mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
f049c92ad6
Normally, modern unwinders uses Dwarf information to unwind stack, however in case when the code is not annotated by Dwarf instructions, unwinders fallbacks to a frame-pointer based algorithm. That is allows libunwind to unwind stack from global constructors and destructors. Also it makes gdb happy as it printed nonexistent frame before. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D40795 |
||
---|---|---|
.. | ||
aarch64 | ||
amd64 | ||
arm | ||
common | ||
i386 | ||
powerpc | ||
powerpc64 | ||
riscv | ||
tests | ||
Makefile | ||
Makefile.inc |