1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add doc for a_call and a_return events of TracePoint

This commit is contained in:
Masataka Pocke Kuwabara 2021-09-14 01:06:22 +09:00 committed by Koichi Sasada
parent 75aae66c4f
commit d5ae892519
Notes: git 2021-11-09 17:10:56 +09:00

View file

@ -41,6 +41,8 @@
# +:raise+:: raise an exception
# +:b_call+:: event hook at block entry
# +:b_return+:: event hook at block ending
# +:a_call+:: event hook at all calls (+call+, +b_call+, and +c_call+)
# +:a_return+:: event hook at all returns (+return+, +b_return+, and +c_return+)
# +:thread_begin+:: event hook at thread beginning
# +:thread_end+:: event hook at thread ending
# +:fiber_switch+:: event hook at fiber switch