summaryrefslogtreecommitdiff
path: root/libbacktrace/dwarf.c
AgeCommit message (Expand)Author
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-05libbacktrace: simplify DWARF section handlingIan Lance Taylor
2019-02-12[libbacktrace] Handle bsearch with NULL base in dwarf_lookup_pcTom de Vries
2019-02-08[libbacktrace] Handle DW_FORM_ref_addrTom de Vries
2019-01-23[libbacktrace] Use size_t for low_offset/high_offset fields of struct unitTom 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-16[libbacktrace] Factor out read_referenced_name_from_attrTom de Vries
2019-01-16[libbacktrace] Unify function name preference handlingTom de Vries
2019-01-01Update copyright years.Jakub Jelinek
2018-12-28[libbacktrace] Reduce memory usage in build_address_mapTom de Vries
2018-12-28[libbacktrace] Simplify memory management in build_address_mapTom de Vries
2018-12-28[libbacktrace] Fix memory leak in loop in build_address_mapIan Lance Taylor
2018-12-28[libbacktrace] Fix memory leak in build_address_mapTom de Vries
2018-11-30[libbacktrace] Factor out backtrace_vector_freeTom de Vries
2018-11-28[libbacktrace] Fix segfault upon allocation failureTom de Vries
2018-11-22[libbacktrace] Factor out read_initial_lengthTom de Vries
2018-11-21[libbacktrace] Factor out read_stringTom de Vries
2018-01-03Update copyright years.Jakub Jelinek
2017-05-19dwarf.c (free_line_header): Don't free dirs if dirs_count == 0.Than McIntosh
2017-01-01Update copyright years.Jakub Jelinek
2016-09-11* all: Remove meaningless trailing whitespace.Carlos Liam
2016-01-04Update copyright years.Jakub Jelinek
2015-08-13dwarf.c (read_function_entry): Add vec_inlined parameter.Ian Lance Taylor
2015-06-11re PR sanitizer/65479 (sanitizer stack trace missing frames past #0 on powerp...Martin Sebor
2015-01-05Update copyright years.Jakub Jelinek
2014-03-07sort.c: New file.Ian Lance Taylor
2014-01-02Update copyright years in libbacktrace/Richard Sandiford
2013-12-05alloc.c (backtrace_vector_finish): Add error_callback and data parameters.Ian Lance Taylor
2013-11-28dwarf.c (find_address_ranges): New static function, broken out of build_addre...Ian Lance Taylor
2013-11-19configure.ac: Check for support of __atomic extensions.Ian Lance Taylor
2013-01-31dwarf.c (read_function_info): Permit fvec parameter to be NULL.Ian Lance Taylor
2013-01-25re PR other/56076 (Several 64-bit libgo tests FAIL in read_line_header)Jakub Jelinek
2013-01-17dwarf.c (struct unit): Add filename and abs_filename fields.Ian Lance Taylor
2013-01-14Update copyright years in libbacktrace.Richard Sandiford
2012-11-20* dwarf.c (read_attribute): Always clear val.Ian Lance Taylor
2012-10-10dwarf.c (dwarf_fileline): Add cast to avoid warning.Ian Lance Taylor
2012-10-09Add support for tracing through shared libraries.Ian Lance Taylor
2012-10-04dwarf.c: If the system header files do not declare strnlen, provide our own v...Ian Lance Taylor
2012-10-03dwarf.c (read_uleb128): Fix overflow test.Ian Lance Taylor
2012-09-19configure.ac (GCC_HEADER_STDINT): Invoke.Rainer Orth
2012-09-18* dwarf.c: Correct test of HAVE_DECL_STRNLEN.Ian Lance Taylor
2012-09-18configure.ac: Check whether strnlen is declared.Ian Lance Taylor
2012-09-17libbacktrace/:Ian Lance Taylor