summaryrefslogtreecommitdiffstats
path: root/vm_dump.c (follow)
Commit message (Expand)AuthorAgeLines
* enable `RUBY_ON_BUG` on release buildKoichi Sasada2022-01-25-2/+0
* Shorten register names on arm64-darwin not to be truncatedNobuyoshi Nakada2021-10-10-23/+27
* Crash more nicely when the VM isn't fully set upAaron Patterson2021-06-10-30/+32
* Don't create objects during GCAaron Patterson2021-06-07-1/+1
* Do not expect ec on rb_vm_bugreportTakashi Kokubun2021-06-02-1/+1
* vm_dump.c: rename HAVE_BACKTRACE to USE_BACKTRACEBenoit Daloze2021-05-04-7/+8
* Unify code by word sizesNobuyoshi Nakada2021-04-04-5/+2
* vm dump display return address in the abscence of X30 in Mac ARM64.David CARLIER2021-03-22-0/+1
* vm_dump.c: Dump machine registers on RISC-V LinuxYusuke Endoh2021-02-10-2/+24
* Revert "vm_dump.c: Do not show C backtrace on riscv"Yusuke Endoh2021-02-04-1/+1
* vm_dump: dump registers for Mac M1David CARLIER2021-01-31-1/+23
* Removed excess stringizations on regstr [Bug #17532]Nobuyoshi Nakada2021-01-13-1/+1
* vm debug: dump registers on ARM too. (#3900)David CARLIER2020-12-16-2/+43
* Allow an MJIT worker to show a backtrace on SEGVTakashi Kokubun2020-12-10-1/+2
* Loaded script is unset yet when crashed in the initialization phaseNobuyoshi Nakada2020-12-02-3/+5
* fix public interfaceKoichi Sasada2020-11-18-1/+1
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-03-3/+5
* Prefer configured printf format for mingw gcc 10Nobuyoshi Nakada2020-05-26-1/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-11-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-11-1/+1
* vm_dump.c: Do not show C backtrace on riscvYusuke Endoh2020-04-20-1/+1
* Removed useless VMDEBUG definition [ci skip]Nobuyoshi Nakada2020-04-19-6/+0
* Update VMDEBUG reference doc [ci skip]Nguyễn Quang Minh2020-04-19-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-08-2/+2
* Introduce disposable call-cache.Koichi Sasada2020-02-22-2/+2
* support RUBY_ON_BUG envval on assert failure.Koichi Sasada2020-01-06-0/+12
* Get rid of LIST_HEAD conflict with a system header on macOSNobuyoshi Nakada2019-12-27-0/+3
* decouple internal.h headers卜部昌平2019-12-26-15/+20
* Fixed misspellingsNobuyoshi Nakada2019-12-20-1/+1
* show self on control frame dump.Koichi Sasada2019-12-12-0/+2
* add additional CF info for CI envKoichi Sasada2019-12-05-7/+43
* Adjusted spaces [ci skip]Nobuyoshi Nakada2019-09-27-1/+2
* crash report on mac little updateDavid CARLIER2019-08-19-0/+45
* #include <> for system headersNobuyoshi Nakada2019-08-09-1/+1
* Remove IA64 support.Samuel Williams2019-06-19-8/+0
* Split procstat_vm.cnobu2019-02-07-85/+1
* * expand tabs. [ci skip]svn2018-11-07-1/+1
* Add cast to suppress warnings on Solaris [ci skip]nobu2018-11-07-1/+1
* Support Mach-O on backtrace with DWARFnaruse2018-10-20-1/+1
* Fix for old names of mcontext registersnobu2018-09-22-19/+30
* vm_core.h, vm_dump.c: fix castktsj2018-07-15-1/+1
* vm_dump.c: fix warning about constnessktsj2018-07-15-1/+2
* delete extra #undef [ci skip]shyouhei2018-01-03-1/+0
* "%z" printf format specifier is a C99ismshyouhei2018-01-02-2/+3
* explicit cast to void* required for %pshyouhei2018-01-02-1/+1
* vm_dump.c: [DOC] fix grammarstomar2017-11-07-1/+1
* * vm_dump.c (vm_stack_dump_each): accepts `ec`.ko12017-10-29-7/+7
* use `GET_VM()` directly.ko12017-10-29-1/+1
* `th` -> `ec` for VM dump related functions.ko12017-10-29-34/+34
* Use rb_execution_context_t instead of rb_thread_tko12017-10-26-22/+22