aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * vm_trace.c (rb_postponed_job_flush): remove a wrong comment.ko12013-05-271-1/+1
* * include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE toko12013-05-271-1/+1
* fix typotmm12013-05-271-1/+1
* * vm_trace.c (rb_postponed_job_flush, rb_postponed_job_register): useko12013-05-271-2/+2
* * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko12013-05-271-1/+26
* * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko12013-05-261-0/+56
* id.def: predefined IDsnobu2013-05-021-1/+1
* prefix global symbolsnobu2013-03-061-1/+1
* * vm_trace.c: Note about TracePoint events set, and comment onzzak2013-02-091-19/+32
* * proc.c (rb_binding_new_with_cfp): permit to create binding objectko12013-02-051-1/+2
* * vm_backtrace.c: fix issue of rb_debug_inspector_open().ko12013-01-291-2/+0
* vm_trace.c: TracePoint safe level checknobu2013-01-291-2/+8
* vm_trace.c: trace_func safe level checknobu2013-01-291-0/+6
* * include/ruby/ruby.h (RUBY_EVENT_SPECIFIED_LINE): make it special.ko12013-01-071-0/+1