aboutsummaryrefslogtreecommitdiffstats
path: root/vm_dump.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_dump.c (rb_print_backtrace): our addr2line doesn't work on sparc.naruse2015-10-271-1/+1
* vm_args.c: symbol procnobu2015-10-161-0/+6
* vm_dump.c: unused variablenobu2015-10-151-15/+2
* configure.in: libunwind.h checknobu2015-10-141-1/+1
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-11/+11
* * vm_core.h: constify rb_call_info_t::kw_arg,ko12015-07-211-2/+2
* * vm_core.h, vm.c: remove rb_proc_t::envval because we can know it viako12015-07-141-1/+1
* * vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know itko12015-07-141-3/+5
* * vm.c: refactoring Proc/Env related code.ko12015-07-141-4/+2
* * method.h: introduce rb_callable_method_entry_t to removeko12015-07-031-1/+1
* * method.h: make rb_method_entry_t a VALUE.ko12015-06-021-2/+4
* * vm_dump.c (rb_print_backtrace): return value of libexec's backtracenaruse2015-05-201-1/+1
* vm_dump.c: statement for crash report lognobu2015-05-121-7/+4
* vm_dump.c: highlight prefacenobu2015-05-121-2/+23
* vm_dump.c: preface_dumpnobu2015-05-121-12/+21
* vm_dump.c: check procstat_getvmmapnobu2015-03-111-0/+4
* * proc.c: use RUBY_VM_IFUNC_P() to recognize IFUNC or not.ko12015-03-101-1/+1
* vm_dump.c: no new strings in signal contextnobu2015-02-281-2/+11
* vm_dump.c: check by configured resultnobu2015-01-181-2/+2
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+1
* * vm_core.h: change iseq parameter data structure.ko12014-11-021-1/+1
* compile: translate iseq in-placenormal2014-09-101-2/+4
* * dir.c (glob_helper): use #ifdef instead of #if.ko12014-09-041-1/+1
* * vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block orko12014-06-191-5/+10
* report bug with machine regisitersnobu2014-05-251-1/+140
* vm_dump.c: adjust stylenobu2014-05-251-1/+3
* * vm_dump.c (rb_print_backtrace): current implementationnaruse2014-03-311-1/+1
* revert r45417naruse2014-03-281-9/+9
* * addr2line.c (fill_lines): loop reverse order not to overwritenaruse2014-03-261-5/+4
* temporaly change/add to debug on powerpc64-linuxnaruse2014-03-251-9/+9
* * vm_dump.c (rb_vm_bugreport): show vm maps on FreeBSD.naruse2014-03-101-0/+104
* vm_dump.c: improve wording of apple crashlog messagestmm12013-12-191-1/+1
* vm_dump.c: suppress warningnobu2013-11-301-1/+1
* * vm_dump.c (rb_vmdebug_debug_print_pre): Bugfix. Get PC directly.tarui2013-11-291-2/+4
* * vm_dump.c (rb_vm_bugreport): show name of class and module.nobu2013-05-221-0/+7
* * vm_dump.c (rb_vm_bugreport): limit class name length.nobu2013-05-221-2/+4
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-1/+1
* * vm_dump.c (rb_print_backtrace): separate to ease showing C backtrace.naruse2013-04-021-25/+29
* Add comments to r39808naruse2013-03-181-1/+6
* * vm_dump.c (backtrace): on darwin use custom backtrace() to tracenaruse2013-03-181-0/+55
* Correct condition of r39302naruse2013-02-181-10/+10
* * vm_dump: FreeBSD ports' libexecinfo's backtrace(3) can't tracenaruse2013-02-181-0/+5
* * configure.in: check whether backtrace(3) works well or not.naruse2013-02-181-0/+4
* * vm_dump.c (control_frame_dump): capitalize prefix of `ep'ko12013-02-041-1/+1
* vm_dump.c: important message firstnobu2013-01-301-10/+14
* * vm_dump.c (rb_vm_bugreport): revert r38533.kosaki2012-12-211-5/+4
* * vm_dump.c (rb_vm_bugreport): commentout addr2line call temporarilytarui2012-12-211-4/+5
* * configure.in: add -fno-omit-frame-pointer if libexecinfo is used.naruse2012-12-121-3/+0
* Specify rlimits_core to prevent making core filenaruse2012-12-121-9/+8
* Experimental fix for r38041naruse2012-12-121-6/+7