aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)AuthorFilesLines
2016-09-11* all: Remove meaningless trailing whitespace.Carlos Liam25-75/+79
2016-05-18re PR target/71161 (Lots of ASAN and libgo runtime FAILs after r236090)Uros Bizjak2-2/+12
2016-03-02elf.c (backtrace_initialize): Properly initialize elf_fileline_fn to avoid po...Max Ostapenko2-2/+8
2016-02-06mmap.c (MAP_FAILED): Define if not defined.John David Anglin2-0/+8
2016-01-04Update copyright years.Jakub Jelinek25-24/+34
2015-12-18Specify that DJGPP do not have mmap even when sys/mman.h existsAndris Pavenis3-2/+9
2015-12-10PR 68115/libfortranJohn David Anglin4-4/+19
2015-09-17posix.c (backtrace_open): Cast second argument of open() to int.Ian Lance Taylor2-1/+5
2015-09-11Makefile.am (backtrace.lo): Depend on internal.h.Ian Lance Taylor3-2/+13
2015-09-08* backtrace.c: #include <sys/types.h>.Hans-Peter Nilsson2-0/+6
2015-09-08re PR other/67457 (segfault in libbacktrace)Ian Lance Taylor5-8/+51
2015-09-08re PR other/67457 (segfault in libbacktrace)Ian Lance Taylor2-1/+6
2015-08-31configure.ac: For spu-*-* targets, set have_fcntl to no.Ulrich Weigand3-0/+7
2015-08-27configure.ac: Remove [disable-shared] argument to LT_INIT.Ulrich Weigand3-53/+26
2015-08-25configure.ac: Only compile with -fPIC if the target supports it.Hans-Peter Nilsson3-3/+31
2015-08-24configure.ac: Set have_mmap to no on spu-*-* targets.Ulrich Weigand3-0/+29
2015-08-13dwarf.c (read_function_entry): Add vec_inlined parameter.Ian Lance Taylor2-4/+18
2015-06-11re PR sanitizer/65479 (sanitizer stack trace missing frames past #0 on powerp...Martin Sebor2-5/+20
2015-05-29libbacktrace: add support of PE/COFFTristan Gingold9-2/+993
2015-05-13libbacktrace: Bump to automake 1.11.6Michael Haubenwallner4-49/+97
2015-01-26Move wrong ChangeLog entry from the toplevel ChangeLog toMatthias Klose1-0/+5
2015-01-24configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC.Matthias Klose2-66/+72
2015-01-05Update copyright years.Jakub Jelinek24-23/+27
2014-11-21Always use PIC option with -shared in libtoolH.J. Lu2-1/+6
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm2-0/+18
2014-11-11re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2-1/+6
2014-10-23internal.h (backtrace_atomic_load_pointer): Fix to return void *.Ian Lance Taylor2-1/+6
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