History log of /netbsd-src/lib/libexecinfo/backtrace.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 1c512be1 23-Jan-2025 christos <christos@NetBSD.org>

Add backtrace_sandbox_{init,fini} for backtrace use in sandboxes.
(Kyle Evans @ FreeBSD)


# 44889fb9 25-Jun-2022 skrll <skrll@NetBSD.org>

Decode function descriptors (aka plabels) on hppa to fix backtrace.

PR/56881: hppa: backtrace_symbols() delivers bogus results for some dynloaded functions


# d5f19fad 23-Jun-2022 skrll <skrll@NetBSD.org>

Trailing whitespace


# e09cabee 25-Sep-2015 christos <christos@NetBSD.org>

args are flipped.


# a94376db 25-Sep-2015 christos <christos@NetBSD.org>

use provide KERN_PROC_PATHNAME in PROC_ARGS.


# 9e14bd8c 21-Nov-2013 christos <christos@NetBSD.org>

From Ed Maste:

libexecinfo: Include terminating null in byte count

Otherwise, a formatted string with a strlen equal to the remaining
buffer space would have the last character omitted (becau

From Ed Maste:

libexecinfo: Include terminating null in byte count

Otherwise, a formatted string with a strlen equal to the remaining
buffer space would have the last character omitted (because vsnprintf
always null-terminates), and later the assert in backtrace_symbols_fmt
would fail.

show more ...


# e6ada316 29-Aug-2013 christos <christos@NetBSD.org>

use sysctl to find the pathname argv[0] if available (from FreeBSD via
Ed Maste)


# ac9e9457 09-Jul-2012 christos <christos@NetBSD.org>

fix cleanup on error


# 83d64dcf 26-May-2012 christos <christos@NetBSD.org>

Add a similar to linux backtrace_* and execinfo.h family of functions