aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-17[libbacktrace] Read .gnu_debugaltlinkTom de Vries3-6/+95
2019-01-16[libbacktrace] Factor out read_referenced_name_from_attrTom de Vries2-35/+61
2019-01-16[libbacktrace] Unify function name preference handlingTom de Vries2-10/+31
2019-01-09PR other/16615 [1/5]Sandra Loosemore2-1/+7
2019-01-01Update copyright years.Jakub Jelinek37-37/+41
2018-12-29Makefile.am (xcoff_%.c): Use an actual newline instead of \n in sed pattern.Gerald Pfeifer3-2/+10
2018-12-28[libbacktrace] Reduce memory usage in build_address_mapTom de Vries2-0/+18
2018-12-28[libbacktrace] Simplify memory management in build_address_mapTom de Vries2-12/+13
2018-12-28[libbacktrace] Fix memory leak in loop in build_address_mapIan Lance Taylor2-26/+44
2018-12-28[libbacktrace] Fix memory leak in build_address_mapTom de Vries2-0/+9
2018-12-14[testsuite] Remove bashism from libbacktrace/allocfail.shTom de Vries2-1/+5
2018-12-12[libbacktrace] Add allocfail.sh test-caseTom de Vries6-17/+449
2018-11-30[libbacktrace] Add tests for unused formatsTom de Vries4-12/+228
2018-11-30[libbacktrace] Test check_PROGRAMS without mmapTom de Vries3-24/+355
2018-11-30[libbacktrace] Factor out backtrace_vector_freeTom de Vries3-3/+19
2018-11-28[libbacktrace] Fix segfault upon allocation failureTom de Vries2-1/+6
2018-11-27[libbacktrace] Don't point to released memory in backtrace_vector_releaseTom de Vries3-1/+8
2018-11-27[libbacktrace] Avoid realloc with size == 0 in backtrace_vector_releaseTom de Vries5-5/+137
2018-11-22[libbacktrace] Factor out read_initial_lengthTom de Vries2-15/+26
2018-11-21[libbacktrace] Factor out read_stringTom de Vries2-11/+33
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers7-1080/+2026
2018-10-05re PR libbacktrace/87529 (libbacktrace API forces users to have memory leaks)Ian Lance Taylor2-1/+13
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska1-5/+5
2018-08-05libbacktrace: Suppress the default action-if-found for AC_CHECK_LIBS.Iain Buclaw5-17/+11
2018-08-01xcoff.c (struct xcoff_line, [...]): Remove.Tony Reix2-232/+212
2018-06-21re PR other/86198 (Libbacktrace does not properly work with ".note.gnu.build-...Denis Khalikov2-1/+7
2018-04-24Regenerate configure of target librariesH.J. Lu2-1/+5
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2-7/+10
2018-04-17backtrace.c: Revert last two changes.Ian Lance Taylor2-34/+16
2018-04-17backtrace.c: Include backtrace-supported.h before checking BACKTRACE_USES_MAL...Ian Lance Taylor2-1/+7
2018-04-17backtrace.c (backtrace_full): When testing whether we can allocate memory...Ian Lance Taylor2-11/+38
2018-04-04re PR other/85161 (Test case failures in libbacktrace on powerpc64 BE startin...Jakub Jelinek2-1/+15
2018-02-19CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2-1/+21
2018-02-15re PR other/82368 (with r253275 several new test cases in libbacktrace fail)Jakub Jelinek2-0/+7
2018-02-14re PR other/82368 (with r253275 several new test cases in libbacktrace fail)Jakub Jelinek2-3/+70
2018-01-31elf.c (elf_add): Close descriptor if we use a debugfile.Ian Lance Taylor3-4/+46
2018-01-25elf.c (elf_open_debugfile_by_debuglink): Don't check CRC if the desired CRC i...Ian Lance Taylor2-7/+20
2018-01-25* pecoff.c (coff_add): Only release syms_view if it is valid.Ian Lance Taylor2-2/+9
2018-01-25* pecoff.c (coff_add): Another memcpy -> coff_read4 fix.Ian Lance Taylor2-2/+6
2018-01-25* pecoff.c (coff_add): Use coff_read4, not memcpy.Ian Lance Taylor2-1/+5
2018-01-25re PR other/68239 (libbacktrace allocation is sometimes very slow)Ian Lance Taylor2-1/+29
2018-01-19xcoff.c (xcoff_incl_compare): New function.Tony Reix2-9/+50
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