index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
addr2line.c
Age
Commit message (
Expand
)
Author
2021-09-11
merge revision(s) d795f494a89e0d9498dfedc54b8a98acc2bc4d7b: [Backport #17794]
nagachika
2021-09-05
merge revision(s) 7d22060c14895bbca3ff962e5456384095b66738: [Backport #17609]
nagachika
2021-02-02
merge revision(s) 739f929:
NARUSE, Yui
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
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2019-12-26
internal/stdbool.h rework
卜部昌平
2019-08-20
retrieve current path on macOS
David Carlier
2019-07-15
addr2line.c: clarify the type of integer expression
Yusuke Endoh
2019-07-14
addr2line.c (binary_filename): extend the buffer for NUL terminator
Yusuke Endoh
2019-07-14
addr2line.c (main_exe_path): avoid SEGV when /proc is not available
Yusuke Endoh
2019-07-07
Fix a typo
Kazuhiro NISHIYAMA
2019-06-08
Suppress warnings by gcc 9.1
Nobuyoshi Nakada
2019-01-31
Use _NSGetMachExecuteHeader() instead of _mh_execute_header
naruse
2019-01-10
addr2line.c: fix -Wextra-semi
k0kubun
2019-01-10
addr2line.c: do not suppress -Wpedantic
k0kubun
2019-01-10
revert r66768 for Ruby 2.7 due to Misc#15347
k0kubun
2019-01-10
Get rid of C99 feature for now [ruby-core:90949] [Bug #15519]
nobu
2018-11-20
Show function name based on dladdr
naruse
2018-11-20
Support Universal Binary for macOS
naruse
2018-11-13
addr2line.c: more on suppressing warnings
shyouhei
2018-11-09
addr2line.c: fix compilation for i386-darwin
nobu
2018-11-04
addr2line.c uses c99ism
naruse
2018-11-04
Use symtab if there's no .dSYM file
naruse
2018-10-31
Use C90 comments
naruse
2018-10-23
addr2line.c: add explicit casts for clang on 32bit environment
mame
2018-10-21
check VLIW case
naruse
2018-10-21
initialize is_stmt with default_is_stmt
naruse
2018-10-21
Use inline function with stable code instead of macro
naruse
2018-10-21
fix sign of integer variable
naruse
2018-10-21
check version of .debug_info
naruse
2018-10-21
Skip dwarf if its version is not supported
naruse
2018-10-20
fix header_length's type to unsigned long
naruse
2018-10-20
fix r65202 on ELF environment
naruse
2018-10-20
Support Mach-O on backtrace with DWARF
naruse
2018-10-20
Support DWARF4's .debug_line
naruse
2018-10-19
addr2line.c: minimal workaround to prevent parse error
shyouhei
2018-10-19
addr2line.c: this file has no portability
shyouhei
2018-10-17
Check the end of Compilation Unit by unit length instead of level of tree
naruse
2018-10-16
Support base address selection entry
naruse
2018-10-16
Correct the handling of .debug_ranges
naruse
2018-10-16
The value of .debug_ranges are uintptr_t
naruse
2018-10-16
If high_pc uses DW_FORM_addr, it's not size but address
naruse
2018-10-16
check dwarf version and skip non Dwarf v4
naruse
2018-10-14
Moved hexdump macro before used
nobu
2018-10-14
Make local functions static
nobu
2018-10-14
Read debug_info to show inline functions in backtrace
naruse
2018-10-13
* expand tabs.
svn
[next]