1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 07:50:20 +02:00
guile/module/system/vm
Andy Wingo fb5c4dc523 add ,break-at-source
* module/system/vm/trap-state.scm (add-trap-at-source-location!): New
  proc.
* module/system/repl/command.scm (break-at-source): New repl
  meta-command. Doesn't work as well as it could now because it doesn't
  know about nested functions, but that's coming.
2010-09-23 17:49:55 +02:00
..
coverage.scm Add (system vm coverage). 2010-05-07 13:47:53 +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 add trap-calls-to-procedure 2010-09-23 13:42:12 +02:00
vm.scm add vm-abort-continuation-hook, vm-restore-continuation-hook 2010-09-16 12:48:41 +02:00