[PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.

Renato Golin renato.golin at linaro.org
Tue Sep 9 13:12:47 PDT 2014


On 9 September 2014 18:35, Jonathan Roelofs <jonathan at codesourcery.com> wrote:
> That function isn't exposed in any of the headers, and this is sort of a
> layering violation (Unwinder looking for libcxxabi symbols). I'm not sure
> which header it would belong in if I were to add it. Suggestions?

No, and the signature is defined in the Itanium EH abi, so it should
be ok to keep it locally, since it's probably never going to change.

Looks good, thanks!

--renato



More information about the cfe-commits mailing list