aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)AuthorFilesLines
2018-01-17elf.c (codes): Fix size to be 288.Ian Lance Taylor3-37/+174
2018-01-03Update copyright years.Jakub Jelinek32-32/+36
2017-11-17Enable building libbacktrace with Intel CETIgor Tsimbalist5-3/+94
2017-10-06ztest.c (test_large): Pass unsigned long *, not size_t *, to zlib uncompress ...Ian Lance Taylor2-1/+9
2017-10-05elf.c (elf_zlib_fetch): Change pval argument to uint64_t *.Ian Lance Taylor3-16/+47
2017-10-03ztest.c: #include <errno.h>.Ian Lance Taylor6-22/+48
2017-10-02libbacktrace: Support the case that clock_gettime is in librtThomas Schwinge5-4/+78
2017-10-02libbacktrace: Conditionalize test timing on clock_gettime availabilityThomas Schwinge5-1/+39
2017-09-29xcoff.c: Initial support for DWARF debug sections in XCOFF.Tony Reix2-11/+142
2017-09-29re PR other/67165 (please enable libbacktrace to work with compressed debug s...Ian Lance Taylor9-15/+2377
2017-09-22re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor5-0/+57
2017-09-21re PR go/82284 (go -version segfaults on big endian architectures)Ian Lance Taylor2-0/+6
2017-09-20re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor11-19/+705
2017-09-12re PR other/81096 (test case ttest in libbacktrace fails starting with its in...Steve Ellcey2-1/+7
2017-09-12re PR other/81096 (test case ttest in libbacktrace fails starting with its in...Steve Ellcey2-1/+7
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