aboutsummaryrefslogtreecommitdiffstats
path: root/vm_dump.c
Commit message (Expand)AuthorAgeFilesLines
* introduce rb_thread_ptr() to replace GetThreadPtr().ko12017-06-281-10/+5
* * vm_core.h: remove VM_FRAME_MAGIC_LAMBDA and introduceko12017-06-031-8/+0
* rename absolute_path to realpath internally and introduce pathobj.ko12017-06-011-1/+1
* Treat NULL reference case [Bug #13566]naruse2017-05-171-2/+2
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-21/+22
* vm_dump.c: non-scalar thread_idnobu2017-04-211-0/+10
* * vm_dump.c (rb_vmdebug_stack_dump_all_threads): cast to `void*`.ko12017-04-201-1/+1
* add a debug function.ko12017-04-201-0/+12
* introduce imemo_type_p(v, imemo_type)ko12017-04-071-1/+1
* skip T_IMEMO for VMDEBUGko12017-01-261-3/+8
* * vm_dump.c: enable to compile with VMDEBUG == 3.ko12017-01-261-9/+8
* error.c: movednobu2017-01-131-70/+0
* vm_dump.c: postscript_dumpnobu2017-01-131-18/+49
* constifynobu2016-12-141-1/+1
* fix r56030 [Bug #12711]naruse2016-08-301-5/+6
* * vm_dump.c (backtrace): use rip in the saved context for the casenaruse2016-08-291-0/+3
* * vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko12016-08-031-7/+4
* * vm_core.h: rename macros and make them inline functions.ko12016-08-031-2/+2
* * vm.c, internal.h: remove RubyVM::Env class and all of env objectsko12016-07-281-12/+5
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-9/+6
* * 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