summaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)Author
2015-01-26Move wrong ChangeLog entry from the toplevel ChangeLog toMatthias Klose
2015-01-24configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC.Matthias Klose
2015-01-05Update copyright years.Jakub Jelinek
2014-11-21Always use PIC option with -shared in libtoolH.J. Lu
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm
2014-11-11re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert
2014-10-23internal.h (backtrace_atomic_load_pointer): Fix to return void *.Ian Lance Taylor
2014-05-09mmap.c (backtrace_free): If freeing a large aligned block of memory, call mun...Ian Lance Taylor
2014-03-07* sort.c (backtrace_qsort): Use middle element as pivot.Ian Lance Taylor
2014-03-07sort.c: New file.Ian Lance Taylor
2014-02-07re PR libgcc/58710 (HAVE_GETIPINFO is incorrectly set on Mac OS X 10.4)Misty De Meo
2014-01-02Update copyright years in libbacktrace/Richard Sandiford
2013-12-06elf.c (ET_DYN): Undefine and define again.Jakub Jelinek
2013-12-05alloc.c (backtrace_vector_finish): Add error_callback and data parameters.Ian Lance Taylor
2013-11-28dwarf.c (find_address_ranges): New static function, broken out of build_addre...Ian Lance Taylor
2013-11-19backtrace.h (backtrace_syminfo_callback): Add symsize argument.Jakub Jelinek
2013-11-19* atomic.c: Include sys/types.h.Jakub Jelinek
2013-11-19configure.ac: Check for support of __atomic extensions.Ian Lance Taylor
2013-11-18elf.c (SHN_UNDEF): Define.Jakub Jelinek
2013-11-18* elf.c (phdr_callback): Process info->dlpi_addr == 0 normally.Jakub Jelinek
2013-11-16backtrace.h (backtrace_create_state): Correct comment about threading.Ian Lance Taylor
2013-11-16backtrace.h (backtrace_syminfo): Update comment and parameter name to take an...Ian Lance Taylor
2013-10-18elf.c (elf_add): Don't get the wrong offsets if a debug section is missing.Ian Lance Taylor
2013-10-15Add --enable-host-shared configuration optionDavid Malcolm
2013-09-20libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra
2013-07-23elf.c (elf_syminfo): Loop over the elf_syminfo_data chain.Alexander Monakov
2013-07-23elf.c (backtrace_initialize): Pass elf_fileline_fn to dl_iterate_phdr callbacks.Alexander Monakov
2013-03-25alloc.c: #include <sys/types.h>.Ian Lance Taylor
2013-01-31dwarf.c (read_function_info): Permit fvec parameter to be NULL.Ian Lance Taylor
2013-01-25re PR other/56076 (Several 64-bit libgo tests FAIL in read_line_header)Jakub Jelinek
2013-01-17dwarf.c (struct unit): Add filename and abs_filename fields.Ian Lance Taylor
2013-01-14Update copyright years in libbacktrace.Richard Sandiford
2013-01-01re PR bootstrap/54834 (bootstrap fails when building libbacktrace)Ian Lance Taylor
2013-01-01re PR other/55536 (libbacktrace abort in backtrace_alloc at mmap.c:99 running...Ian Lance Taylor
2012-12-12mmapio.c: Define MAP_FAILED if not defined.John David Anglin
2012-12-11re PR bootstrap/54926 (Bootstrap comparison failure for various files in libb...Jakub Jelinek
2012-12-07re PR bootstrap/54926 (Bootstrap comparison failure for various files in libb...Jakub Jelinek
2012-11-20* dwarf.c (read_attribute): Always clear val.Ian Lance Taylor
2012-11-13re PR other/55312 (libbacktrace doesn't honor --disable-werror)Ian Lance Taylor
2012-11-12configure.ac: Check for getexecname.Ian Lance Taylor
2012-10-29mmap.c (backtrace_vector_release): Correct last patch: add aligned, not size.Ian Lance Taylor
2012-10-29mmap.c (backtrace_vector_release): Make sure freed block is aligned on 8-byte...Ian Lance Taylor
2012-10-26re PR other/55087 (bogus "linux-vdso.so.1: No such file or directory" caused ...Ian Lance Taylor
2012-10-26re PR target/55061 (libbacktrace build fails during bootstrap on powerpc-appl...Jack Howarth
2012-10-24re PR target/55061 (libbacktrace build fails during bootstrap on powerpc-appl...Ian Lance Taylor
2012-10-11configure.ac: Do not use dl_iterate_phdr on Solaris 10.Ian Lance Taylor
2012-10-10elf.c: Rename all Elf typedefs to start with b_elf, and be all lower case.Ian Lance Taylor
2012-10-10* elf.c (elf_add_syminfo_data): Add casts to avoid warning.Hans-Peter Nilsson
2012-10-10dwarf.c (dwarf_fileline): Add cast to avoid warning.Ian Lance Taylor
2012-10-09Add support for tracing through shared libraries.Ian Lance Taylor