aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vm_trace.c: unnecessary method undefnobu2015-04-251-1/+0
* * vm_trace.c (rb_tracepoint_new): fix documentation.ko12015-04-151-1/+1
* * vm_trace.c (rb_tracepoint_new): Add documentation forko12015-04-151-0/+30
* vm_trace.c: defer interrupts while postponed jobsnobu2014-12-131-3/+4
* * vm_core.h: introduce new fieldko12014-12-101-1/+3
* use 0 for reservednobu2014-12-011-1/+1
* * vm_core.h: add rb_thread_t::local_storage_recursive_hashko12014-11-271-2/+4
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-3/+1
* * vm_core.h, proc.c, vm_backtrace.c, vm_trace.c:ktsj2014-10-181-1/+1
* * Avoid undefined behaviors found by gcc -fsanitize=undefined.akr2014-10-171-1/+1
* vm_trace.c (rb_tp_t): pack 56 => 48 bytes on 64-bitnormal2014-10-021-1/+1
* * process.c (rlimit_resource_type, rlimit_resource_value):ktsj2014-07-301-1/+1
* * vm_trace.c: add new method TracePoint.stat to debugko12014-06-131-0/+44
* * vm_trace.c: clear and restore recursive checking thread local datako12014-06-131-0/+2
* * vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings aboutusa2014-05-291-1/+1
* vm.c: remove rb_vm_living_threads_foreach functionnormal2014-05-281-8/+6
* vm*: doubly-linked list from ccan to manage vm->living_threadsnormal2014-05-101-4/+2
* * vm_trace.c: fix typohsbt2014-01-191-1/+1
* vm_trace.c: isolate exceptionsnobu2013-12-171-0/+3
* * vm_trace.c (rb_suppress_tracing): Fix initialization of stacktmm12013-12-041-0/+1
* * vm_trace.c: skip "exception check" and "reentrant check (only normalko12013-11-261-51/+82
* * vm_trace.c: prohibit to specify normal events and internal eventsko12013-11-261-1/+7
* * vm_trace.c (symbol2event_flag): add secret feature.ko12013-11-101-0/+2
* vm_trace.c: isolate errinfo in trace blocksnobu2013-11-071-0/+1
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+1
* * vm_trace.c (tp_free): remvoed because empty free function.ko12013-10-291-7/+1
* * vm_trace.c: exterminate Zombies.ko12013-10-221-20/+49
* * vm_trace.c (rb_postponed_job_flush): fix bit operation.ko12013-10-111-1/+1
* * vm_trace.c (rb_postponed_job_flush): simplify.ko12013-10-111-39/+18
* revert r43248. Should not set interrupt_flag.ko12013-10-111-1/+1
* vm_trace.c: use macronobu2013-10-101-1/+1
* vm_trace.c: suppress warningsnobu2013-10-101-6/+6
* vm_trace.c: fix infinite hooknobu2013-10-101-11/+38
* * vm_trace.c (postponed_job): use preallocated buffer.ko12013-10-101-18/+49
* * vm_trace.c: [DOC] Fix TracePoint return values in exampleszzak2013-08-051-5/+5
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-5/+0
* * vm_trace.c (rb_postponed_job_register_one): fix iteration bug.ko12013-05-271-0/+1