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
*
FreeBSD 11.0 lacks ELFCOMPRESS_ZLIB
naruse
2018-08-13
1
-1
/
+2
*
Don't free allocated uncompressed_debug_line until backtrace is printed
naruse
2018-08-13
1
-8
/
+10
*
Define parse_compressed_debug_line() only ifdef SUPPORT_COMPRESSED_DEBUG_LINE
naruse
2018-08-13
1
-1
/
+4
*
support compressed debug_line
naruse
2018-08-13
1
-8
/
+57
*
Revert "support compressed debug_line"
naruse
2018-08-13
1
-52
/
+7
*
support compressed debug_line
naruse
2018-08-13
1
-7
/
+52
*
Add PRINTF_ARGS to kprintf
kazu
2018-07-31
1
-1
/
+2
*
addr2line.c (kprintf): static
normal
2018-07-09
1
-2
/
+2
*
addr2line.c: no need to keep fd around after mmap
normal
2018-07-08
1
-6
/
+2
*
Support C89 if possible
ngoto
2017-12-18
1
-1
/
+6
*
addr2line.c: fix r60841 for glibc before 2.22
normal
2017-11-18
1
-0
/
+4
*
explictly skip compressed debug line
naruse
2017-11-18
1
-2
/
+8
*
make a func static.
ko1
2017-11-16
1
-2
/
+2
*
get rid of strcpy
nobu
2016-12-26
1
-9
/
+14
*
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
[next]