1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00
guile/module/system/vm
Ludovic Courtès 6edf58538f Make `procedure-execution-count' fail gracefully when no source info is available.
* module/system/vm/coverage.scm (procedure-execution-count): Handle the
  case where (null? (program-sources PROC)).
2010-09-24 15:39:47 +02:00
..
coverage.scm Make `procedure-execution-count' fail gracefully when no source info is available. 2010-09-24 15:39:47 +02:00
frame.scm Remove unneeded #:use-module. 2010-08-27 18:59:42 +02:00
inspect.scm add a silly inspector 2010-01-12 00:18:24 +01:00
instruction.scm rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 2010-03-16 21:20:34 +01:00
objcode.scm rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 2010-03-16 21:20:34 +01:00
program.scm Add program-free-variables' to (system vm program)'. 2010-05-07 13:47:52 +02:00
trace.scm tracepoints print their trap number 2010-09-23 17:17:16 +02:00
trap-state.scm add ,break-at-source 2010-09-23 17:49:55 +02:00
traps.scm procedure traps can fire on nested procedures 2010-09-24 13:25:26 +02:00
vm.scm Add thread-vm' and set-thread-vm!'. 2010-09-24 15:39:47 +02:00