aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
Commit message (Expand)AuthorAgeFilesLines
* TracePoint.new: raise ArgumentError when no block given [#14074]marcandre2017-11-091-2/+2
* Fix typo in doc [ci skip]a_matsuda2017-11-081-2/+2
* * vm_trace.c (rb_exec_event_hooks): accepts pop_p.ko12017-11-071-14/+2
* rename to rb_ec_set_raised().ko12017-11-071-1/+1
* remove `rb_postponed_job_t::th`.ko12017-11-071-11/+9
* rename because it doesn't receive `th`.ko12017-11-071-3/+3
* th->ec: rb_threadptr_reset_raised()ko12017-11-071-28/+28
* prepare local variables (th and vm).ko12017-11-071-8/+10
* move rb_thread_t::interrupt_flag and maskko12017-11-061-10/+10
* `rb_trace_arg_t::ec`ko12017-10-291-30/+30
* `th` -> `ec` for rb_vm_make_binding().ko12017-10-281-1/+1
* rename a function.ko12017-10-281-2/+2
* `th` -> `ec` for some functions.ko12017-10-281-1/+1
* Fix example that trace method is called outside blocka_matsuda2017-10-281-1/+1
* Invalid TracePoint#disable example (without block)a_matsuda2017-10-281-1/+1
* replace `GET_THREAD()->ec` to `GET_EC()`.ko12017-10-261-2/+2
* introduce EC_*_TAG() instead of TH_*_TAG()ko12017-10-261-10/+10
* vm_pop_frame() accepts `ec` instead of `th`.ko12017-10-261-1/+1
* some functions accept `ec` instead of `th`.ko12017-10-261-1/+1
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-26/+26
* common conversion functionsnobu2017-10-261-1/+1
* TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]marcandre2017-10-261-2/+2
* suppress warnings when RUBY_USE_SETJMPEXnobu2017-08-021-0/+3
* move fields to ec.ko12017-06-281-18/+18
* introduce rb_thread_ptr() to replace GetThreadPtr().ko12017-06-281-25/+15
* move storages to ec.ko12017-06-281-4/+4
* move several fields from rb_thread_t to rb_execution_context_t.ko12017-06-261-1/+1
* move "state" to rb_vm_tag.ko12017-06-231-7/+0
* rename th->state to th->tag_state.ko12017-06-231-6/+6
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-10/+9
* rename absolute_path to realpath internally and introduce pathobj.ko12017-06-011-1/+1
* Improve performance of implicit type conversionwatson19782017-05-311-1/+1
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-1/+1
* Add clang volatile fixes from FreeBSD and NetBSD.shugo2016-12-071-1/+1
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-051-3/+20
* * vm_core.h: rename macros and make them inline functions.ko12016-08-031-1/+1
* * vm_insnhelper.c: introduce rb_vm_pop_frame() and use itko12016-07-261-1/+1
* use TH_JUMP_TAGnobu2016-05-051-1/+1
* Add a cast to avoid signed integer overflow.akr2016-05-011-1/+1
* * vm_trace.c: Fix typos. [ci skip]yui-knk2016-04-301-2/+2
* * enum.c: fix a typo in documentation.hsbt2015-12-141-1/+1
* * vm_trace.c (exec_hooks_precheck): check need_clean everytimeko12015-11-071-6/+5
* * vm_trace.c (rb_threadptr_exec_event_hooks_orig):ko12015-11-071-0/+2
* use rb_source_loc and rb_source_locationnobu2015-10-311-2/+2
* * include/ruby/ruby.h, cont.c, vm_trace.c: add a new eventko12015-08-211-0/+3
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-1/+1
* remove redundant NULL check in mark functionsnormal2015-07-151-5/+3
* vm_trace.c: unified a_call and a_returnnobu2015-04-251-2/+6
* vm_trace.c: not a static variablenobu2015-04-251-1/+1
* vm_trace.c: indentnobu2015-04-251-1/+1