]> gcc.gnu.org Git - gcc.git/history - libbacktrace
libstdc++: Fix path::generic_string allocator handling (PR 94242)
[gcc.git] / libbacktrace /
2020-02-16 Ian Lance Taylorlibbacktrace: update to current libgo test file
2020-02-04 Ian Lance Taylorlibbacktrace: always pass -g when compiling test code
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-13 Ian Lance Taylorlibbacktrace: add DWARF 5 support
2019-12-10 Ian Lance Taylorlibbacktrace: remove duplicate low_pc/high_pc/range...
2019-12-05 Ian Lance Taylor* edtest.c (test1): Add noclone attribute.
2019-12-05 Ian Lance Taylorlibbacktrace: simplify DWARF section handling
2019-09-27 Maciej W. RozyckiRegenerate `configure' scripts for `uclinuxfdpiceabi...
2019-09-26 Ian Lance Taylorre PR libbacktrace/91908 (New libbacktrace tests fail...
2019-09-03 Ulrich WeigandRemove Cell Broadband Engine SPU targets
2019-05-24 Clement ChigotMakefile.am (BUILDTESTS): Remove test_elf, add test_elf...
2019-05-14 Rainer OrthRemove obsolete Solaris 10 support
2019-03-11 Ian Lance Taylorre PR libbacktrace/89669 (/usr/ccs/bin/ld: Unsatisfied...
2019-02-26 Tom de Vries[libbacktrace] Fix btest-lto for older gcc
2019-02-26 Tom de Vries[libbacktrace] Require dwz for b3test_dwz_buildid
2019-02-12 Tom de Vries[libbacktrace] Handle bsearch with NULL base in dwarf_l...
2019-02-10 Tom de Vries[libbacktrace] Add btest_lto
2019-02-08 Tom de Vries[libbacktrace] Declare external backtrace fns noinline
2019-02-08 Tom de Vries[libbacktrace] Handle DW_FORM_ref_addr
2019-01-31 Tom de Vries[libbacktrace] Fix .gnu_debugaltlink build-id check
2019-01-29 Tom de Vries[libbacktrace] Add test-cases exercising build-id and dwz
2019-01-29 Tom de Vries[libbacktrace] Don't assign check_PROGRAMS to TESTS
2019-01-28 Tom de Vries[libbacktrace] Fix and simplify xcoff_%.c pattern rule
2019-01-25 Nathan Sidwell[backtrace] Avoid segfault
2019-01-25 Tom de Vries[libbacktrace] Fix strrchr segfault
2019-01-25 Tom de Vries[libbacktrace] Rename dtest to btest_gnudebuglink
2019-01-23 Tom de Vries[libbacktrace] Use size_t for low_offset/high_offset...
2019-01-20 Gerald Pfeifer* allocfail.c (main): Increase portability of printf...
2019-01-18 Ian Lance Taylorre PR libbacktrace/88890 (libbacktrace on 32-bit system...
2019-01-17 Tom de Vries[libbacktrace] Add btest_dwz test-case
2019-01-17 Tom de Vries[libbacktrace] Handle DW_FORM_GNU_ref_alt
2019-01-17 Tom de Vries[libbacktrace] Add find_unit
2019-01-17 Tom de Vries[libbacktrace] Handle DW_FORM_GNU_strp_alt
2019-01-17 Tom de Vries[libbacktrace] Handle alt FORMS without .gnu_debugaltlink
2019-01-17 Tom de Vries[libbacktrace] Add altlink field to struct dwarf_data
2019-01-17 Tom de Vries[libbacktrace] Return struct dwarf_data pointer from...
2019-01-17 Tom de Vries[libbacktrace] Read .gnu_debugaltlink
2019-01-16 Tom de Vries[libbacktrace] Factor out read_referenced_name_from_attr
2019-01-16 Tom de Vries[libbacktrace] Unify function name preference handling
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-29 Gerald PfeiferMakefile.am (xcoff_%.c): Use an actual newline instead...
2018-12-28 Tom de Vries[libbacktrace] Reduce memory usage in build_address_map
2018-12-28 Tom de Vries[libbacktrace] Simplify memory management in build_addr...
2018-12-28 Ian Lance Taylor[libbacktrace] Fix memory leak in loop in build_address_map
2018-12-28 Tom de Vries[libbacktrace] Fix memory leak in build_address_map
2018-12-14 Tom de Vries[testsuite] Remove bashism from libbacktrace/allocfail.sh
2018-12-12 Tom de Vries[libbacktrace] Add allocfail.sh test-case
2018-11-30 Tom de Vries[libbacktrace] Add tests for unused formats
2018-11-30 Tom de Vries[libbacktrace] Test check_PROGRAMS without mmap
2018-11-30 Tom de Vries[libbacktrace] Factor out backtrace_vector_free
2018-11-28 Tom de Vries[libbacktrace] Fix segfault upon allocation failure
2018-11-27 Tom de Vries[libbacktrace] Don't point to released memory in backtr...
2018-11-27 Tom de Vries[libbacktrace] Avoid realloc with size == 0 in backtrac...
2018-11-22 Tom de Vries[libbacktrace] Factor out read_initial_length
2018-11-21 Tom de Vries[libbacktrace] Factor out read_string
2018-10-31 Joseph MyersUpdate GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-05 Ian Lance Taylorre PR libbacktrace/87529 (libbacktrace API forces users...
2018-08-27 Martin LiskaReplace 8 spaces with a tabular in ChangeLog files.
2018-08-05 Iain Buclawlibbacktrace: Suppress the default action-if-found...
2018-08-01 Tony Reixxcoff.c (struct xcoff_line, [...]): Remove.
2018-06-21 Denis Khalikovre PR other/86198 (Libbacktrace does not properly work...
2018-04-24 H.J. LuRegenerate configure of target libraries
2018-04-19 Jakub Jelinekcet.m4 (GCC_CET_FLAGS): Default to --disable-cet, repla...
2018-04-17 Ian Lance Taylorbacktrace.c: Revert last two changes.
2018-04-17 Ian Lance Taylorbacktrace.c: Include backtrace-supported.h before check...
2018-04-17 Ian Lance Taylorbacktrace.c (backtrace_full): When testing whether...
2018-04-04 Jakub Jelinekre PR other/85161 (Test case failures in libbacktrace...
2018-02-19 Igor TsimbalistCET shouldn't be enabled in 32-bit run-time libraries...
2018-02-15 Jakub Jelinekre PR other/82368 (with r253275 several new test cases...
2018-02-14 Jakub Jelinekre PR other/82368 (with r253275 several new test cases...
2018-01-31 Ian Lance Taylorelf.c (elf_add): Close descriptor if we use a debugfile.
2018-01-25 Ian Lance Taylorelf.c (elf_open_debugfile_by_debuglink): Don't check...
2018-01-25 Ian Lance Taylor* pecoff.c (coff_add): Only release syms_view if it...
2018-01-25 Ian Lance Taylor* pecoff.c (coff_add): Another memcpy -> coff_read4...
2018-01-25 Ian Lance Taylor* pecoff.c (coff_add): Use coff_read4, not memcpy.
2018-01-25 Ian Lance Taylorre PR other/68239 (libbacktrace allocation is sometimes...
2018-01-19 Tony Reixxcoff.c (xcoff_incl_compare): New function.
2018-01-17 Ian Lance Taylorelf.c (codes): Fix size to be 288.
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-17 Igor TsimbalistEnable building libbacktrace with Intel CET
2017-10-06 Ian Lance Taylorztest.c (test_large): Pass unsigned long *, not size_t...
2017-10-05 Ian Lance Taylorelf.c (elf_zlib_fetch): Change pval argument to uint64_t *.
2017-10-03 Ian Lance Taylorztest.c: #include <errno.h>.
2017-10-02 Thomas Schwingelibbacktrace: Support the case that clock_gettime is...
2017-10-02 Thomas Schwingelibbacktrace: Conditionalize test timing on clock_getti...
2017-09-29 Tony Reixxcoff.c: Initial support for DWARF debug sections in...
2017-09-29 Ian Lance Taylorre PR other/67165 (please enable libbacktrace to work...
2017-09-22 Ian Lance Taylorre PR sanitizer/77631 (no symbols in backtrace shown...
2017-09-21 Ian Lance Taylorre PR go/82284 (go -version segfaults on big endian...
2017-09-20 Ian Lance Taylorre PR sanitizer/77631 (no symbols in backtrace shown...
2017-09-12 Steve Ellceyre PR other/81096 (test case ttest in libbacktrace...
2017-09-12 Steve Ellceyre PR other/81096 (test case ttest in libbacktrace...
2017-08-02 David EdelsohnAdd PR number.
2017-08-02 David Edelsohn* xcoff.c (xcoff_process_linenos): Initialize incl...
2017-07-28 Tony Reix* xcoff.c: Don't leak a file descriptor if an archive...
2017-07-28 Rainer OrthFix pid_t printing
2017-07-26 Tony Reixconfigure.ac: Check for XCOFF32/XCOFF64.
2017-07-21 Tony Reixfiletype.awk: Add AIX XCOFF type detection.
2017-06-21 Richard Bienerconfigure.ac: Add AC_SYS_LARGEFILE.
next
This page took 0.332937 seconds and 8 git commands to generate.