History log of /netbsd-src/lib/libexecinfo/symtab.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 6c2fafb1 23-Aug-2023 rin <rin@NetBSD.org>

libexecinfo: whitespace, missing RCSID, no binary changes


# 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


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

Oops... fix SYMTAB_DEBUG build


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

Define and use a DPRINTF macro


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

Trailing whitespace


# 5d9808ec 20-Apr-2016 christos <christos@NetBSD.org>

Don't subtract base if not pie.


# 47c9654d 11-Apr-2016 christos <christos@NetBSD.org>

make this work with pie binaries (subtract dli_fbase from addresses).


# 3ff21a6f 03-Sep-2013 christos <christos@NetBSD.org>

print an error if we failed to allocate.


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

add stdint.h for FreeBSD compat.


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

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