aboutsummaryrefslogtreecommitdiffstats
path: root/addr2line.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support base address selection entrynaruse2018-10-161-1/+5
* Correct the handling of .debug_rangesnaruse2018-10-161-31/+60
* The value of .debug_ranges are uintptr_tnaruse2018-10-161-4/+16
* If high_pc uses DW_FORM_addr, it's not size but addressnaruse2018-10-161-26/+23
* check dwarf version and skip non Dwarf v4naruse2018-10-161-2/+6
* Moved hexdump macro before usednobu2018-10-141-24/+24
* Make local functions staticnobu2018-10-141-24/+45
* Read debug_info to show inline functions in backtracenaruse2018-10-141-128/+1175
* * expand tabs.svn2018-10-131-3/+3
* addr2line.c: fix *printf type warnings on 32-bitnormal2018-10-131-7/+9
* * expand tabs.svn2018-10-111-88/+88
* Revert wrongly commit debug_info featurenaruse2018-10-111-1139/+130