aboutsummaryrefslogtreecommitdiffstats
path: root/vm_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Removed excess stringizations on regstr [Bug #17532]Nobuyoshi Nakada2021-01-131-1/+1
* vm debug: dump registers on ARM too. (#3900)David CARLIER2020-12-161-2/+43
* Allow an MJIT worker to show a backtrace on SEGVTakashi Kokubun2020-12-101-1/+2
* Loaded script is unset yet when crashed in the initialization phaseNobuyoshi Nakada2020-12-021-3/+5
* fix public interfaceKoichi Sasada2020-11-181-1/+1
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-3/+5
* Prefer configured printf format for mingw gcc 10Nobuyoshi Nakada2020-05-261-1/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* vm_dump.c: Do not show C backtrace on riscvYusuke Endoh2020-04-201-1/+1
* Removed useless VMDEBUG definition [ci skip]Nobuyoshi Nakada2020-04-191-6/+0
* Update VMDEBUG reference doc [ci skip]Nguyễn Quang Minh2020-04-191-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-2/+2
* Introduce disposable call-cache.Koichi Sasada2020-02-221-2/+2
* support RUBY_ON_BUG envval on assert failure.Koichi Sasada2020-01-061-0/+12
* Get rid of LIST_HEAD conflict with a system header on macOSNobuyoshi Nakada2019-12-271-0/+3
* decouple internal.h headers卜部昌平2019-12-261-15/+20
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* show self on control frame dump.Koichi Sasada2019-12-121-0/+2
* add additional CF info for CI envKoichi Sasada2019-12-051-7/+43
* Adjusted spaces [ci skip]Nobuyoshi Nakada2019-09-271-1/+2
* crash report on mac little updateDavid CARLIER2019-08-191-0/+45
* #include <> for system headersNobuyoshi Nakada2019-08-091-1/+1
* Remove IA64 support.Samuel Williams2019-06-191-8/+0
* Split procstat_vm.cnobu2019-02-071-85/+1
* * expand tabs. [ci skip]svn2018-11-071-1/+1
* Add cast to suppress warnings on Solaris [ci skip]nobu2018-11-071-1/+1
* Support Mach-O on backtrace with DWARFnaruse2018-10-201-1/+1
* 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