index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_dump.c
Age
Commit message (
Expand
)
Author
2021-06-10
Crash more nicely when the VM isn't fully set up
Aaron Patterson
2021-06-07
Don't create objects during GC
Aaron Patterson
2021-06-02
Do not expect ec on rb_vm_bugreport
Takashi Kokubun
2021-05-04
vm_dump.c: rename HAVE_BACKTRACE to USE_BACKTRACE
Benoit Daloze
2021-04-04
Unify code by word sizes
Nobuyoshi Nakada
2021-03-22
vm dump display return address in the abscence of X30 in Mac ARM64.
David CARLIER
2021-02-10
vm_dump.c: Dump machine registers on RISC-V Linux
Yusuke Endoh
2021-02-04
Revert "vm_dump.c: Do not show C backtrace on riscv"
Yusuke Endoh
2021-01-31
vm_dump: dump registers for Mac M1
David CARLIER
2021-01-13
Removed excess stringizations on regstr [Bug #17532]
Nobuyoshi Nakada
2020-12-16
vm debug: dump registers on ARM too. (#3900)
David CARLIER
2020-12-10
Allow an MJIT worker to show a backtrace on SEGV
Takashi Kokubun
2020-12-02
Loaded script is unset yet when crashed in the initialization phase
Nobuyoshi Nakada
2020-11-18
fix public interface
Koichi Sasada
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-05-26
Prefer configured printf format for mingw gcc 10
Nobuyoshi Nakada
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-20
vm_dump.c: Do not show C backtrace on riscv
Yusuke Endoh
2020-04-19
Removed useless VMDEBUG definition [ci skip]
Nobuyoshi Nakada
2020-04-19
Update VMDEBUG reference doc [ci skip]
Nguyễn Quang Minh
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-01-06
support RUBY_ON_BUG envval on assert failure.
Koichi Sasada
2019-12-27
Get rid of LIST_HEAD conflict with a system header on macOS
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-20
Fixed misspellings
Nobuyoshi Nakada
2019-12-12
show self on control frame dump.
Koichi Sasada
2019-12-05
add additional CF info for CI env
Koichi Sasada
2019-09-27
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-08-19
crash report on mac little update
David CARLIER
2019-08-09
#include <> for system headers
Nobuyoshi Nakada
2019-06-19
Remove IA64 support.
Samuel Williams
2019-02-07
Split procstat_vm.c
nobu
2018-11-07
* expand tabs. [ci skip]
svn
2018-11-07
Add cast to suppress warnings on Solaris [ci skip]
nobu
2018-10-20
Support Mach-O on backtrace with DWARF
naruse
2018-09-22
Fix for old names of mcontext registers
nobu
2018-07-15
vm_core.h, vm_dump.c: fix cast
ktsj
2018-07-15
vm_dump.c: fix warning about constness
ktsj
2018-01-03
delete extra #undef [ci skip]
shyouhei
2018-01-02
"%z" printf format specifier is a C99ism
shyouhei
2018-01-02
explicit cast to void* required for %p
shyouhei
2017-11-07
vm_dump.c: [DOC] fix grammar
stomar
2017-10-29
* vm_dump.c (vm_stack_dump_each): accepts `ec`.
ko1
2017-10-29
use `GET_VM()` directly.
ko1
2017-10-29
`th` -> `ec` for VM dump related functions.
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-09-15
Fix typos [ci skip]
kazu
2017-09-14
fix the case High Sierra's mincore(2) may return -128 [Bug #13895]
naruse
[next]