index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_dump.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crash report on mac little update
David CARLIER
2019-08-19
1
-0
/
+45
*
#include <> for system headers
Nobuyoshi Nakada
2019-08-09
1
-1
/
+1
*
Remove IA64 support.
Samuel Williams
2019-06-19
1
-8
/
+0
*
Split procstat_vm.c
nobu
2019-02-07
1
-85
/
+1
*
* expand tabs. [ci skip]
svn
2018-11-07
1
-1
/
+1
*
Add cast to suppress warnings on Solaris [ci skip]
nobu
2018-11-07
1
-1
/
+1
*
Support Mach-O on backtrace with DWARF
naruse
2018-10-20
1
-1
/
+1
*
Fix for old names of mcontext registers
nobu
2018-09-22
1
-19
/
+30
*
vm_core.h, vm_dump.c: fix cast
ktsj
2018-07-15
1
-1
/
+1
*
vm_dump.c: fix warning about constness
ktsj
2018-07-15
1
-1
/
+2
*
delete extra #undef [ci skip]
shyouhei
2018-01-03
1
-1
/
+0
*
"%z" printf format specifier is a C99ism
shyouhei
2018-01-02
1
-2
/
+3
*
explicit cast to void* required for %p
shyouhei
2018-01-02
1
-1
/
+1
*
vm_dump.c: [DOC] fix grammar
stomar
2017-11-07
1
-1
/
+1
*
* vm_dump.c (vm_stack_dump_each): accepts `ec`.
ko1
2017-10-29
1
-7
/
+7
*
use `GET_VM()` directly.
ko1
2017-10-29
1
-1
/
+1
*
`th` -> `ec` for VM dump related functions.
ko1
2017-10-29
1
-34
/
+34
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-22
/
+22
*
Fix typos [ci skip]
kazu
2017-09-15
1
-2
/
+2
*
fix the case High Sierra's mincore(2) may return -128 [Bug #13895]
naruse
2017-09-14
1
-2
/
+29
*
Fixed compilationn error with VMDEBUG=3.
hsbt
2017-09-06
1
-1
/
+1
*
Fix C level backtrace on Darwin
naruse
2017-09-01
1
-2
/
+7
*
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-08-10
1
-15
/
+15
*
introduce rb_thread_ptr() to replace GetThreadPtr().
ko1
2017-06-28
1
-10
/
+5
*
* vm_core.h: remove VM_FRAME_MAGIC_LAMBDA and introduce
ko1
2017-06-03
1
-8
/
+0
*
rename absolute_path to realpath internally and introduce pathobj.
ko1
2017-06-01
1
-1
/
+1
*
Treat NULL reference case [Bug #13566]
naruse
2017-05-17
1
-2
/
+2
*
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-05-09
1
-21
/
+22
*
vm_dump.c: non-scalar thread_id
nobu
2017-04-21
1
-0
/
+10
*
* vm_dump.c (rb_vmdebug_stack_dump_all_threads): cast to `void*`.
ko1
2017-04-20
1
-1
/
+1
*
add a debug function.
ko1
2017-04-20
1
-0
/
+12
*
introduce imemo_type_p(v, imemo_type)
ko1
2017-04-07
1
-1
/
+1
*
skip T_IMEMO for VMDEBUG
ko1
2017-01-26
1
-3
/
+8
*
* vm_dump.c: enable to compile with VMDEBUG == 3.
ko1
2017-01-26
1
-9
/
+8
*
error.c: moved
nobu
2017-01-13
1
-70
/
+0
*
vm_dump.c: postscript_dump
nobu
2017-01-13
1
-18
/
+49
*
constify
nobu
2016-12-14
1
-1
/
+1
*
fix r56030 [Bug #12711]
naruse
2016-08-30
1
-5
/
+6
*
* vm_dump.c (backtrace): use rip in the saved context for the case
naruse
2016-08-29
1
-0
/
+3
*
* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()
ko1
2016-08-03
1
-7
/
+4
*
* vm_core.h: rename macros and make them inline functions.
ko1
2016-08-03
1
-2
/
+2
*
* vm.c, internal.h: remove RubyVM::Env class and all of env objects
ko1
2016-07-28
1
-12
/
+5
*
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-28
1
-9
/
+6
*
* vm_dump.c (rb_print_backtrace): our addr2line doesn't work on sparc.
naruse
2015-10-27
1
-1
/
+1
*
vm_args.c: symbol proc
nobu
2015-10-16
1
-0
/
+6
*
vm_dump.c: unused variable
nobu
2015-10-15
1
-15
/
+2
*
configure.in: libunwind.h check
nobu
2015-10-14
1
-1
/
+1
*
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
1
-11
/
+11
*
* vm_core.h: constify rb_call_info_t::kw_arg,
ko1
2015-07-21
1
-2
/
+2
*
* vm_core.h, vm.c: remove rb_proc_t::envval because we can know it via
ko1
2015-07-14
1
-1
/
+1
[next]