aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_settracefunc.rb
Commit message (Expand)AuthorAgeFilesLines
...
* vm_trace.c: exceptions in event hooksnobu2012-12-101-0/+14
* * vm_trace.c: TracePoint#enable should not cause an errorko12012-12-061-0/+18
* Suppress warningsnaruse2012-12-051-32/+36
* * test/ruby/test_settracefunc.rb: disable trace.ko12012-12-051-0/+5
* * vm_trace.c: add TracePoint#inspect.ko12012-12-011-0/+25
* * thread.c: TracePoint#self returns invoking/exitting thread objectko12012-11-301-4/+13
* [EXPERIMENTAL: NEED DISCUSS]ko12012-11-291-1/+56
* * vm_trace.c (rb_tracepoint_attr_method_id):ko12012-11-291-4/+4
* * vm_trace.c (rb_tracepoint_attr_defined_class):ko12012-11-291-2/+2
* * vm_trace.c: rename TracePoint#file and TracePoint#lineko12012-11-261-3/+3
* * vm_trace.c (rb_tracepoint_attr_raised_exception): should not checkko12012-11-241-0/+43
* remove trailing spaces.nobu2012-11-201-2/+2
* * vm_trace.c: rename and add TracePoint APIs.ko12012-11-201-4/+50
* * vm_trace.c: add two methods:ko12012-11-201-42/+73
* * test/ruby/test_settracefunc.rb: remove trailing spaces.ktsj2012-10-211-1/+1
* * test/ruby/test_settracefunc.rb (test_tracepoint):ko12012-10-041-53/+0
* * vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895]ko12012-08-221-0/+218
* * vm.c: add RubyVM::Backtrace object (btobj).ko12012-05-241-4/+0
* * test/ruby/test_settracefunc.rb: ignore traces from another threadsusa2012-05-011-17/+26
* * parse.y (primary): point method name line. [ruby-core:40936]nobu2011-12-131-8/+8
* * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return eventko12011-06-301-0/+22
* * test/ruby/test_settracefunc.rb (TestSetTraceFunc): ensure to usenobu2011-02-111-6/+10
* * thread.c (thread_reset_event_flags, exec_event_hooks): ignorenobu2010-10-091-0/+12
* * NEWS: add Thread#add_trace_func and Thread#set_trace_func.wanabe2010-03-261-0/+60
* * eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko12010-01-241-1/+24
* * test/ruby/test_settracefunc.rb (test_return, test_return2): add twomame2009-08-181-0/+83
* * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.wanabe2009-08-181-0/+2
* * vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame2009-07-221-3/+3
* * thread.c (rb_threadptr_exec_event_hooks): new function tonobu2009-07-051-0/+5
* * test/ruby/test_settracefunc.rb (test_call, test_class): line numbermame2008-09-301-4/+4
* * test/ruby/test_settracefunc.rb (test_call, test_class):nobu2008-08-151-8/+0
* * test/ruby/test_settracefunc.rb: fix expected traces formame2008-07-011-14/+24
* * test/ruby/test_settracefunc.rb (test_raise): reveal an exceptionmame2008-06-301-2/+6
* * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko12008-06-291-3/+3
* * test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame2008-04-231-0/+4
* * test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise):nobu2008-02-291-1/+1
* * test/ruby/test_settracefunc.rb: fixed tests for set_trace_func.shugo2007-11-121-125/+160
* * insnhelper.ci (vm_call_method): pass mn->nd_clss toshugo2007-11-111-1/+1
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-0/+2
* * eval.c (rb_call0): "return" event hook should be always executedshugo2005-04-071-39/+54
* * parse.y (primary): fix lineno of rescue and ensure.shugo2005-03-231-6/+1
* * test/ruby/test_settracefunc.rb (test_event): added tests forshugo2005-03-221-12/+111
* * test/ruby/test_settracefunc.rb: added test for c-return.shugo2005-03-161-9/+11
* Wed Nov 17 23:47:30 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi2004-11-171-0/+26