aboutsummaryrefslogtreecommitdiffstats
path: root/vm_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for old names of mcontext registersnobu2018-09-221-19/+30
* vm_core.h, vm_dump.c: fix castktsj2018-07-151-1/+1
* vm_dump.c: fix warning about constnessktsj2018-07-151-1/+2
* delete extra #undef [ci skip]shyouhei2018-01-031-1/+0
* "%z" printf format specifier is a C99ismshyouhei2018-01-021-2/+3
* explicit cast to void* required for %pshyouhei2018-01-021-1/+1
* vm_dump.c: [DOC] fix grammarstomar2017-11-071-1/+1
* * vm_dump.c (vm_stack_dump_each): accepts `ec`.ko12017-10-291-7/+7
* use `GET_VM()` directly.ko12017-10-291-1/+1
* `th` -> `ec` for VM dump related functions.ko12017-10-291-34/+34
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-22/+22
* Fix typos [ci skip]kazu2017-09-151-2/+2
* fix the case High Sierra's mincore(2) may return -128 [Bug #13895]naruse2017-09-141-2/+29
* Fixed compilationn error with VMDEBUG=3.hsbt2017-09-061-1/+1
* Fix C level backtrace on Darwinnaruse2017-09-011-2/+7
* rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko12017-08-101-15/+15
* 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