aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)AuthorFilesLines
2014-05-09mmap.c (backtrace_free): If freeing a large aligned block of memory, call mun...Ian Lance Taylor2-2/+34
2014-03-07* sort.c (backtrace_qsort): Use middle element as pivot.Ian Lance Taylor2-0/+10
2014-03-07sort.c: New file.Ian Lance Taylor8-15/+288
2014-02-07re PR libgcc/58710 (HAVE_GETIPINFO is incorrectly set on Mac OS X 10.4)Misty De Meo4-4/+12
2014-01-02Update copyright years in libbacktrace/Richard Sandiford22-21/+25
2013-12-06elf.c (ET_DYN): Undefine and define again.Jakub Jelinek2-11/+56
2013-12-05alloc.c (backtrace_vector_finish): Add error_callback and data parameters.Ian Lance Taylor5-14/+51
2013-11-28dwarf.c (find_address_ranges): New static function, broken out of build_addre...Ian Lance Taylor3-156/+208
2013-11-19backtrace.h (backtrace_syminfo_callback): Add symsize argument.Jakub Jelinek4-8/+44
2013-11-19* atomic.c: Include sys/types.h.Jakub Jelinek2-0/+6
2013-11-19configure.ac: Check for support of __atomic extensions.Ian Lance Taylor11-79/+263
2013-11-18elf.c (SHN_UNDEF): Define.Jakub Jelinek2-3/+14
2013-11-18* elf.c (phdr_callback): Process info->dlpi_addr == 0 normally.Jakub Jelinek2-6/+6
2013-11-16backtrace.h (backtrace_create_state): Correct comment about threading.Ian Lance Taylor2-2/+6
2013-11-16backtrace.h (backtrace_syminfo): Update comment and parameter name to take an...Ian Lance Taylor4-25/+94
2013-10-18elf.c (elf_add): Don't get the wrong offsets if a debug section is missing.Ian Lance Taylor2-2/+14
2013-10-15Add --enable-host-shared configuration optionDavid Malcolm3-2/+21
2013-09-20libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2-5/+15
2013-07-23elf.c (elf_syminfo): Loop over the elf_syminfo_data chain.Alexander Monakov2-5/+43
2013-07-23elf.c (backtrace_initialize): Pass elf_fileline_fn to dl_iterate_phdr callbacks.Alexander Monakov2-1/+6
2013-03-25alloc.c: #include <sys/types.h>.Ian Lance Taylor3-0/+7
2013-01-31dwarf.c (read_function_info): Permit fvec parameter to be NULL.Ian Lance Taylor2-9/+41
2013-01-25re PR other/56076 (Several 64-bit libgo tests FAIL in read_line_header)Jakub Jelinek2-1/+8
2013-01-17dwarf.c (struct unit): Add filename and abs_filename fields.Ian Lance Taylor2-2/+58
2013-01-14Update copyright years in libbacktrace.Richard Sandiford21-20/+24
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