aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * vm_trace.c (rb_threadptr_exec_event_hooks_orig): pop tag beforeko12013-01-071-1/+6
* * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):ko12012-12-251-2/+15
* * vm_trace.c (tracepoint_new): add code to support specified thread.ko12012-12-211-3/+6
* * vm_core.h, vm_trace.c: fix multi-threading bug for tracing.ko12012-12-211-84/+63
* vm_trace.c: stylenobu2012-12-211-2/+2
* * vm_trace.c (rb_suppress_tracing): remove unused variable 'vm_tracing'tarui2012-12-201-1/+0
* * vm_trace.c (rb_suppress_tracing): bugfix for vm->trace_runningtarui2012-12-201-2/+4
* * vm_trace.c (rb_threadptr_exec_event_hooks): get rid of racetarui2012-12-191-2/+2
* Revert r38371 and r38384. they didn't solve the issuenaruse2012-12-191-5/+1
* * vm_trace.c (tracepoint_attr_defined_class): Clean up rdoc forzzak2012-12-181-26/+28
* * vm_trace.c (fill_id_and_klass): TracePoint#defined_class returnsko12012-12-171-4/+30
* vm_trace.c: suppress warningnobu2012-12-141-1/+2
* * vm_trace.c (exec_hooks): add volatile to avoid segv.naruse2012-12-141-1/+4
* vm.c: pass exceptions while handling an exceptionnobu2012-12-111-1/+5
* vm_trace.c: exceptions in event hooksnobu2012-12-101-7/+3
* Fix typozzak2012-12-061-1/+1
* * vm_trace.c: TracePoint#enable should not cause an errorko12012-12-061-26/+31
* * vm_trace.c: add TracePoint#inspect.ko12012-12-011-0/+56
* * vm_trace.c (rb_tracepoint_new): commit miss.nobu2012-12-011-1/+1
* adjust style.nobu2012-12-011-1/+1
* [EXPERIMENTAL]ko12012-11-301-0/+2
* * vm_trace.c:zzak2012-11-301-5/+39
* * vm_trace.c (tracepoint_disable_m, tracepoint_enable_m):ko12012-11-301-2/+2
* * vm_trace.c: Documentation for TracePoint APIzzak2012-11-301-1/+156
* * vm_trace.c (set_trace_func): Formatting of params and eventszzak2012-11-301-11/+25
* [EXPERIMENTAL: NEED DISCUSS]ko12012-11-291-2/+10
* * include/ruby/debug.h: add rb_debug_inspector_* APIs.ko12012-11-291-2/+0
* * include/ruby/debug.h: provide rb_tracearg_*() APIs,ko12012-11-291-60/+120
* * vm_trace.c (rb_tracepoint_attr_method_id):ko12012-11-291-2/+2
* * vm_trace.c (rb_tracepoint_attr_defined_class):ko12012-11-291-2/+2
* * vm_trace.c: rename TracePoint#file and TracePoint#lineko12012-11-261-14/+14
* * vm_core.h: add members to rb_trace_arg_t:ko12012-11-261-39/+38
* * vm_trace.c (rb_tracepoint_attr_raised_exception): should not checkko12012-11-241-6/+6
* * include/ruby/debug.h: introdudced.ko12012-11-201-88/+90