summaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)Author
2020-05-11libbacktrace: declare getpagesize if necessaryIan Lance Taylor
2020-05-09libbacktrace: don't crash if ELF file has no sectionsIan Lance Taylor
2020-05-09libbacktrace: don't free ELF strtab if error occurs after saving syminfoIan Lance Taylor
2020-05-09libbacktrace: add Mach-O supportIan Lance Taylor
2020-05-09libbacktrace: support short readIan Lance Taylor
2020-05-09libbacktrace: sometimes read debug sections individuallyIan Lance Taylor
2020-05-09libbacktrace: support fetching executable name using sysctlIan Lance Taylor
2020-02-15libbacktrace: update to current libgo test fileIan Lance Taylor
2020-02-03libbacktrace: always pass -g when compiling test codeIan Lance Taylor
2020-01-01Update copyright years.Jakub Jelinek
2019-12-13libbacktrace: add DWARF 5 supportIan Lance Taylor
2019-12-10libbacktrace: remove duplicate low_pc/high_pc/range handlingIan Lance Taylor
2019-12-05* edtest.c (test1): Add noclone attribute.Ian Lance Taylor
2019-12-05libbacktrace: simplify DWARF section handlingIan Lance Taylor
2019-09-27Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki
2019-09-26re PR libbacktrace/91908 (New libbacktrace tests fail to build)Ian Lance Taylor
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand
2019-05-24Makefile.am (BUILDTESTS): Remove test_elf, add test_elf_32 and test_elf_64.Clement Chigot
2019-05-14Remove obsolete Solaris 10 supportRainer Orth
2019-03-11re PR libbacktrace/89669 (/usr/ccs/bin/ld: Unsatisfied symbols: backtrace_unc...Ian Lance Taylor
2019-02-26[libbacktrace] Fix btest-lto for older gccTom de Vries
2019-02-26[libbacktrace] Require dwz for b3test_dwz_buildidTom de Vries
2019-02-12[libbacktrace] Handle bsearch with NULL base in dwarf_lookup_pcTom de Vries
2019-02-10[libbacktrace] Add btest_ltoTom de Vries
2019-02-08[libbacktrace] Declare external backtrace fns noinlineTom de Vries
2019-02-08[libbacktrace] Handle DW_FORM_ref_addrTom de Vries
2019-01-31[libbacktrace] Fix .gnu_debugaltlink build-id checkTom de Vries
2019-01-29[libbacktrace] Add test-cases exercising build-id and dwzTom de Vries
2019-01-29[libbacktrace] Don't assign check_PROGRAMS to TESTSTom de Vries
2019-01-28[libbacktrace] Fix and simplify xcoff_%.c pattern ruleTom de Vries
2019-01-25[backtrace] Avoid segfaultNathan Sidwell
2019-01-25[libbacktrace] Fix strrchr segfaultTom de Vries
2019-01-25[libbacktrace] Rename dtest to btest_gnudebuglinkTom de Vries
2019-01-23[libbacktrace] Use size_t for low_offset/high_offset fields of struct unitTom de Vries
2019-01-20* allocfail.c (main): Increase portability of printf statement.Gerald Pfeifer
2019-01-18re PR libbacktrace/88890 (libbacktrace on 32-bit system with _FILE_OFFSET_BIT...Ian Lance Taylor
2019-01-17[libbacktrace] Add btest_dwz test-caseTom de Vries
2019-01-17[libbacktrace] Handle DW_FORM_GNU_ref_altTom de Vries
2019-01-17[libbacktrace] Add find_unitTom de Vries
2019-01-17[libbacktrace] Handle DW_FORM_GNU_strp_altTom de Vries
2019-01-17[libbacktrace] Handle alt FORMS without .gnu_debugaltlinkTom de Vries
2019-01-17[libbacktrace] Add altlink field to struct dwarf_dataTom de Vries
2019-01-17[libbacktrace] Return struct dwarf_data pointer from elf_addTom de Vries
2019-01-17[libbacktrace] Read .gnu_debugaltlinkTom de Vries
2019-01-16[libbacktrace] Factor out read_referenced_name_from_attrTom de Vries
2019-01-16[libbacktrace] Unify function name preference handlingTom de Vries
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-12-29Makefile.am (xcoff_%.c): Use an actual newline instead of \n in sed pattern.Gerald Pfeifer
2018-12-28[libbacktrace] Reduce memory usage in build_address_mapTom de Vries