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

7 commits

Author SHA1 Message Date
Jeremy Evans
d585799d73 Document binding behavior for C call/return events for TracePoint/set_trace_func
C methods do not have bindings, so binding returns the binding of
the nearest C method.

Fixes [Bug ]
2021-04-26 15:21:52 -07:00
Nguyễn Quang Minh
1819652578
[Feature ] TracePoint#inspect returns "... file:line" ()
* Fix debug documents to match Thread#to_s change (Feature  ticket)

* TracePoint#inspect returns "... file:line" (Feature )

* Guard older version of Ruby in Tracepoint inspection tests

* Focus on current thread only when running TracePoint inspection test
2020-08-06 11:56:24 +09:00
Nobuyoshi Nakada
63aadc237f [Feature ] Use Primitive.func style 2020-06-19 18:46:55 +09:00
Nobuyoshi Nakada
d863f4bccd [Feature ] Use __builtin.func style 2020-06-19 18:46:55 +09:00
Kazuhiro NISHIYAMA
ce4d167778
Fix output of example [ci skip] 2020-01-05 00:52:43 +09:00
Alan Wu
df76f2c577
Make TracePoint.stat a singleton method again ()
[Bug ]
2019-12-04 21:02:21 -05:00
Koichi Sasada
e2a45cb984 use builtin for TracePoint.
Define TracePoint in trace_point.rb and use __builtin_ syntax.
2019-11-08 09:09:29 +09:00