summaryrefslogtreecommitdiff
path: root/vm_dump.c
AgeCommit message (Expand)Author
2015-10-27* vm_dump.c (rb_print_backtrace): our addr2line doesn't work on sparc.naruse
2015-10-16vm_args.c: symbol procnobu
2015-10-15vm_dump.c: unused variablenobu
2015-10-14configure.in: libunwind.h checknobu
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-21* vm_core.h: constify rb_call_info_t::kw_arg,ko1
2015-07-14* vm_core.h, vm.c: remove rb_proc_t::envval because we can know it viako1
2015-07-14* vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know itko1
2015-07-14* vm.c: refactoring Proc/Env related code.ko1
2015-07-03* method.h: introduce rb_callable_method_entry_t to removeko1
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-05-20* vm_dump.c (rb_print_backtrace): return value of libexec's backtracenaruse
2015-05-12vm_dump.c: statement for crash report lognobu
2015-05-12vm_dump.c: highlight prefacenobu
2015-05-12vm_dump.c: preface_dumpnobu
2015-03-11vm_dump.c: check procstat_getvmmapnobu
2015-03-10* proc.c: use RUBY_VM_IFUNC_P() to recognize IFUNC or not.ko1
2015-02-28vm_dump.c: no new strings in signal contextnobu
2015-01-18vm_dump.c: check by configured resultnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-02* vm_core.h: change iseq parameter data structure.ko1
2014-09-10compile: translate iseq in-placenormal
2014-09-04* dir.c (glob_helper): use #ifdef instead of #if.ko1
2014-06-19* vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block orko1
2014-05-25report bug with machine regisitersnobu
2014-05-25vm_dump.c: adjust stylenobu
2014-03-31* vm_dump.c (rb_print_backtrace): current implementationnaruse
2014-03-28revert r45417naruse
2014-03-26* addr2line.c (fill_lines): loop reverse order not to overwritenaruse
2014-03-25temporaly change/add to debug on powerpc64-linuxnaruse
2014-03-10* vm_dump.c (rb_vm_bugreport): show vm maps on FreeBSD.naruse
2013-12-19vm_dump.c: improve wording of apple crashlog messagestmm1
2013-11-30vm_dump.c: suppress warningnobu
2013-11-29 * vm_dump.c (rb_vmdebug_debug_print_pre): Bugfix. Get PC directly.tarui
2013-05-22* vm_dump.c (rb_vm_bugreport): show name of class and module.nobu
2013-05-22* vm_dump.c (rb_vm_bugreport): limit class name length.nobu
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-04-02* vm_dump.c (rb_print_backtrace): separate to ease showing C backtrace.naruse
2013-03-18Add comments to r39808naruse
2013-03-18* vm_dump.c (backtrace): on darwin use custom backtrace() to tracenaruse
2013-02-18Correct condition of r39302naruse
2013-02-18* vm_dump: FreeBSD ports' libexecinfo's backtrace(3) can't tracenaruse
2013-02-18* configure.in: check whether backtrace(3) works well or not.naruse
2013-02-04* vm_dump.c (control_frame_dump): capitalize prefix of `ep'ko1
2013-01-30vm_dump.c: important message firstnobu
2012-12-21* vm_dump.c (rb_vm_bugreport): revert r38533.kosaki
2012-12-21 * vm_dump.c (rb_vm_bugreport): commentout addr2line call temporarilytarui
2012-12-12* configure.in: add -fno-omit-frame-pointer if libexecinfo is used.naruse
2012-12-12Specify rlimits_core to prevent making core filenaruse
2012-12-12Experimental fix for r38041naruse