aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)AuthorFilesLines
2020-05-30Daily bump.GCC Administrator1-0/+5
2020-05-29Avoid nested save_CFLAGS and save_LDFLAGSH.J. Lu1-8/+9
2020-05-15x86: Also check if -fcf-protection worksH.J. Lu2-0/+8
2020-05-14x86: Default CET run-time support to autoH.J. Lu2-5/+15
2020-05-13libbacktrace: mark test_large parameter unused in ztest.cIan Lance Taylor2-1/+5
2020-05-13libbacktrace: treat EACCESS like ENOENTIan Lance Taylor2-1/+11
2020-05-12libbacktrace: Enable Intel CET on Intel CET enabled host for jitH.J. Lu5-4/+201
2020-05-11libbacktrace: declare getpagesize if necessaryIan Lance Taylor7-2/+34
2020-05-09libbacktrace: don't crash if ELF file has no sectionsIan Lance Taylor2-0/+7
2020-05-09libbacktrace: don't free ELF strtab if error occurs after saving syminfoIan Lance Taylor2-0/+6
2020-05-09libbacktrace: add Mach-O supportIan Lance Taylor8-49/+1580
2020-05-09libbacktrace: support short readIan Lance Taylor2-7/+19
2020-05-09libbacktrace: sometimes read debug sections individuallyIan Lance Taylor2-19/+88
2020-05-09libbacktrace: support fetching executable name using sysctlIan Lance Taylor5-1/+201
2020-02-15libbacktrace: update to current libgo test fileIan Lance Taylor2-2/+6
2020-02-03libbacktrace: always pass -g when compiling test codeIan Lance Taylor4-64/+320
2020-01-01Update copyright years.Jakub Jelinek38-38/+42
2019-12-13libbacktrace: add DWARF 5 supportIan Lance Taylor10-167/+1213
2019-12-10libbacktrace: remove duplicate low_pc/high_pc/range handlingIan Lance Taylor2-235/+179
2019-12-05* edtest.c (test1): Add noclone attribute.Ian Lance Taylor2-2/+5
2019-12-05libbacktrace: simplify DWARF section handlingIan Lance Taylor6-208/+183
2019-09-27Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki2-5/+14
2019-09-26re PR libbacktrace/91908 (New libbacktrace tests fail to build)Ian Lance Taylor3-2/+11
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand3-10/+9
2019-05-24Makefile.am (BUILDTESTS): Remove test_elf, add test_elf_32 and test_elf_64.Clement Chigot3-25/+75
2019-05-14Remove obsolete Solaris 10 supportRainer Orth3-12/+6
2019-03-11re PR libbacktrace/89669 (/usr/ccs/bin/ld: Unsatisfied symbols: backtrace_unc...Ian Lance Taylor3-35/+57
2019-02-26[libbacktrace] Fix btest-lto for older gccTom de Vries2-1/+6
2019-02-26[libbacktrace] Require dwz for b3test_dwz_buildidTom de Vries3-35/+46
2019-02-12[libbacktrace] Handle bsearch with NULL base in dwarf_lookup_pcTom de Vries2-2/+9
2019-02-10[libbacktrace] Add btest_ltoTom de Vries4-27/+83
2019-02-08[libbacktrace] Declare external backtrace fns noinlineTom de Vries4-3/+9
2019-02-08[libbacktrace] Handle DW_FORM_ref_addrTom de Vries2-20/+18
2019-01-31[libbacktrace] Fix .gnu_debugaltlink build-id checkTom de Vries2-2/+8
2019-01-29[libbacktrace] Add test-cases exercising build-id and dwzTom de Vries7-43/+345
2019-01-29[libbacktrace] Don't assign check_PROGRAMS to TESTSTom de Vries3-77/+93
2019-01-28[libbacktrace] Fix and simplify xcoff_%.c pattern ruleTom de Vries3-4/+12
2019-01-25[backtrace] Avoid segfaultNathan Sidwell2-1/+6
2019-01-25[libbacktrace] Fix strrchr segfaultTom de Vries4-8/+29
2019-01-25[libbacktrace] Rename dtest to btest_gnudebuglinkTom de Vries3-11/+17
2019-01-23[libbacktrace] Use size_t for low_offset/high_offset fields of struct unitTom de Vries2-6/+12
2019-01-20* allocfail.c (main): Increase portability of printf statement.Gerald Pfeifer2-1/+5
2019-01-18re PR libbacktrace/88890 (libbacktrace on 32-bit system with _FILE_OFFSET_BIT...Ian Lance Taylor5-4/+25
2019-01-17[libbacktrace] Add btest_dwz test-caseTom de Vries5-9/+106
2019-01-17[libbacktrace] Handle DW_FORM_GNU_ref_altTom de Vries2-1/+24
2019-01-17[libbacktrace] Add find_unitTom de Vries2-11/+87
2019-01-17[libbacktrace] Handle DW_FORM_GNU_strp_altTom de Vries2-8/+23
2019-01-17[libbacktrace] Handle alt FORMS without .gnu_debugaltlinkTom de Vries2-15/+39
2019-01-17[libbacktrace] Add altlink field to struct dwarf_dataTom de Vries6-2/+22
2019-01-17[libbacktrace] Return struct dwarf_data pointer from elf_addTom de Vries6-13/+37