| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * vm_trace.c (rb_postponed_job_flush, rb_postponed_job_register): use | ko1 | 2013-05-27 | 1 | -2/+2 |
* | * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events. | ko1 | 2013-05-27 | 1 | -1/+26 |
* | * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API. | ko1 | 2013-05-26 | 1 | -0/+56 |
* | id.def: predefined IDs | nobu | 2013-05-02 | 1 | -1/+1 |
* | prefix global symbols | nobu | 2013-03-06 | 1 | -1/+1 |
* | * vm_trace.c: Note about TracePoint events set, and comment on | zzak | 2013-02-09 | 1 | -19/+32 |
* | * proc.c (rb_binding_new_with_cfp): permit to create binding object | ko1 | 2013-02-05 | 1 | -1/+2 |
* | * vm_backtrace.c: fix issue of rb_debug_inspector_open(). | ko1 | 2013-01-29 | 1 | -2/+0 |
* | vm_trace.c: TracePoint safe level check | nobu | 2013-01-29 | 1 | -2/+8 |
* | vm_trace.c: trace_func safe level check | nobu | 2013-01-29 | 1 | -0/+6 |
* | * include/ruby/ruby.h (RUBY_EVENT_SPECIFIED_LINE): make it special. | ko1 | 2013-01-07 | 1 | -0/+1 |
* | * vm_trace.c (rb_threadptr_exec_event_hooks_orig): pop tag before | ko1 | 2013-01-07 | 1 | -1/+6 |
* | * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame): | ko1 | 2012-12-25 | 1 | -2/+15 |
* | * vm_trace.c (tracepoint_new): add code to support specified thread. | ko1 | 2012-12-21 | 1 | -3/+6 |
* | * vm_core.h, vm_trace.c: fix multi-threading bug for tracing. | ko1 | 2012-12-21 | 1 | -84/+63 |
* | vm_trace.c: style | nobu | 2012-12-21 | 1 | -2/+2 |
* | * vm_trace.c (rb_suppress_tracing): remove unused variable 'vm_tracing' | tarui | 2012-12-20 | 1 | -1/+0 |
* | * vm_trace.c (rb_suppress_tracing): bugfix for vm->trace_running | tarui | 2012-12-20 | 1 | -2/+4 |
* | * vm_trace.c (rb_threadptr_exec_event_hooks): get rid of race | tarui | 2012-12-19 | 1 | -2/+2 |
* | Revert r38371 and r38384. they didn't solve the issue | naruse | 2012-12-19 | 1 | -5/+1 |
* | * vm_trace.c (tracepoint_attr_defined_class): Clean up rdoc for | zzak | 2012-12-18 | 1 | -26/+28 |
* | * vm_trace.c (fill_id_and_klass): TracePoint#defined_class returns | ko1 | 2012-12-17 | 1 | -4/+30 |
* | vm_trace.c: suppress warning | nobu | 2012-12-14 | 1 | -1/+2 |
* | * vm_trace.c (exec_hooks): add volatile to avoid segv. | naruse | 2012-12-14 | 1 | -1/+4 |
* | vm.c: pass exceptions while handling an exception | nobu | 2012-12-11 | 1 | -1/+5 |
* | vm_trace.c: exceptions in event hooks | nobu | 2012-12-10 | 1 | -7/+3 |
* | Fix typo | zzak | 2012-12-06 | 1 | -1/+1 |
* | * vm_trace.c: TracePoint#enable should not cause an error | ko1 | 2012-12-06 | 1 | -26/+31 |
* | * vm_trace.c: add TracePoint#inspect. | ko1 | 2012-12-01 | 1 | -0/+56 |
* | * vm_trace.c (rb_tracepoint_new): commit miss. | nobu | 2012-12-01 | 1 | -1/+1 |
* | adjust style. | nobu | 2012-12-01 | 1 | -1/+1 |
* | [EXPERIMENTAL] | ko1 | 2012-11-30 | 1 | -0/+2 |
* | * vm_trace.c: | zzak | 2012-11-30 | 1 | -5/+39 |
* | * vm_trace.c (tracepoint_disable_m, tracepoint_enable_m): | ko1 | 2012-11-30 | 1 | -2/+2 |
* | * vm_trace.c: Documentation for TracePoint API | zzak | 2012-11-30 | 1 | -1/+156 |
* | * vm_trace.c (set_trace_func): Formatting of params and events | zzak | 2012-11-30 | 1 | -11/+25 |
* | [EXPERIMENTAL: NEED DISCUSS] | ko1 | 2012-11-29 | 1 | -2/+10 |
* | * include/ruby/debug.h: add rb_debug_inspector_* APIs. | ko1 | 2012-11-29 | 1 | -2/+0 |
* | * include/ruby/debug.h: provide rb_tracearg_*() APIs, | ko1 | 2012-11-29 | 1 | -60/+120 |
* | * vm_trace.c (rb_tracepoint_attr_method_id): | ko1 | 2012-11-29 | 1 | -2/+2 |
* | * vm_trace.c (rb_tracepoint_attr_defined_class): | ko1 | 2012-11-29 | 1 | -2/+2 |
* | * vm_trace.c: rename TracePoint#file and TracePoint#line | ko1 | 2012-11-26 | 1 | -14/+14 |
* | * vm_core.h: add members to rb_trace_arg_t: | ko1 | 2012-11-26 | 1 | -39/+38 |
* | * vm_trace.c (rb_tracepoint_attr_raised_exception): should not check | ko1 | 2012-11-24 | 1 | -6/+6 |
* | * include/ruby/debug.h: introdudced. | ko1 | 2012-11-20 | 1 | -88/+90 |
* | * vm_trace.c: rename and add TracePoint APIs. | ko1 | 2012-11-20 | 1 | -31/+70 |
* | * vm_trace.c: add two methods: | ko1 | 2012-11-20 | 1 | -23/+46 |
* | * eval_error.c (error_print), vm_eval.c (eval_string_with_cref), | ko1 | 2012-10-23 | 1 | -3/+3 |
* | * vm_trace.c (rb_threadptr_exec_event_hooks, rb_suppress_tracing): | ktsj | 2012-10-21 | 1 | -3/+3 |
* | * vm_core.h (rb_vm_t::trace_running): add a new field | ktsj | 2012-10-21 | 1 | -4/+10 |