Mercurial > hg > Members > anatofuz > MoarVM
comparison src/instrument/line_coverage.h @ 0:2cf249471370
convert mercurial for git
author | Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 May 2018 16:09:12 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2cf249471370 |
---|---|
1 void MVM_line_coverage_instrument(MVMThreadContext *tc, MVMStaticFrame *static_frame); | |
2 void MVM_line_coverage_report(MVMThreadContext *tc, MVMString *filename, MVMuint32 line_number, MVMuint16 cache_slot, char *cache); | |
3 | |
4 void MVM_breakpoint_instrument(MVMThreadContext *tc, MVMStaticFrame *static_frame); |