NetBSD/lib/libexecinfo
mrg 7d08015811 make the backtrace()'s tracer() return _URC_FOREIGN_EXCEPTION_CAUGHT
when the array is full.  it won't be able to do any more work if so,
and avoids infinite loops in unwinding as seen on arm64.

XXX:  lack of signal support here means that backtrace() is useless
XXX:  from a signal handler, such as attempting to display the stack
XXX:  when handling a SIGSEGV.
2019-01-30 22:46:49 +00:00
..
backtrace.3 Add rest of the functions from the SYNOPSIS section to the NAME section 2017-10-22 14:07:03 +00:00
backtrace.c
builtin.c
execinfo.h
Makefile
shlib_version
symtab.c
symtab.h
unwind_arm_ehabi_stub.c
unwind.c make the backtrace()'s tracer() return _URC_FOREIGN_EXCEPTION_CAUGHT 2019-01-30 22:46:49 +00:00
unwind.h