Details
Description
It appears that along with the unw_* family of functions, our build of libunwind as currently configured also includes definitions of the _Unwind_* family of functions, leading to disaster when those versions are selected instead of the toolchains C++ runtime version. We should configure libunwind so that it only offers the unw_* functions.