Ian Lance Taylor
Ian Lance Taylor
Thanks for the note. You're right: this is a known problem with `dl_iterate_phdr`. I don't have a solution for it.
@evanj Thanks for the note. That looks like a different problem to me. That looks like the signal context passed to `x86_64_fallback_frame_state` has an invalid value in the `pc` field....
The package is only tested on GNU/Linux. You could try removing the `+build linux` line from traceback.c. I don't know whether it will work on Darwin or not. I've never...
Where is SWIFT mangling documented? Thanks.
Thanks. That appears to be code that implements demangling. Is there any written documentation separate from code? For example, C++ mangling is defined at https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling.
@googlebot rescan
The Google CLA is easier to sign. The FSF approach involves a transfer of copyright and takes longer. Some people trust the FSF more than they trust Google (although the...
At present the master sources for this library live in the GCC sources, which are covered by the FSF license. Google has an agreement with the FSF such that anything...
@googlebot rescan
There are various unresolved comments as you can see. I'm also somewhat concerned about keeping this up to date, as I don't know or use cmake. But I guess we...