History log of /netbsd/sys/lib/libunwind/AddressSpace.hpp (Results 1 – 10 of 10)
Revision Date Author Comments
# 0aaf8f5a 28-Feb-2021 joerg <joerg@NetBSD.org>

Defer acquiring the FDE lock until after the allocation. This can avoid
nesting issues between malloc and backtrace when using LSan.


# 21953806 02-Nov-2017 christos <christos@NetBSD.org>

Avoid negative shift.


# ec06b270 29-Jan-2015 joerg <joerg@NetBSD.org>

Fix binary search when search value is in the last block, but not equal
to the start of the range. PR 49444.


# dd8e624a 20-Jul-2014 joerg <joerg@NetBSD.org>

Fix braino in last commit and free the node iff the insert failed.


# 72d6a3dc 14-Jul-2014 joerg <joerg@NetBSD.org>

Use static_cast for rb_tree_insert_node void * return value.


# 48ecb9b5 28-Apr-2014 joerg <joerg@NetBSD.org>

GC unwind_info_size.


# e2a6f048 02-Apr-2014 joerg <joerg@NetBSD.org>

SH3 uses unaligned data in the .eh_frame section, so use memcpy.


# c0e6c417 12-Mar-2014 joerg <joerg@NetBSD.org>

Pass down data_base just in case something actually tries to use it.


# 767e4361 12-Mar-2014 joerg <joerg@NetBSD.org>

Add more const to make GCC happy.


# aa0b96d0 14-Oct-2013 joerg <joerg@NetBSD.org>

Add a heavily modified version of Apple's libunwind as released under
MIT license in libc++abi. At the moment, only x86 support is tested.