aboutsummaryrefslogtreecommitdiffstats
path: root/addr2line.c
Commit message (Expand)AuthorAgeFilesLines
* * addr2line.c: define toupper for its use. fix r54391.naruse2016-03-291-2/+1
* * addr2line.c (fill_lines): get base addrs in fill_lines to use itnaruse2014-04-141-27/+27
* * addr2line.c (main_exe_path): support FreeBSD.naruse2014-04-141-0/+23
* * addr2line.c (rb_dump_backtrace_with_lines): set base addressnaruse2014-04-111-29/+35
* * addr2line.c (append_obj): clear allocated memory.naruse2014-04-101-2/+3
* * addr2line.c (rb_dump_backtrace_with_lines): don't depend hard codednaruse2014-04-011-110/+125
* * addr2line.c (fill_lines): use dynsym, which is used for dynamicnaruse2014-03-311-2/+14
* revert r45417naruse2014-03-281-10/+0
* * addr2line.c (fill_lines): check shdr[i].sh_type because even ifnaruse2014-03-271-8/+18
* temporally change for powerpc64-linux fc18naruse2014-03-261-1/+1
* remove break because strtab/symtab is usually the last segmentnaruse2014-03-261-10/+0
* temporaly show sym->st_name and so onnaruse2014-03-261-1/+5
* * addr2line.c (fill_lines): loop reverse order not to overwritenaruse2014-03-261-72/+40
* * addr2line.c (follow_debuglink): show message if it closes openednaruse2014-03-261-0/+1
* * addr2line.c (fill_line): pass and use offset instead ofnaruse2014-03-261-10/+8
* don't write _start as is; use dlsymnaruse2014-03-261-2/+3
* temporaly change/add to debug on powerpc64-linuxnaruse2014-03-251-0/+6
* * addr2line.c (fill_lines): don't run fill_lines multiple times.naruse2014-03-251-17/+28
* main is not a pubic function, use _start insteadnaruse2014-03-251-2/+2
* * addr2line.c (rb_dump_backtrace_with_lines): a function to get mustnaruse2014-03-251-1/+2
* * addr2line.c (fill_lines): skip if path is NULL.naruse2014-03-251-1/+1
* * addr2line.c (rb_dump_backtrace_with_lines): fetch path of thenaruse2014-03-241-1/+27
* * addr2line.c (parse_debug_line_cu): explicitly specify signed charnaruse2014-03-241-1/+1
* * addr2line.c (fill_lines): compare the file names of object in whichnaruse2014-03-221-12/+17
* * addr2line.c (fill_lines): return address is just after callingnaruse2014-03-151-1/+1
* * addr2line.c (fill_lines): fetch symbol names from ELF binary'snaruse2014-03-141-88/+140
* * configure.in: always check dladdr(1).naruse2014-03-101-0/+8
* use strlcatnobu2014-02-271-4/+2
* * addr2line.c: Include ELF header after system headers (especiallyakr2013-10-261-5/+6
* * addr2line.c: use more generic type:naruse2013-04-061-26/+13
* * addr2line.c: quad_t and u_quad_t is not available on Solaris.ngoto2013-04-061-0/+13
* * addr2line.c: include ruby/missing.h to fix compile error on Debian.akr2013-04-051-0/+1
* Suppress -Werror=shorten-64-to-32naruse2013-03-261-2/+2
* * addr2line.c (putce): suppress unused return value warning.kosaki2013-03-241-1/+4
* * addr2line.c (kprintf): added from FreeBSD libstand's printf.naruse2013-03-231-13/+441
* * addr2line.c (rb_dump_backtrace_with_lines): output line at once.naruse2013-03-211-5/+5
* * vm_dump.c (rb_vm_bugreport): revert r38533.kosaki2012-12-211-1/+10
* Fix build when gcc is used and the platform's libc lacks alloca().knu2012-11-091-3/+20
* * addr2line.c: SIZE_MAX is defined in stdint.h, so r36755 breaksnaruse2012-08-291-0/+1
* addr2line.c: suppress warningsnobu2012-08-211-1/+3
* * addr2line.c (fill_lines): need check and cast of the file size ofusa2012-08-211-3/+8
* * io.c (io_encoding_set): suppress warnings. [ruby-dev:45627]naruse2012-05-061-18/+18
* * adjust style.nobu2012-03-151-2/+4
* * addr2line.c (PATH_MAX): define if not defined. [ruby-core:40840]naruse2011-11-081-0/+3
* * addr2line.c: use USE_ELF instead of __ELF__ because Solarisnaruse2011-07-081-2/+2
* * addr2line.c: fix r32407 to check HAVE_ALLOCA_H.mame2011-07-051-1/+5
* * addr2line.c: include <alloca.h> to fix a build issue on Solaris.mame2011-07-041-0/+1
* * addr2line.c (uleb128): cast the value to unsigned long.naruse2011-03-021-1/+7
* * addr2line.c: suppressed shorten-64-to-32 warnings.naruse2011-01-311-9/+9
* * addr2line.c (get_nth_dirname): decrement the directory indexnaruse2011-01-121-1/+1