aboutsummaryrefslogtreecommitdiffstats
path: root/addr2line.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * addr2line.c: OpenBSD uses the elf_abi.h header file instead of thenaruse2011-01-121-0/+4
* * addr2line.c: Follow .gnu_debuglink section.naruse2010-12-011-27/+70
* * addr2line.c (parse_debug_line_cu): ignore DW_LNE_set_discriminator.naruse2010-11-301-0/+4
* * configure.in: link addr2line only for ELF.nobu2010-11-271-1/+3
* * addr2line.c: needs <errno.h>.nobu2010-11-271-0/+1
* * addr2line.c (rb_dump_backtrace_with_lines): should close fd onnobu2010-11-261-1/+3
* * addr2line.c: apply a patch from shinichiro.h.naruse2010-11-261-2/+11
* * addr2line.c: added to show source filename and line number ofnaruse2010-11-261-0/+534