summaryrefslogtreecommitdiff
path: root/vm_dump.c
AgeCommit message (Expand)Author
2018-07-15vm_core.h, vm_dump.c: fix castktsj
2018-07-15vm_dump.c: fix warning about constnessktsj
2018-01-03delete extra #undef [ci skip]shyouhei
2018-01-02"%z" printf format specifier is a C99ismshyouhei
2018-01-02explicit cast to void* required for %pshyouhei
2017-11-07vm_dump.c: [DOC] fix grammarstomar
2017-10-29* vm_dump.c (vm_stack_dump_each): accepts `ec`.ko1
2017-10-29use `GET_VM()` directly.ko1
2017-10-29`th` -> `ec` for VM dump related functions.ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-09-15Fix typos [ci skip]kazu
2017-09-14fix the case High Sierra's mincore(2) may return -128 [Bug #13895]naruse
2017-09-06Fixed compilationn error with VMDEBUG=3.hsbt
2017-09-01Fix C level backtrace on Darwinnaruse
2017-08-10rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko1
2017-06-28introduce rb_thread_ptr() to replace GetThreadPtr().ko1
2017-06-03* vm_core.h: remove VM_FRAME_MAGIC_LAMBDA and introduceko1
2017-06-01rename absolute_path to realpath internally and introduce pathobj.ko1
2017-05-17Treat NULL reference case [Bug #13566]naruse
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-04-21vm_dump.c: non-scalar thread_idnobu
2017-04-20* vm_dump.c (rb_vmdebug_stack_dump_all_threads): cast to `void*`.ko1
2017-04-20add a debug function.ko1
2017-04-07introduce imemo_type_p(v, imemo_type)ko1
2017-01-26skip T_IMEMO for VMDEBUGko1
2017-01-26* vm_dump.c: enable to compile with VMDEBUG == 3.ko1
2017-01-13error.c: movednobu
2017-01-13vm_dump.c: postscript_dumpnobu
2016-12-14constifynobu
2016-08-30fix r56030 [Bug #12711]naruse
2016-08-29* vm_dump.c (backtrace): use rip in the saved context for the casenaruse
2016-08-03* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko1
2016-08-03* vm_core.h: rename macros and make them inline functions.ko1
2016-07-28* vm.c, internal.h: remove RubyVM::Env class and all of env objectsko1
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
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