Age | Commit message (Expand) | Author |
---|
2025-05-01 | Fix C level backtraces for USE_ELF | Daniel Colson |
2025-02-21 | [Bug #21150] macOS: Temporary workaround at unwinding coroutine | Nobuyoshi Nakada |
2024-11-28 | Expand tabs in addr2line.c | Peter Zhu |
2024-11-27 | Fix global-buffer-overflow when outputting C backtrace | Peter Zhu |
2024-11-27 | Fix C level backtrace info on macOS clang 16 | Peter Zhu |
2024-02-08 | Move an embedded directive outside macro arguments | Nobuyoshi Nakada |
2023-09-26 | Fix build on FreeBSD | Nobuyoshi Nakada |
2023-09-25 | Dump backtraces to an arbitrary stream | Nobuyoshi Nakada |
2023-09-08 | Continue even if addr or rnglists headers not found | Nobuyoshi Nakada |
2023-08-25 | empty initializer is a C++ ism | 卜部昌平 |
2023-08-03 | Check if reader members are set | Nobuyoshi Nakada |
2023-08-02 | Remove `kprintf` in addr2line.c | Nobuyoshi Nakada |
2023-08-02 | Avoid aborting inside addr2line.c | Nobuyoshi Nakada |
2023-07-31 | addr2line.c: fix `DW_FORM_ref_addr` parsing for DWARF 2 (#8146) | Yuta Saito |
2023-06-24 | Ignore only warnings known by clang | Nobuyoshi Nakada |
2023-04-27 | Skip DW_FORM_GNU_* forms in addr2line.c | KJ Tsanaktsidis |
2023-01-16 | addr2line.c: Silence GCC 11 false -Wmaybe-uninitialized warning | Alan Wu |
2023-01-16 | addr2line.c: Don't special-case DWARF 5 parsing with GCC | Alan Wu |
2022-12-24 | Fix backtrace beyond _singtramp on macOS arm64 (#7015) | NARUSE, Yui |
2022-12-23 | addr2line.c: Strip pointer authentication | Yusuke Endoh |
2022-12-23 | addr2line.c: Support DW_FORM_rnglistx | Yusuke Endoh |
2022-12-23 | addr2line.c: Implement DW_AT_*_base | Yusuke Endoh |
2022-12-23 | addr2line.c: Support DW_FORM_strx* forms | Yusuke Endoh |
2022-12-23 | addr2line.c: Support DW_FORM_addrx* forms | Yusuke Endoh |
2022-12-23 | addr2line.c: Keep .debug_str_offsets and .debug_addr sections as well | Yusuke Endoh |
2022-12-22 | addr2line.c: Fix another indexing bug | Yusuke Endoh |
2022-12-22 | addr2line.c: Fix indexing bug | Yusuke Endoh |
2022-12-22 | addr2info.c: Make it work with --enable-yjit | Yusuke Endoh |
2022-12-22 | addr2line.c: Support "Line Number Program Header" in DWARF 5 | Yusuke Endoh |
2022-12-22 | addr2line.c: Keep .debug_line_str section as well | Yusuke Endoh |
2022-10-19 | Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975) | Sergey Fedorov |
2022-06-23 | Fix warnings by old gcc | Nobuyoshi Nakada |
2022-06-09 | Skip `NULL` values from `dladdr(3)` | xtkoba |
2022-05-13 | Print function name in backtrace when available | Peter Zhu |
2021-10-20 | Cast to void pointer for `%p` in commented out code [ci skip] | Nobuyoshi Nakada |
2021-09-23 | Use the correct address size | xtkoba |
2021-09-23 | Interpret `DW_RLE_start_length` | xtkoba |
2021-09-23 | Fix return value when `base != 0` | xtkoba |
2021-08-31 | addr2line: DragonFlyBSD build update. | David CARLIER |
2021-08-14 | Ignore `DW_FORM_ref_addr` [Bug #17052] | [email protected] |
2021-08-14 | Constified addr2line.c | Nobuyoshi Nakada |
2021-06-28 | Avoid `free(3)`ing invalid pointer | xtkoba |
2021-03-22 | solaris/illumos build fix. | David Carlier |
2021-03-15 | Support GCC's DWARF 5 [Bug #17585] (#4240) | Yusuke Endoh |
2021-02-04 | addr2line.c: DW_LNS_fixed_advance_pc takes a single uhalf operand | Yusuke Endoh |
2021-02-02 | NetBSD build update. (#4079) | David CARLIER |
2020-12-11 | addr2line.c: support debuglink by build_id | Yusuke Endoh |
2020-12-11 | Show C backtrace appropriately at core dump for GCC 8 or later | Yusuke Endoh |
2020-05-11 | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 |
2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 |