aboutsummaryrefslogtreecommitdiffstats
path: root/vm_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Shorten register names on arm64-darwin not to be truncatedNobuyoshi Nakada2021-10-101-23/+27
* Crash more nicely when the VM isn't fully set upAaron Patterson2021-06-101-30/+32
* Don't create objects during GCAaron Patterson2021-06-071-1/+1
* Do not expect ec on rb_vm_bugreportTakashi Kokubun2021-06-021-1/+1
* vm_dump.c: rename HAVE_BACKTRACE to USE_BACKTRACEBenoit Daloze2021-05-041-7/+8
* Unify code by word sizesNobuyoshi Nakada2021-04-041-5/+2
* vm dump display return address in the abscence of X30 in Mac ARM64.David CARLIER2021-03-221-0/+1
* vm_dump.c: Dump machine registers on RISC-V LinuxYusuke Endoh2021-02-101-2/+24
* Revert "vm_dump.c: Do not show C backtrace on riscv"Yusuke Endoh2021-02-041-1/+1
* vm_dump: dump registers for Mac M1David CARLIER2021-01-311-1/+23
* 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