summaryrefslogtreecommitdiff
path: root/module/system/vm/coverage.scm
AgeCommit message (Expand)AuthorFilesLines
2022-06-16Add missing #:modules argument for coverage-data->lcov.Jessica Tallon1-3/+9
2018-09-14VM manages hook sets itselfAndy Wingo1-5/+4
2013-11-21No more VM objects visible to SchemeAndy Wingo1-3/+4
2013-11-21VM accessors take VM as implicit argument, not explicit argumentAndy Wingo1-5/+5
2013-11-19rtl-program-code -> program-codeAndy Wingo1-1/+1
2013-11-19rtl-program? -> program?Andy Wingo1-2/+2
2013-11-07frame-instruction-pointer is absolute; rewrite (system vm coverage)Andy Wingo1-197/+165
2013-10-17(system vm coverage) works with RTL programsAndy Wingo1-10/+25
2010-10-01add source:line-for-user, returning a 1-indexed line numberAndy Wingo1-3/+3
2010-09-27add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable.Andy Wingo1-6/+6
2010-09-24Make `procedure-execution-count' fail gracefully when no source info is avail...Ludovic Courtès1-6/+8
2010-09-24Fix coverage analysis of procedures called from C.Ludovic Courtès1-3/+6
2010-05-07Add (system vm coverage).Ludovic Courtès1-0/+362