summaryrefslogtreecommitdiffstats
path: root/libcorkscrew/demangle.c
Commit message (Collapse)AuthorAgeFilesLines
* Add basic Darwin support to libcorkscrew.Elliott Hughes2013-05-141-0/+6
| | | | | | | | | This might not seem like much, but it's already better than Mac OS' backtrace(3). (cherry picked from commit 2a46f6293f19b9d6100187fbd53088088e671b88) Change-Id: I197b06c4c19f728ad6f194b2f473bd9dcd99b8a6
* Link with libgccdemangle.so for name demangling.Jing Yu2011-11-091-9/+4
| | | | | | | | 1. X86 target will also have name demangling feature. 2. Remove dependency on libiberty.so, since it will not come with prebuilt toolchain in gcc-4.6 and after. Change-Id: Iefbb021c5c3171b9467954eafa54046ad6805753
* Add a new library for collecting stack traces.Jeff Brown2011-10-221-0/+35
Supports collecting the stack trace of the current thread, another thread in the same process, or a thread in a different process (using ptrace). Change-Id: Ica2594e4436edde4ceb7bcc3d78e6c31a7902cbf