index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
addr2line.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Suppress warnings by gcc 9.1
Nobuyoshi Nakada
2019-06-08
1
-3
/
+3
*
Use _NSGetMachExecuteHeader() instead of _mh_execute_header
naruse
2019-01-31
1
-4
/
+5
*
addr2line.c: fix -Wextra-semi
k0kubun
2019-01-10
1
-1
/
+2
*
addr2line.c: do not suppress -Wpedantic
k0kubun
2019-01-10
1
-3
/
+0
*
revert r66768 for Ruby 2.7 due to Misc#15347
k0kubun
2019-01-10
1
-6
/
+3
*
Get rid of C99 feature for now [ruby-core:90949] [Bug #15519]
nobu
2019-01-10
1
-3
/
+6
*
Show function name based on dladdr
naruse
2018-11-20
1
-0
/
+2
*
Support Universal Binary for macOS
naruse
2018-11-20
1
-5
/
+39
*
addr2line.c: more on suppressing warnings
shyouhei
2018-11-13
1
-0
/
+1
*
addr2line.c: fix compilation for i386-darwin
nobu
2018-11-09
1
-12
/
+23
*
addr2line.c uses c99ism
naruse
2018-11-04
1
-0
/
+6
*
Use symtab if there's no .dSYM file
naruse
2018-11-04
1
-21
/
+38
*
Use C90 comments
naruse
2018-10-31
1
-5
/
+5
*
addr2line.c: add explicit casts for clang on 32bit environment
mame
2018-10-23
1
-3
/
+3
*
check VLIW case
naruse
2018-10-21
1
-7
/
+6
*
initialize is_stmt with default_is_stmt
naruse
2018-10-21
1
-0
/
+1
*
Use inline function with stable code instead of macro
naruse
2018-10-21
1
-1
/
+17
*
fix sign of integer variable
naruse
2018-10-21
1
-1
/
+1
*
check version of .debug_info
naruse
2018-10-21
1
-37
/
+30
*
Skip dwarf if its version is not supported
naruse
2018-10-21
1
-116
/
+104
*
fix header_length's type to unsigned long
naruse
2018-10-20
1
-3
/
+2
*
fix r65202 on ELF environment
naruse
2018-10-20
1
-3
/
+3
*
Support Mach-O on backtrace with DWARF
naruse
2018-10-20
1
-56
/
+212
*
Support DWARF4's .debug_line
naruse
2018-10-20
1
-8
/
+20
*
addr2line.c: minimal workaround to prevent parse error
shyouhei
2018-10-19
1
-2
/
+2
*
addr2line.c: this file has no portability
shyouhei
2018-10-19
1
-0
/
+6
*
Check the end of Compilation Unit by unit length instead of level of tree
naruse
2018-10-17
1
-4
/
+7
*
Support base address selection entry
naruse
2018-10-16
1
-1
/
+5
*
Correct the handling of .debug_ranges
naruse
2018-10-16
1
-31
/
+60
*
The value of .debug_ranges are uintptr_t
naruse
2018-10-16
1
-4
/
+16
*
If high_pc uses DW_FORM_addr, it's not size but address
naruse
2018-10-16
1
-26
/
+23
*
check dwarf version and skip non Dwarf v4
naruse
2018-10-16
1
-2
/
+6
*
Moved hexdump macro before used
nobu
2018-10-14
1
-24
/
+24
*
Make local functions static
nobu
2018-10-14
1
-24
/
+45
*
Read debug_info to show inline functions in backtrace
naruse
2018-10-14
1
-128
/
+1175
*
* expand tabs.
svn
2018-10-13
1
-3
/
+3
*
addr2line.c: fix *printf type warnings on 32-bit
normal
2018-10-13
1
-7
/
+9
*
* expand tabs.
svn
2018-10-11
1
-88
/
+88
*
Revert wrongly commit debug_info feature
naruse
2018-10-11
1
-1139
/
+130
*
Support FreeBSD
naruse
2018-10-11
1
-50
/
+54
*
Support compressed debug_info
naruse
2018-10-11
1
-159
/
+183
*
free line info leaves
naruse
2018-10-11
1
-0
/
+8
*
close dlopen-ed handle
naruse
2018-10-11
1
-14
/
+15
*
fix
naruse
2018-10-11
1
-4
/
+4
*
Support additional forms
naruse
2018-10-11
1
-20
/
+38
*
Show backtrace with .debug_info
naruse
2018-10-11
1
-331
/
+626
*
Read .debug_info
naruse
2018-10-11
1
-8
/
+667
*
addr2line.c: fix -Wmaybe-uninitialized
k0kubun
2018-09-16
1
-2
/
+2
*
Fix issues detected by code analysis tool (mainly Coverity).
nobu
2018-09-15
1
-2
/
+6
*
FreeBSD 11.0 lacks ELFCOMPRESS_ZLIB
naruse
2018-08-13
1
-1
/
+2
[next]