aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)AuthorFilesLines
2017-08-02Add PR number.David Edelsohn1-0/+1
2017-08-02* xcoff.c (xcoff_process_linenos): Initialize incl to NULL.David Edelsohn2-1/+5
2017-07-28* xcoff.c: Don't leak a file descriptor if an archive is malformed.Tony Reix2-4/+9
2017-07-28Fix pid_t printingRainer Orth2-1/+6
2017-07-26configure.ac: Check for XCOFF32/XCOFF64.Tony Reix7-33/+1544
2017-07-21filetype.awk: Add AIX XCOFF type detection.Tony Reix8-3/+109
2017-06-21configure.ac: Add AC_SYS_LARGEFILE.Richard Biener4-2/+217
2017-06-12elf.c (backtrace_initialize): Always set *fileline_fn.Ian Lance Taylor11-420/+656
2017-05-19dwarf.c (free_line_header): Don't free dirs if dirs_count == 0.Than McIntosh6-15/+365
2017-03-08btest.c (test5): Replace #ifdef guard with 'unused' attribute to fix compile ...Sam Thursfield2-3/+6
2017-01-01Update copyright years.Jakub Jelinek25-25/+29
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose2-1/+4
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