summaryrefslogtreecommitdiff
path: root/libbacktrace
Commit message (Expand)AuthorAgeFilesLines
...
* libbacktrace: Suppress the default action-if-found for AC_CHECK_LIBS.Iain Buclaw2018-08-055-17/+11
* xcoff.c (struct xcoff_line, [...]): Remove.Tony Reix2018-08-012-232/+212
* re PR other/86198 (Libbacktrace does not properly work with ".note.gnu.build-...Denis Khalikov2018-06-212-1/+7
* Regenerate configure of target librariesH.J. Lu2018-04-242-1/+5
* cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2018-04-192-7/+10
* backtrace.c: Revert last two changes.Ian Lance Taylor2018-04-172-34/+16
* backtrace.c: Include backtrace-supported.h before checking BACKTRACE_USES_MAL...Ian Lance Taylor2018-04-172-1/+7
* backtrace.c (backtrace_full): When testing whether we can allocate memory...Ian Lance Taylor2018-04-172-11/+38
* re PR other/85161 (Test case failures in libbacktrace on powerpc64 BE startin...Jakub Jelinek2018-04-042-1/+15
* CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2018-02-192-1/+21
* re PR other/82368 (with r253275 several new test cases in libbacktrace fail)Jakub Jelinek2018-02-152-0/+7
* re PR other/82368 (with r253275 several new test cases in libbacktrace fail)Jakub Jelinek2018-02-142-3/+70
* elf.c (elf_add): Close descriptor if we use a debugfile.Ian Lance Taylor2018-01-313-4/+46
* elf.c (elf_open_debugfile_by_debuglink): Don't check CRC if the desired CRC i...Ian Lance Taylor2018-01-252-7/+20
* * pecoff.c (coff_add): Only release syms_view if it is valid.Ian Lance Taylor2018-01-252-2/+9
* * pecoff.c (coff_add): Another memcpy -> coff_read4 fix.Ian Lance Taylor2018-01-252-2/+6
* * pecoff.c (coff_add): Use coff_read4, not memcpy.Ian Lance Taylor2018-01-252-1/+5
* re PR other/68239 (libbacktrace allocation is sometimes very slow)Ian Lance Taylor2018-01-252-1/+29
* xcoff.c (xcoff_incl_compare): New function.Tony Reix2018-01-192-9/+50
* elf.c (codes): Fix size to be 288.Ian Lance Taylor2018-01-173-37/+174
* Update copyright years.Jakub Jelinek2018-01-0332-32/+36
* Enable building libbacktrace with Intel CETIgor Tsimbalist2017-11-175-3/+94
* ztest.c (test_large): Pass unsigned long *, not size_t *, to zlib uncompress ...Ian Lance Taylor2017-10-062-1/+9
* elf.c (elf_zlib_fetch): Change pval argument to uint64_t *.Ian Lance Taylor2017-10-053-16/+47
* ztest.c: #include <errno.h>.Ian Lance Taylor2017-10-036-22/+48
* libbacktrace: Support the case that clock_gettime is in librtThomas Schwinge2017-10-025-4/+78
* libbacktrace: Conditionalize test timing on clock_gettime availabilityThomas Schwinge2017-10-025-1/+39
* xcoff.c: Initial support for DWARF debug sections in XCOFF.Tony Reix2017-09-292-11/+142
* re PR other/67165 (please enable libbacktrace to work with compressed debug s...Ian Lance Taylor2017-09-299-15/+2377
* re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor2017-09-225-0/+57
* re PR go/82284 (go -version segfaults on big endian architectures)Ian Lance Taylor2017-09-212-0/+6
* re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor2017-09-2011-19/+705
* re PR other/81096 (test case ttest in libbacktrace fails starting with its in...Steve Ellcey2017-09-122-1/+7
* re PR other/81096 (test case ttest in libbacktrace fails starting with its in...Steve Ellcey2017-09-122-1/+7
* Add PR number.David Edelsohn2017-08-021-0/+1
* * xcoff.c (xcoff_process_linenos): Initialize incl to NULL.David Edelsohn2017-08-022-1/+5
* * xcoff.c: Don't leak a file descriptor if an archive is malformed.Tony Reix2017-07-282-4/+9
* Fix pid_t printingRainer Orth2017-07-282-1/+6
* configure.ac: Check for XCOFF32/XCOFF64.Tony Reix2017-07-267-33/+1544
* filetype.awk: Add AIX XCOFF type detection.Tony Reix2017-07-218-3/+109
* configure.ac: Add AC_SYS_LARGEFILE.Richard Biener2017-06-214-2/+217
* elf.c (backtrace_initialize): Always set *fileline_fn.Ian Lance Taylor2017-06-1211-420/+656
* dwarf.c (free_line_header): Don't free dirs if dirs_count == 0.Than McIntosh2017-05-196-15/+365
* btest.c (test5): Replace #ifdef guard with 'unused' attribute to fix compile ...Sam Thursfield2017-03-082-3/+6
* Update copyright years.Jakub Jelinek2017-01-0125-25/+29
* 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