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
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
卜部昌平
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
[next]