aboutsummaryrefslogtreecommitdiffstats
path: root/trace_point.rb
Commit message (Collapse)AuthorAgeFilesLines
* [Feature #16513] TracePoint#inspect returns "... file:line" (#3391)Nguyễn Quang Minh2020-08-061-1/+1
| | | | | | | | | * Fix debug documents to match Thread#to_s change (Feature #16412 ticket) * TracePoint#inspect returns "... file:line" (Feature #16513) * Guard older version of Ruby in Tracepoint inspection tests * Focus on current thread only when running TracePoint inspection test
* [Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada2020-06-191-20/+20
|
* [Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada2020-06-191-20/+20
|
* Fix output of example [ci skip]Kazuhiro NISHIYAMA2020-01-051-1/+1
|
* Make TracePoint.stat a singleton method again (#2726)Alan Wu2019-12-041-1/+1
| | | [Bug #16399]
* use builtin for TracePoint.Koichi Sasada2019-11-081-0/+348
Define TracePoint in trace_point.rb and use __builtin_ syntax.