Feature #4347 » 192_continuation_tracing.patch
| thread.c | ||
|---|---|---|
| 
         rb_remove_event_hook(call_trace_func); 
   | 
||
| 
         if (NIL_P(trace)) { 
   | 
||
| 
     	GET_THREAD()->tracing = 0; 
   | 
||
| 
     	return Qnil; 
   | 
||
| 
         } 
   | 
||
| ... | ... | |
| 
         rb_threadptr_revmove_event_hook(th, call_trace_func); 
   | 
||
| 
         if (NIL_P(trace)) { 
   | 
||
| 
     	th->tracing = 0; 
   | 
||
| 
     	return Qnil; 
   | 
||
| 
         } 
   | 
||
| 
         thread_add_trace_func(th, trace); 
   | 
||
- « Previous
 - 1
 - 2
 - 3
 - Next »