1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 08:50:23 +02:00
guile/module/system/repl
Andy Wingo 7e9f96021a vm-trace only traces execution of its thunk
* module/system/vm/trace.scm (vm-trace): Change to just export the one
  procedure, vm-trace. This way it's threadsafe and more robust. Also
  refactor to not print any of Guile's internal bits. Hopefully Neil
  will be happier :)

* module/system/repl/command.scm (option): Adapt to removal of
  vm-trace-on! and vm-trace-off!, as those are unlikely to DTRT.
2010-01-13 22:49:14 +01:00
..
command.scm vm-trace only traces execution of its thunk 2010-01-13 22:49:14 +01:00
common.scm vm no longer measures bogoclock or times, relies on os for that 2009-12-11 12:39:02 +01:00
describe.scm eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
repl.scm implement a silly debugger 2009-12-22 23:38:06 +01:00