summaryrefslogtreecommitdiff
path: root/vm_dump.c
AgeCommit message (Expand)Author
2021-01-13Removed excess stringizations on regstr [Bug #17532]Nobuyoshi Nakada
2020-12-16vm debug: dump registers on ARM too. (#3900)David CARLIER
2020-12-10Allow an MJIT worker to show a backtrace on SEGVTakashi Kokubun
2020-12-02Loaded script is unset yet when crashed in the initialization phaseNobuyoshi Nakada
2020-11-18fix public interfaceKoichi Sasada
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-05-26Prefer configured printf format for mingw gcc 10Nobuyoshi Nakada
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-20vm_dump.c: Do not show C backtrace on riscvYusuke Endoh
2020-04-19Removed useless VMDEBUG definition [ci skip]Nobuyoshi Nakada
2020-04-19Update VMDEBUG reference doc [ci skip]Nguyễn Quang Minh
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-02-22Introduce disposable call-cache.Koichi Sasada
2020-01-06support RUBY_ON_BUG envval on assert failure.Koichi Sasada
2019-12-27Get rid of LIST_HEAD conflict with a system header on macOSNobuyoshi Nakada
2019-12-26decouple internal.h headers卜部昌平
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-12-12show self on control frame dump.Koichi Sasada
2019-12-05add additional CF info for CI envKoichi Sasada
2019-09-27Adjusted spaces [ci skip]Nobuyoshi Nakada
2019-08-19crash report on mac little updateDavid CARLIER
2019-08-09#include <> for system headersNobuyoshi Nakada
2019-06-19Remove IA64 support.Samuel Williams
2019-02-07Split procstat_vm.cnobu
2018-11-07* expand tabs. [ci skip]svn
2018-11-07Add cast to suppress warnings on Solaris [ci skip]nobu
2018-10-20Support Mach-O on backtrace with DWARFnaruse
2018-09-22Fix for old names of mcontext registersnobu
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