aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)AuthorFilesLines
2013-01-01re PR bootstrap/54834 (bootstrap fails when building libbacktrace)Ian Lance Taylor3-2/+9
2013-01-01re PR other/55536 (libbacktrace abort in backtrace_alloc at mmap.c:99 running...Ian Lance Taylor2-4/+28
2012-12-12mmapio.c: Define MAP_FAILED if not defined.John David Anglin2-0/+8
2012-12-11re PR bootstrap/54926 (Bootstrap comparison failure for various files in libb...Jakub Jelinek5-10/+63
2012-12-07re PR bootstrap/54926 (Bootstrap comparison failure for various files in libb...Jakub Jelinek3-2/+8
2012-11-20* dwarf.c (read_attribute): Always clear val.Ian Lance Taylor2-0/+10
2012-11-13re PR other/55312 (libbacktrace doesn't honor --disable-werror)Ian Lance Taylor3-2/+7
2012-11-12configure.ac: Check for getexecname.Ian Lance Taylor6-10/+111
2012-10-29mmap.c (backtrace_vector_release): Correct last patch: add aligned, not size.Ian Lance Taylor2-1/+7
2012-10-29mmap.c (backtrace_vector_release): Make sure freed block is aligned on 8-byte...Ian Lance Taylor2-2/+17
2012-10-26re PR other/55087 (bogus "linux-vdso.so.1: No such file or directory" caused ...Ian Lance Taylor5-7/+31
2012-10-26re PR target/55061 (libbacktrace build fails during bootstrap on powerpc-appl...Jack Howarth3-5/+40
2012-10-24re PR target/55061 (libbacktrace build fails during bootstrap on powerpc-appl...Ian Lance Taylor3-2/+53
2012-10-11configure.ac: Do not use dl_iterate_phdr on Solaris 10.Ian Lance Taylor3-0/+17
2012-10-10elf.c: Rename all Elf typedefs to start with b_elf, and be all lower case.Ian Lance Taylor2-61/+66
2012-10-10* elf.c (elf_add_syminfo_data): Add casts to avoid warning.Hans-Peter Nilsson2-2/+6
2012-10-10dwarf.c (dwarf_fileline): Add cast to avoid warning.Ian Lance Taylor2-3/+8
2012-10-09Add support for tracing through shared libraries.Ian Lance Taylor7-106/+579
2012-10-04* btest.c (f23): Avoid uninitialized variable warning.Gerald Pfeifer2-1/+5
2012-10-04dwarf.c: If the system header files do not declare strnlen, provide our own v...Ian Lance Taylor2-2/+21
2012-10-03dwarf.c (read_uleb128): Fix overflow test.Ian Lance Taylor2-10/+25
2012-10-02ChangeLog: Fix whitespace.Uros Bizjak1-3/+3
2012-10-02re PR other/54761 (FAIL log)Uros Bizjak5-5/+26
2012-09-29re PR other/54749 (libbacktrace)Ian Lance Taylor2-1/+8
2012-09-28re PR bootstrap/54732 (Installation failure: libbacktrace rebuilds upon insta...Ian Lance Taylor6-682/+100
2012-09-27re PR other/54726 (libbacktrace segfaults on gcc_asserts with stripped gcc)Ian Lance Taylor2-1/+7
2012-09-19configure.ac: Only use GCC_CHECK_UNWIND_GETIPINFO when compiled as a target l...Ian Lance Taylor3-1/+30
2012-09-19configure.ac (GCC_HEADER_STDINT): Invoke.Rainer Orth9-5/+1078
2012-09-19re PR bootstrap/54623 (install fails with libbacktrace/backtrace.c:35:20: err...Ian Lance Taylor3-2/+15
2012-09-18posix.c (O_BINARY): Define if not defined.Ian Lance Taylor5-1/+53
2012-09-18* btest.c (test1, test2, test3, test4): Add the unused attribute.Ian Lance Taylor2-4/+8
2012-09-18* dwarf.c: Correct test of HAVE_DECL_STRNLEN.Ian Lance Taylor2-1/+5
2012-09-18configure.ac: Add AC_USE_SYSTEM_EXTENSIONS.Ian Lance Taylor5-995/+1639
2012-09-18configure.ac: Check whether strnlen is declared.Ian Lance Taylor5-2/+77
2012-09-18Fix libbacktrace bootstrap with gcc 4.4Rainer Orth3-0/+7
2012-09-17re PR bootstrap/54611 (Bootstrap failure: conflicting types for 'backtrace_s...Ian Lance Taylor2-3/+10
2012-09-17re PR bootstrap/54611 (Bootstrap failure: conflicting types for 'backtrace_s...Gerald Pfeifer2-1/+7
2012-09-17re PR bootstrap/54609 (libbacktrace breaks bootstrap on darwin)Ian Lance Taylor2-6/+13
2012-09-17libbacktrace/:Ian Lance Taylor27-0/+21527