History log of /barrelfish-master/lib/cxx/unwind/unwind_backend.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>


# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

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


# dde2ba50 19-Jun-2017 Adam Turowski <adam.turowski@inf.ethz.ch>

libc: removing newlib, adding BSD libc
posixcompat: moving gettimeofday to libc
harness: adding a simple math test
lwip, lwip2: moving includes to /include, compiling with BSD headers

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# 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