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
*
addr2line.c: boundary checks
nobu
2016-10-18
1
-9
/
+18
*
* addr2line.c: drop to support ATARI ST platform. It was discontinued
hsbt
2016-05-28
1
-5
/
+3
*
* addr2line.c: define toupper for its use. fix r54391.
naruse
2016-03-29
1
-2
/
+1
*
* addr2line.c (fill_lines): get base addrs in fill_lines to use it
naruse
2014-04-14
1
-27
/
+27
*
* addr2line.c (main_exe_path): support FreeBSD.
naruse
2014-04-14
1
-0
/
+23
*
* addr2line.c (rb_dump_backtrace_with_lines): set base address
naruse
2014-04-11
1
-29
/
+35
*
* addr2line.c (append_obj): clear allocated memory.
naruse
2014-04-10
1
-2
/
+3
*
* addr2line.c (rb_dump_backtrace_with_lines): don't depend hard coded
naruse
2014-04-01
1
-110
/
+125
*
* addr2line.c (fill_lines): use dynsym, which is used for dynamic
naruse
2014-03-31
1
-2
/
+14
*
revert r45417
naruse
2014-03-28
1
-10
/
+0
*
* addr2line.c (fill_lines): check shdr[i].sh_type because even if
naruse
2014-03-27
1
-8
/
+18
*
temporally change for powerpc64-linux fc18
naruse
2014-03-26
1
-1
/
+1
*
remove break because strtab/symtab is usually the last segment
naruse
2014-03-26
1
-10
/
+0
*
temporaly show sym->st_name and so on
naruse
2014-03-26
1
-1
/
+5
*
* addr2line.c (fill_lines): loop reverse order not to overwrite
naruse
2014-03-26
1
-72
/
+40
*
* addr2line.c (follow_debuglink): show message if it closes opened
naruse
2014-03-26
1
-0
/
+1
*
* addr2line.c (fill_line): pass and use offset instead of
naruse
2014-03-26
1
-10
/
+8
*
don't write _start as is; use dlsym
naruse
2014-03-26
1
-2
/
+3
*
temporaly change/add to debug on powerpc64-linux
naruse
2014-03-25
1
-0
/
+6
*
* addr2line.c (fill_lines): don't run fill_lines multiple times.
naruse
2014-03-25
1
-17
/
+28
*
main is not a pubic function, use _start instead
naruse
2014-03-25
1
-2
/
+2
*
* addr2line.c (rb_dump_backtrace_with_lines): a function to get must
naruse
2014-03-25
1
-1
/
+2
*
* addr2line.c (fill_lines): skip if path is NULL.
naruse
2014-03-25
1
-1
/
+1
*
* addr2line.c (rb_dump_backtrace_with_lines): fetch path of the
naruse
2014-03-24
1
-1
/
+27
*
* addr2line.c (parse_debug_line_cu): explicitly specify signed char
naruse
2014-03-24
1
-1
/
+1
*
* addr2line.c (fill_lines): compare the file names of object in which
naruse
2014-03-22
1
-12
/
+17
*
* addr2line.c (fill_lines): return address is just after calling
naruse
2014-03-15
1
-1
/
+1
*
* addr2line.c (fill_lines): fetch symbol names from ELF binary's
naruse
2014-03-14
1
-88
/
+140
*
* configure.in: always check dladdr(1).
naruse
2014-03-10
1
-0
/
+8
*
use strlcat
nobu
2014-02-27
1
-4
/
+2
*
* addr2line.c: Include ELF header after system headers (especially
akr
2013-10-26
1
-5
/
+6
*
* addr2line.c: use more generic type:
naruse
2013-04-06
1
-26
/
+13
*
* addr2line.c: quad_t and u_quad_t is not available on Solaris.
ngoto
2013-04-06
1
-0
/
+13
*
* addr2line.c: include ruby/missing.h to fix compile error on Debian.
akr
2013-04-05
1
-0
/
+1
*
Suppress -Werror=shorten-64-to-32
naruse
2013-03-26
1
-2
/
+2
*
* addr2line.c (putce): suppress unused return value warning.
kosaki
2013-03-24
1
-1
/
+4
*
* addr2line.c (kprintf): added from FreeBSD libstand's printf.
naruse
2013-03-23
1
-13
/
+441
*
* addr2line.c (rb_dump_backtrace_with_lines): output line at once.
naruse
2013-03-21
1
-5
/
+5
*
* vm_dump.c (rb_vm_bugreport): revert r38533.
kosaki
2012-12-21
1
-1
/
+10
*
Fix build when gcc is used and the platform's libc lacks alloca().
knu
2012-11-09
1
-3
/
+20
*
* addr2line.c: SIZE_MAX is defined in stdint.h, so r36755 breaks
naruse
2012-08-29
1
-0
/
+1
*
addr2line.c: suppress warnings
nobu
2012-08-21
1
-1
/
+3
*
* addr2line.c (fill_lines): need check and cast of the file size of
usa
2012-08-21
1
-3
/
+8
*
* io.c (io_encoding_set): suppress warnings. [ruby-dev:45627]
naruse
2012-05-06
1
-18
/
+18
*
* adjust style.
nobu
2012-03-15
1
-2
/
+4
*
* addr2line.c (PATH_MAX): define if not defined. [ruby-core:40840]
naruse
2011-11-08
1
-0
/
+3
*
* addr2line.c: use USE_ELF instead of __ELF__ because Solaris
naruse
2011-07-08
1
-2
/
+2
*
* addr2line.c: fix r32407 to check HAVE_ALLOCA_H.
mame
2011-07-05
1
-1
/
+5
*
* addr2line.c: include <alloca.h> to fix a build issue on Solaris.
mame
2011-07-04
1
-0
/
+1
*
* addr2line.c (uleb128): cast the value to unsigned long.
naruse
2011-03-02
1
-1
/
+7
[next]