mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
dde3199641
* debug/execinfo.h: Remove __THROW from backtrace prototype. 2004-10-22 Jakub Jelinek <jakub@redhat.com> * sysdeps/i386/Makefile (CFLAGS-backtrace.c): Add -fexceptions. * sysdeps/i386/backtrace.c: Include <bits/libc-lock.h>, <dlfcn.h>, <stdlib.h> and <unwind.h>. Remove <bp-checks.h> include. (struct trace_arg): New type. (unwind_backtrace, unwind_getip, unwind_getcfa, unwind_getgr): New fn pointers resp. macros. (init, backtrace_helper): New functions. (__backtrace): Rewritten to use _Unwind_Backtrace first and fall back to frame pointer walking. 2004-10-22 Ulrich Drepper <drepper@redhat.com> |
||
---|---|---|
.. | ||
backtrace-tst.c | ||
catchsegv.sh | ||
chk_fail.c | ||
execinfo.h | ||
fprintf_chk.c | ||
gets_chk.c | ||
Makefile | ||
noophooks.c | ||
pcprofile.c | ||
pcprofiledump.c | ||
printf_chk.c | ||
snprintf_chk.c | ||
sprintf_chk.c | ||
test-stpcpy_chk.c | ||
test-strcpy_chk.c | ||
tst-chk1.c | ||
tst-chk2.c | ||
tst-chk3.c | ||
Versions | ||
vfprintf_chk.c | ||
vprintf_chk.c | ||
vsnprintf_chk.c | ||
vsprintf_chk.c | ||
xtrace.sh |