History log of /barrelfish-master/lib/cxx/unwind/UnwindLevel1.c
Revision Date Author Comments
# e0278e11 19-Aug-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

libcxx: ubdate libunwind

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 89bea9f7 01-Dec-2014 Reto Achermann <reto.achermann@inf.ethz.ch>

Update the CXX support library to work again with the new GCC compilers.

The GCC generated code made a call to a function that was not available in the old
version of CXXABI library.


# a51cf0a8 13-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

libcxx: exception handling

added missing code to enable exception handling of C++ programs on
barrelfish:

+ adding .eh_frame and .eh_frame_hdr section information to the
dispatcher when the new domain is spawned.

+ adding two new functions to obtain the eh_frame and eh_frame_hdr
information from userspace (used by libcxx for exception handling)


# b4ccacb6 11-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

libcxx: replaced printf directives with portable form (PRI..)

activated DWARF backend and made it compile. Added some new functions to
the pthreads library.


# 94996936 21-Aug-2014 Stefan Kaestle <stefan.kaestle@inf.ethz.ch>

Patches 4878a9a through 6b8a570