summaryrefslogtreecommitdiff
path: root/libbacktrace
Commit message (Expand)AuthorAgeFilesLines
* config-ml.in: Remove references to GCJ.Matthias Klose2016-11-152-1/+4
* * all: Remove meaningless trailing whitespace.Carlos Liam2016-09-1125-75/+79
* re PR target/71161 (Lots of ASAN and libgo runtime FAILs after r236090)Uros Bizjak2016-05-182-2/+12
* elf.c (backtrace_initialize): Properly initialize elf_fileline_fn to avoid po...Max Ostapenko2016-03-022-2/+8
* mmap.c (MAP_FAILED): Define if not defined.John David Anglin2016-02-062-0/+8
* Update copyright years.Jakub Jelinek2016-01-0425-24/+34
* Specify that DJGPP do not have mmap even when sys/mman.h existsAndris Pavenis2015-12-183-2/+9
* PR 68115/libfortranJohn David Anglin2015-12-104-4/+19
* posix.c (backtrace_open): Cast second argument of open() to int.Ian Lance Taylor2015-09-172-1/+5
* Makefile.am (backtrace.lo): Depend on internal.h.Ian Lance Taylor2015-09-113-2/+13
* * backtrace.c: #include <sys/types.h>.Hans-Peter Nilsson2015-09-082-0/+6
* re PR other/67457 (segfault in libbacktrace)Ian Lance Taylor2015-09-085-8/+51
* re PR other/67457 (segfault in libbacktrace)Ian Lance Taylor2015-09-082-1/+6
* configure.ac: For spu-*-* targets, set have_fcntl to no.Ulrich Weigand2015-08-313-0/+7
* configure.ac: Remove [disable-shared] argument to LT_INIT.Ulrich Weigand2015-08-273-53/+26
* configure.ac: Only compile with -fPIC if the target supports it.Hans-Peter Nilsson2015-08-253-3/+31
* configure.ac: Set have_mmap to no on spu-*-* targets.Ulrich Weigand2015-08-243-0/+29
* dwarf.c (read_function_entry): Add vec_inlined parameter.Ian Lance Taylor2015-08-132-4/+18
* re PR sanitizer/65479 (sanitizer stack trace missing frames past #0 on powerp...Martin Sebor2015-06-112-5/+20
* libbacktrace: add support of PE/COFFTristan Gingold2015-05-299-2/+993
* libbacktrace: Bump to automake 1.11.6Michael Haubenwallner2015-05-134-49/+97
* Move wrong ChangeLog entry from the toplevel ChangeLog toMatthias Klose2015-01-261-0/+5
* configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC.Matthias Klose2015-01-242-66/+72
* Update copyright years.Jakub Jelinek2015-01-0524-23/+27
* Always use PIC option with -shared in libtoolH.J. Lu2014-11-212-1/+6
* Merger of dmalcolm/jit branch from gitDavid Malcolm2014-11-112-0/+18
* re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2014-11-112-1/+6
* internal.h (backtrace_atomic_load_pointer): Fix to return void *.Ian Lance Taylor2014-10-232-1/+6
* mmap.c (backtrace_free): If freeing a large aligned block of memory, call mun...Ian Lance Taylor2014-05-092-2/+34
* * sort.c (backtrace_qsort): Use middle element as pivot.Ian Lance Taylor2014-03-072-0/+10
* sort.c: New file.Ian Lance Taylor2014-03-078-15/+288
* re PR libgcc/58710 (HAVE_GETIPINFO is incorrectly set on Mac OS X 10.4)Misty De Meo2014-02-074-4/+12
* Update copyright years in libbacktrace/Richard Sandiford2014-01-0222-21/+25
* elf.c (ET_DYN): Undefine and define again.Jakub Jelinek2013-12-062-11/+56
* alloc.c (backtrace_vector_finish): Add error_callback and data parameters.Ian Lance Taylor2013-12-055-14/+51
* dwarf.c (find_address_ranges): New static function, broken out of build_addre...Ian Lance Taylor2013-11-283-156/+208
* backtrace.h (backtrace_syminfo_callback): Add symsize argument.Jakub Jelinek2013-11-194-8/+44
* * atomic.c: Include sys/types.h.Jakub Jelinek2013-11-192-0/+6
* configure.ac: Check for support of __atomic extensions.Ian Lance Taylor2013-11-1911-79/+263
* elf.c (SHN_UNDEF): Define.Jakub Jelinek2013-11-182-3/+14
* * elf.c (phdr_callback): Process info->dlpi_addr == 0 normally.Jakub Jelinek2013-11-182-6/+6
* backtrace.h (backtrace_create_state): Correct comment about threading.Ian Lance Taylor2013-11-162-2/+6
* backtrace.h (backtrace_syminfo): Update comment and parameter name to take an...Ian Lance Taylor2013-11-164-25/+94
* elf.c (elf_add): Don't get the wrong offsets if a debug section is missing.Ian Lance Taylor2013-10-182-2/+14
* Add --enable-host-shared configuration optionDavid Malcolm2013-10-153-2/+21
* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2013-09-202-5/+15
* elf.c (elf_syminfo): Loop over the elf_syminfo_data chain.Alexander Monakov2013-07-232-5/+43
* elf.c (backtrace_initialize): Pass elf_fileline_fn to dl_iterate_phdr callbacks.Alexander Monakov2013-07-232-1/+6
* alloc.c: #include <sys/types.h>.Ian Lance Taylor2013-03-253-0/+7
* dwarf.c (read_function_info): Permit fvec parameter to be NULL.Ian Lance Taylor2013-01-312-9/+41