Age | Commit message (Expand) | Author | Files | Lines |
2024-07-11 | libbacktrace: remove trailing whitespace | Ian Lance Taylor | 1 | -2/+2 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-01-20 | libbacktrace: change PC variables from uint64_t to uintptr_t | Ian Lance Taylor | 1 | -44/+44 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-02-16 | libbacktrace: gather address ranges from skeleton units | Ian Lance Taylor | 1 | -11/+20 |
2022-02-16 | libbacktrace: initialize DWARF 5 fields of unit | Ian Lance Taylor | 1 | -0/+3 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-03-02 | libbacktrace: don't special case file 0 | Ian Lance Taylor | 1 | -25/+14 |
2021-03-02 | libbacktrace: pass -1 to error callback for unrecognized DWARF | Ian Lance Taylor | 1 | -23/+35 |
2021-01-18 | libbacktrace: use correct directory/filename for DWARF 5 | Ian Lance Taylor | 1 | -31/+33 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-02 | libbacktrace: correct buffer overflow tests | Ian Lance Taylor | 1 | -2/+2 |
2020-09-22 | libbacktrace: handle pc == low correctly | Ian Lance Taylor | 1 | -11/+27 |
2020-09-08 | libbacktrace: avoid ambiguous binary search | Ian Lance Taylor | 1 | -45/+135 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-13 | libbacktrace: add DWARF 5 support | Ian Lance Taylor | 1 | -148/+979 |
2019-12-10 | libbacktrace: remove duplicate low_pc/high_pc/range handling | Ian Lance Taylor | 1 | -235/+164 |
2019-12-05 | libbacktrace: simplify DWARF section handling | Ian Lance Taylor | 1 | -73/+37 |
2019-02-12 | [libbacktrace] Handle bsearch with NULL base in dwarf_lookup_pc | Tom de Vries | 1 | -2/+4 |
2019-02-08 | [libbacktrace] Handle DW_FORM_ref_addr | Tom de Vries | 1 | -20/+12 |
2019-01-23 | [libbacktrace] Use size_t for low_offset/high_offset fields of struct unit | Tom de Vries | 1 | -6/+6 |
2019-01-17 | [libbacktrace] Handle DW_FORM_GNU_ref_alt | Tom de Vries | 1 | -1/+16 |
2019-01-17 | [libbacktrace] Add find_unit | Tom de Vries | 1 | -11/+76 |
2019-01-17 | [libbacktrace] Handle DW_FORM_GNU_strp_alt | Tom de Vries | 1 | -8/+17 |
2019-01-17 | [libbacktrace] Handle alt FORMS without .gnu_debugaltlink | Tom de Vries | 1 | -15/+29 |
2019-01-17 | [libbacktrace] Add altlink field to struct dwarf_data | Tom de Vries | 1 | -1/+6 |
2019-01-17 | [libbacktrace] Return struct dwarf_data pointer from elf_add | Tom de Vries | 1 | -1/+5 |
2019-01-16 | [libbacktrace] Factor out read_referenced_name_from_attr | Tom de Vries | 1 | -35/+54 |
2019-01-16 | [libbacktrace] Unify function name preference handling | Tom de Vries | 1 | -10/+23 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-28 | [libbacktrace] Reduce memory usage in build_address_map | Tom de Vries | 1 | -0/+14 |
2018-12-28 | [libbacktrace] Simplify memory management in build_address_map | Tom de Vries | 1 | -12/+8 |
2018-12-28 | [libbacktrace] Fix memory leak in loop in build_address_map | Ian Lance Taylor | 1 | -26/+34 |
2018-12-28 | [libbacktrace] Fix memory leak in build_address_map | Tom de Vries | 1 | -0/+5 |
2018-11-30 | [libbacktrace] Factor out backtrace_vector_free | Tom de Vries | 1 | -3/+1 |
2018-11-28 | [libbacktrace] Fix segfault upon allocation failure | Tom de Vries | 1 | -1/+1 |
2018-11-22 | [libbacktrace] Factor out read_initial_length | Tom de Vries | 1 | -15/+21 |
2018-11-21 | [libbacktrace] Factor out read_string | Tom de Vries | 1 | -11/+28 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-05-19 | dwarf.c (free_line_header): Don't free dirs if dirs_count == 0. | Than McIntosh | 1 | -11/+14 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-09-11 | * all: Remove meaningless trailing whitespace. | Carlos Liam | 1 | -6/+6 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-08-13 | dwarf.c (read_function_entry): Add vec_inlined parameter. | Ian Lance Taylor | 1 | -4/+13 |
2015-06-11 | re PR sanitizer/65479 (sanitizer stack trace missing frames past #0 on powerp... | Martin Sebor | 1 | -5/+12 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-03-07 | sort.c: New file. | Ian Lance Taylor | 1 | -9/+10 |
2014-01-02 | Update copyright years in libbacktrace/ | Richard Sandiford | 1 | -1/+1 |
2013-12-05 | alloc.c (backtrace_vector_finish): Add error_callback and data parameters. | Ian Lance Taylor | 1 | -2/+6 |
2013-11-28 | dwarf.c (find_address_ranges): New static function, broken out of build_addre... | Ian Lance Taylor | 1 | -156/+184 |