summaryrefslogtreecommitdiff
path: root/libbacktrace
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libbacktrace] Read .gnu_debugaltlinkTom de Vries2019-01-173-6/+95
* [libbacktrace] Factor out read_referenced_name_from_attrTom de Vries2019-01-162-35/+61
* [libbacktrace] Unify function name preference handlingTom de Vries2019-01-162-10/+31
* PR other/16615 [1/5]Sandra Loosemore2019-01-092-1/+7
* Update copyright years.Jakub Jelinek2019-01-0137-37/+41
* Makefile.am (xcoff_%.c): Use an actual newline instead of \n in sed pattern.Gerald Pfeifer2018-12-293-2/+10
* [libbacktrace] Reduce memory usage in build_address_mapTom de Vries2018-12-282-0/+18
* [libbacktrace] Simplify memory management in build_address_mapTom de Vries2018-12-282-12/+13
* [libbacktrace] Fix memory leak in loop in build_address_mapIan Lance Taylor2018-12-282-26/+44
* [libbacktrace] Fix memory leak in build_address_mapTom de Vries2018-12-282-0/+9
* [testsuite] Remove bashism from libbacktrace/allocfail.shTom de Vries2018-12-142-1/+5
* [libbacktrace] Add allocfail.sh test-caseTom de Vries2018-12-126-17/+449
* [libbacktrace] Add tests for unused formatsTom de Vries2018-11-304-12/+228
* [libbacktrace] Test check_PROGRAMS without mmapTom de Vries2018-11-303-24/+355
* [libbacktrace] Factor out backtrace_vector_freeTom de Vries2018-11-303-3/+19
* [libbacktrace] Fix segfault upon allocation failureTom de Vries2018-11-282-1/+6
* [libbacktrace] Don't point to released memory in backtrace_vector_releaseTom de Vries2018-11-273-1/+8
* [libbacktrace] Avoid realloc with size == 0 in backtrace_vector_releaseTom de Vries2018-11-275-5/+137
* [libbacktrace] Factor out read_initial_lengthTom de Vries2018-11-222-15/+26
* [libbacktrace] Factor out read_stringTom de Vries2018-11-212-11/+33
* Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers2018-10-317-1080/+2026
* re PR libbacktrace/87529 (libbacktrace API forces users to have memory leaks)Ian Lance Taylor2018-10-052-1/+13
* Replace 8 spaces with a tabular in ChangeLog files.Martin Liska2018-08-271-5/+5
* 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