1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-25 02:41:45 +02:00
libunwind-eh_elf/src
Tommi Rantala fce25d74c9 Eliminate one heap allocation in dwarf_find_debug_frame()
Allocate `tab' from stack in dwarf_find_debug_frame(), as it's only a
few members and we only need it locally in the function.
2012-09-04 14:58:37 +03:00
..
arm ARM: fix with-signal-frame local unw_resume() 2012-08-21 22:33:56 +03:00
coredump Add missing newline to debug message in _UCD_access_reg_linux.c 2012-08-21 23:04:07 +03:00
dwarf Eliminate one heap allocation in dwarf_find_debug_frame() 2012-09-04 14:58:37 +03:00
hppa HPPA: fix common_init() bitrot 2012-09-04 13:26:13 +03:00
ia64 Fix function name duplication in Debug() output 2012-08-21 23:04:07 +03:00
mi Performance optimisations for fast trace. 2011-04-17 20:34:38 -07:00
mips Fix memory leaks in unw_create_addr_space() wrong-endian error paths 2012-08-21 22:33:29 +03:00
ppc PPC: return failure from the unw_get_proc_info() stub 2012-09-04 13:26:13 +03:00
ppc32 PPC: add missing debug level in Debug() calls in Gstep.c 2012-09-04 13:26:13 +03:00
ppc64 PPC: add missing debug level in Debug() calls in Gstep.c 2012-09-04 13:26:13 +03:00
ptrace Fix compilation on IA64 2012-05-23 20:52:28 -07:00
setjmp Fix some compiler warnings 2012-08-04 12:48:56 -07:00
unwind GCC compatibility on x86 for C++ exception handling 2010-04-12 12:08:43 -07:00
x86 Fix memory leaks in unw_create_addr_space() wrong-endian error paths 2012-08-21 22:33:29 +03:00
x86_64 Fix memory leaks in unw_create_addr_space() wrong-endian error paths 2012-08-21 22:33:29 +03:00
elf32.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf32.h Silence warning about symbol redefinition. 2010-03-07 17:27:41 +02:00
elf64.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf64.h Silence warning about symbol redefinition. 2010-03-07 17:27:41 +02:00
elfxx.c Search MiniDebugInfo for procedure names 2012-08-10 15:29:07 +02:00
elfxx.h Introduce get_proc_name_in_image() 2012-03-12 20:09:18 -07:00
Makefile.am Use libtool to build libunwind-ptrace 2012-08-18 12:41:21 -07:00
os-freebsd.c freebsd: Workaround for old FreeBSD kernels 2012-05-14 23:07:52 -07:00
os-hpux.c Have tdep_get_elf_image available in case of UNW_REMOTE_ONLY 2011-10-15 23:10:28 -07:00
os-linux.c Have tdep_get_elf_image available in case of UNW_REMOTE_ONLY 2011-10-15 23:10:28 -07:00
os-linux.h Fix some compiler warnings 2011-10-29 17:18:49 -07:00