summaryrefslogtreecommitdiff
path: root/libbacktrace
Commit message (Expand)AuthorAgeFilesLines
* Daily bump.GCC Administrator2020-05-301-0/+5
* Avoid nested save_CFLAGS and save_LDFLAGSH.J. Lu2020-05-291-8/+9
* x86: Also check if -fcf-protection worksH.J. Lu2020-05-152-0/+8
* x86: Default CET run-time support to autoH.J. Lu2020-05-142-5/+15
* libbacktrace: mark test_large parameter unused in ztest.cIan Lance Taylor2020-05-132-1/+5
* libbacktrace: treat EACCESS like ENOENTIan Lance Taylor2020-05-132-1/+11
* libbacktrace: Enable Intel CET on Intel CET enabled host for jitH.J. Lu2020-05-125-4/+201
* libbacktrace: declare getpagesize if necessaryIan Lance Taylor2020-05-117-2/+34
* libbacktrace: don't crash if ELF file has no sectionsIan Lance Taylor2020-05-092-0/+7
* libbacktrace: don't free ELF strtab if error occurs after saving syminfoIan Lance Taylor2020-05-092-0/+6
* libbacktrace: add Mach-O supportIan Lance Taylor2020-05-098-49/+1580
* libbacktrace: support short readIan Lance Taylor2020-05-092-7/+19
* libbacktrace: sometimes read debug sections individuallyIan Lance Taylor2020-05-092-19/+88
* libbacktrace: support fetching executable name using sysctlIan Lance Taylor2020-05-095-1/+201
* libbacktrace: update to current libgo test fileIan Lance Taylor2020-02-152-2/+6
* libbacktrace: always pass -g when compiling test codeIan Lance Taylor2020-02-034-64/+320
* Update copyright years.Jakub Jelinek2020-01-0138-38/+42
* libbacktrace: add DWARF 5 supportIan Lance Taylor2019-12-1310-167/+1213
* libbacktrace: remove duplicate low_pc/high_pc/range handlingIan Lance Taylor2019-12-102-235/+179
* * edtest.c (test1): Add noclone attribute.Ian Lance Taylor2019-12-052-2/+5
* libbacktrace: simplify DWARF section handlingIan Lance Taylor2019-12-056-208/+183
* Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki2019-09-272-5/+14
* re PR libbacktrace/91908 (New libbacktrace tests fail to build)Ian Lance Taylor2019-09-263-2/+11
* Remove Cell Broadband Engine SPU targetsUlrich Weigand2019-09-033-10/+9
* Makefile.am (BUILDTESTS): Remove test_elf, add test_elf_32 and test_elf_64.Clement Chigot2019-05-243-25/+75
* Remove obsolete Solaris 10 supportRainer Orth2019-05-143-12/+6
* re PR libbacktrace/89669 (/usr/ccs/bin/ld: Unsatisfied symbols: backtrace_unc...Ian Lance Taylor2019-03-113-35/+57
* [libbacktrace] Fix btest-lto for older gccTom de Vries2019-02-262-1/+6
* [libbacktrace] Require dwz for b3test_dwz_buildidTom de Vries2019-02-263-35/+46
* [libbacktrace] Handle bsearch with NULL base in dwarf_lookup_pcTom de Vries2019-02-122-2/+9
* [libbacktrace] Add btest_ltoTom de Vries2019-02-104-27/+83
* [libbacktrace] Declare external backtrace fns noinlineTom de Vries2019-02-084-3/+9
* [libbacktrace] Handle DW_FORM_ref_addrTom de Vries2019-02-082-20/+18
* [libbacktrace] Fix .gnu_debugaltlink build-id checkTom de Vries2019-01-312-2/+8
* [libbacktrace] Add test-cases exercising build-id and dwzTom de Vries2019-01-297-43/+345
* [libbacktrace] Don't assign check_PROGRAMS to TESTSTom de Vries2019-01-293-77/+93
* [libbacktrace] Fix and simplify xcoff_%.c pattern ruleTom de Vries2019-01-283-4/+12
* [backtrace] Avoid segfaultNathan Sidwell2019-01-252-1/+6
* [libbacktrace] Fix strrchr segfaultTom de Vries2019-01-254-8/+29
* [libbacktrace] Rename dtest to btest_gnudebuglinkTom de Vries2019-01-253-11/+17
* [libbacktrace] Use size_t for low_offset/high_offset fields of struct unitTom de Vries2019-01-232-6/+12
* * allocfail.c (main): Increase portability of printf statement.Gerald Pfeifer2019-01-202-1/+5
* re PR libbacktrace/88890 (libbacktrace on 32-bit system with _FILE_OFFSET_BIT...Ian Lance Taylor2019-01-185-4/+25
* [libbacktrace] Add btest_dwz test-caseTom de Vries2019-01-175-9/+106
* [libbacktrace] Handle DW_FORM_GNU_ref_altTom de Vries2019-01-172-1/+24
* [libbacktrace] Add find_unitTom de Vries2019-01-172-11/+87
* [libbacktrace] Handle DW_FORM_GNU_strp_altTom de Vries2019-01-172-8/+23
* [libbacktrace] Handle alt FORMS without .gnu_debugaltlinkTom de Vries2019-01-172-15/+39
* [libbacktrace] Add altlink field to struct dwarf_dataTom de Vries2019-01-176-2/+22
* [libbacktrace] Return struct dwarf_data pointer from elf_addTom de Vries2019-01-176-13/+37