aboutsummaryrefslogtreecommitdiffstats
path: root/addr2line.c
Commit message (Expand)AuthorAgeFilesLines
* Cast to void pointer for `%p` in commented out code [ci skip]Nobuyoshi Nakada2021-10-201-1/+1
* Use the correct address sizextkoba2021-09-231-3/+3
* Interpret `DW_RLE_start_length`xtkoba2021-09-231-12/+15
* Fix return value when `base != 0`xtkoba2021-09-231-1/+1
* addr2line: DragonFlyBSD build update.David CARLIER2021-08-311-2/+2
* Ignore `DW_FORM_ref_addr` [Bug #17052]xtkoba+ruby@gmail.com2021-08-141-3/+20
* Constified addr2line.cNobuyoshi Nakada2021-08-141-68/+68
* Avoid `free(3)`ing invalid pointerxtkoba2021-06-281-0/+2
* solaris/illumos build fix.David Carlier2021-03-221-1/+1
* Support GCC's DWARF 5 [Bug #17585] (#4240)Yusuke Endoh2021-03-151-22/+97
* addr2line.c: DW_LNS_fixed_advance_pc takes a single uhalf operandYusuke Endoh2021-02-041-1/+2
* NetBSD build update. (#4079)David CARLIER2021-02-021-2/+6
* addr2line.c: support debuglink by build_idYusuke Endoh2020-12-111-3/+59
* Show C backtrace appropriately at core dump for GCC 8 or laterYusuke Endoh2020-12-111-0/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-2/+2
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-2/+2
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-2/+2
* internal/stdbool.h rework卜部昌平2019-12-261-5/+1
* retrieve current path on macOSDavid Carlier2019-08-201-0/+13
* addr2line.c: clarify the type of integer expressionYusuke Endoh2019-07-151-1/+1
* addr2line.c (binary_filename): extend the buffer for NUL terminatorYusuke Endoh2019-07-141-1/+1
* addr2line.c (main_exe_path): avoid SEGV when /proc is not availableYusuke Endoh2019-07-141-0/+1
* Fix a typoKazuhiro NISHIYAMA2019-07-071-1/+1
* Suppress warnings by gcc 9.1Nobuyoshi Nakada2019-06-081-3/+3
* Use _NSGetMachExecuteHeader() instead of _mh_execute_headernaruse2019-01-311-4/+5
* addr2line.c: fix -Wextra-semik0kubun2019-01-101-1/+2
* addr2line.c: do not suppress -Wpedantick0kubun2019-01-101-3/+0
* revert r66768 for Ruby 2.7 due to Misc#15347k0kubun2019-01-101-6/+3
* Get rid of C99 feature for now [ruby-core:90949] [Bug #15519]nobu2019-01-101-3/+6
* Show function name based on dladdrnaruse2018-11-201-0/+2
* Support Universal Binary for macOSnaruse2018-11-201-5/+39
* addr2line.c: more on suppressing warningsshyouhei2018-11-131-0/+1
* addr2line.c: fix compilation for i386-darwinnobu2018-11-091-12/+23
* addr2line.c uses c99ismnaruse2018-11-041-0/+6
* Use symtab if there's no .dSYM filenaruse2018-11-041-21/+38
* Use C90 commentsnaruse2018-10-311-5/+5
* addr2line.c: add explicit casts for clang on 32bit environmentmame2018-10-231-3/+3
* check VLIW casenaruse2018-10-211-7/+6
* initialize is_stmt with default_is_stmtnaruse2018-10-211-0/+1
* Use inline function with stable code instead of macronaruse2018-10-211-1/+17
* fix sign of integer variablenaruse2018-10-211-1/+1
* check version of .debug_infonaruse2018-10-211-37/+30
* Skip dwarf if its version is not supportednaruse2018-10-211-116/+104
* fix header_length's type to unsigned longnaruse2018-10-201-3/+2
* fix r65202 on ELF environmentnaruse2018-10-201-3/+3
* Support Mach-O on backtrace with DWARFnaruse2018-10-201-56/+212
* Support DWARF4's .debug_linenaruse2018-10-201-8/+20
* addr2line.c: minimal workaround to prevent parse errorshyouhei2018-10-191-2/+2
* addr2line.c: this file has no portabilityshyouhei2018-10-191-0/+6
* Check the end of Compilation Unit by unit length instead of level of treenaruse2018-10-171-4/+7