aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * vm_trace.c: rename and add TracePoint APIs.ko12012-11-201-31/+70
* * vm_trace.c: add two methods:ko12012-11-201-23/+46
* * eval_error.c (error_print), vm_eval.c (eval_string_with_cref),ko12012-10-231-3/+3
* * vm_trace.c (rb_threadptr_exec_event_hooks, rb_suppress_tracing):ktsj2012-10-211-3/+3
* * vm_core.h (rb_vm_t::trace_running): add a new fieldktsj2012-10-211-4/+10
* internal.h: allocator function in rb_classext_tnobu2012-09-081-7/+0
* vm_trace.c: freed memory accessnobu2012-08-311-14/+4
* vm_trace.c: uninitialized statenobu2012-08-311-1/+1
* vm_trace.c: warningnobu2012-08-301-5/+3
* * vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895]ko12012-08-221-44/+411
* vm_trace.c: remove meaningless assingmentsnobu2012-08-171-5/+1
* * vm_trace.c, vm_core.h: simplify tracing mechanism.ko12012-08-161-291/+250
* * vm_trace.c: separate trace_func related functions fromko12012-08-151-0/+596