]> git.ipfire.org Git - thirdparty/gcc.git/history - libbacktrace/dwarf.c
libstdc++: Review _Local_iterator/_Local_const_iterator implementations.
[thirdparty/gcc.git] / libbacktrace / dwarf.c
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 Taylorlibbacktrace: simplify DWARF section handling
2019-02-12  Tom de Vries[libbacktrace] Handle bsearch with NULL base in dwarf_l...
2019-02-08  Tom de Vries[libbacktrace] Handle DW_FORM_ref_addr
2019-01-23  Tom de Vries[libbacktrace] Use size_t for low_offset/high_offset...
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-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-01  Jakub JelinekUpdate copyright years.
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-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-22  Tom de Vries[libbacktrace] Factor out read_initial_length
2018-11-21  Tom de Vries[libbacktrace] Factor out read_string
2018-01-03  Jakub JelinekUpdate copyright years.
2017-05-19  Than McIntoshdwarf.c (free_line_header): Don't free dirs if dirs_cou...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-09-11  Carlos Liam* all: Remove meaningless trailing whitespace.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-08-13  Ian Lance Taylordwarf.c (read_function_entry): Add vec_inlined parameter.
2015-06-12  Martin Seborre PR sanitizer/65479 (sanitizer stack trace missing...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-03-07  Ian Lance Taylorsort.c: New file.
2014-01-02  Richard SandifordUpdate copyright years in libbacktrace/
2013-12-05  Ian Lance Tayloralloc.c (backtrace_vector_finish): Add error_callback...
2013-11-28  Ian Lance Taylordwarf.c (find_address_ranges): New static function...
2013-11-19  Ian Lance Taylorconfigure.ac: Check for support of __atomic extensions.
2013-01-31  Ian Lance Taylordwarf.c (read_function_info): Permit fvec parameter...
2013-01-25  Jakub Jelinekre PR other/56076 (Several 64-bit libgo tests FAIL...
2013-01-17  Ian Lance Taylordwarf.c (struct unit): Add filename and abs_filename...
2013-01-14  Richard SandifordUpdate copyright years in libbacktrace.
2012-11-20  Ian Lance Taylor* dwarf.c (read_attribute): Always clear val.
2012-10-10  Ian Lance Taylordwarf.c (dwarf_fileline): Add cast to avoid warning.
2012-10-09  Ian Lance TaylorAdd support for tracing through shared libraries.
2012-10-04  Ian Lance Taylordwarf.c: If the system header files do not declare...
2012-10-03  Ian Lance Taylordwarf.c (read_uleb128): Fix overflow test.
2012-09-19  Rainer Orthconfigure.ac (GCC_HEADER_STDINT): Invoke.
2012-09-18  Ian Lance Taylor* dwarf.c: Correct test of HAVE_DECL_STRNLEN.
2012-09-18  Ian Lance Taylorconfigure.ac: Check whether strnlen is declared.
2012-09-17  Ian Lance Taylorlibbacktrace/: