diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/instrument/line_coverage.h	Tue May 08 16:09:12 2018 +0900
@@ -0,0 +1,4 @@
+void MVM_line_coverage_instrument(MVMThreadContext *tc, MVMStaticFrame *static_frame);
+void MVM_line_coverage_report(MVMThreadContext *tc, MVMString *filename, MVMuint32 line_number, MVMuint16 cache_slot, char *cache);
+
+void MVM_breakpoint_instrument(MVMThreadContext *tc, MVMStaticFrame *static_frame);