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_backtrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix use of `rb_profile_frames` start parameter"
tenderlove
2018-04-27
1
-1
/
+2
*
Fix use of `rb_profile_frames` start parameter
tenderlove
2018-04-26
1
-2
/
+1
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-2
/
+2
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-12-06
1
-1
/
+1
*
make a func static.
ko1
2017-11-16
1
-2
/
+2
*
remove `trace` instruction. [Feature #14104]
ko1
2017-11-14
1
-1
/
+8
*
Fix a typo [ci skip]
kazu
2017-11-10
1
-1
/
+1
*
refactoring about source line.
ko1
2017-11-10
1
-1
/
+3
*
fix backtrace on argment error.
ko1
2017-11-09
1
-0
/
+19
*
* vm_backtrace.c (rb_debug_inspector_t): `th` -> `ec`.
ko1
2017-11-07
1
-11
/
+11
*
use `GET_VM()` directly.
ko1
2017-10-29
1
-5
/
+2
*
`th` -> `ec` for backtrace functions.
ko1
2017-10-28
1
-13
/
+13
*
`th` -> `ec` for rb_vm_make_binding().
ko1
2017-10-28
1
-1
/
+1
*
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
1
-3
/
+3
*
backtrace_each() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-10
/
+10
*
some functions accept `ec` instead of `th`.
ko1
2017-10-26
1
-5
/
+5
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-5
/
+5
*
introduce rb_thread_ptr() to replace GetThreadPtr().
ko1
2017-06-28
1
-5
/
+4
*
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-23
1
-2
/
+2
*
rename absolute_path to realpath internally and introduce pathobj.
ko1
2017-06-01
1
-11
/
+11
*
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-05-09
1
-4
/
+4
*
load.c: backtrace of circular require
nobu
2017-04-25
1
-4
/
+12
*
vm_backtrace.c: backtrace functions per threads
nobu
2017-04-17
1
-19
/
+13
*
* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):
ktsj
2016-11-05
1
-1
/
+1
*
* internal.h (WARN_UNUSED_RESULT): moved to configure.in, to
shyouhei
2016-09-16
1
-1
/
+1
*
* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()
ko1
2016-08-03
1
-6
/
+5
*
use TH_JUMP_TAG
nobu
2016-05-05
1
-1
/
+1
*
* vm_backtrace.c (frame2klass): filter only for imemo_ment.
ko1
2016-04-11
1
-5
/
+5
*
vm_backtrace.c: ignore ifunc frames
nobu
2015-12-21
1
-5
/
+5
*
version.c: remove ruby_engine_name
nobu
2015-11-29
1
-2
/
+2
*
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
1
-41
/
+46
*
* vm_backtrace.c: remove debug flag introduced accidentaly.
ko1
2015-07-07
1
-2
/
+0
*
* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
ko1
2015-07-06
1
-13
/
+68
*
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-07-03
1
-1
/
+1
*
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-06-02
1
-1
/
+2
*
vm_backtrace.c: use rb_id2str
nobu
2015-04-14
1
-1
/
+1
*
use 0 for reserved
nobu
2014-12-01
1
-2
/
+2
*
* internal.h: Gather declarations in non-header files.
akr
2014-11-18
1
-2
/
+0
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-3
/
+1
*
* vm_core.h, proc.c, vm_backtrace.c, vm_trace.c:
ktsj
2014-10-18
1
-1
/
+1
*
* vm_backtrace.c (id2str): Fix a variable name.
akr
2014-10-16
1
-1
/
+1
*
vm_backtrace.c: fix unknown ID name
nobu
2014-10-15
1
-0
/
+9
*
vm_backtrace.c: unknown name method
nobu
2014-10-15
1
-4
/
+8
*
simplify some trivial rb_data_type_t callbacks
normal
2014-09-13
1
-27
/
+12
*
constify parameters
nobu
2014-06-18
1
-4
/
+4
*
vm_backtrace.c: initialize flag
nobu
2014-01-24
1
-1
/
+1
*
* error.c: add Exception#backtrace_locations.
ko1
2013-12-13
1
-1
/
+15
*
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-29
1
-0
/
+2
*
* vm_backtrace.c (rb_profile_frame_classpath): do not use rb_inspect
tmm1
2013-10-27
1
-1
/
+1
[next]