add (system vm traps)
authorAndy Wingo <wingo@pobox.com>
Fri, 17 Sep 2010 11:33:47 +0000 (13:33 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 17 Sep 2010 11:33:47 +0000 (13:33 +0200)
commitc939b1275bd1f8fce2006c4da6597a323addc04e
tree1ce13ee0e2d0b83ae095153e25411ffcbebdbf20
parent893fb8d0cc2bce5097bdaee999d214fa2f3e0d38
add (system vm traps)

* module/system/vm/traps.scm: New module, implements higher-level traps
  based on the VM hooks. Inspired by (ice-9 debugging traps). Instead of
  the ice-9's variety, these traps have a procedural interface instead
  of a GOOPS interface.

* module/Makefile.am: Add the new module.
module/Makefile.am
module/system/vm/traps.scm [new file with mode: 0644]