1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 08:40:19 +02:00

document trap states

* module/system/vm/trap-state.scm: Export add-trap!.

* doc/ref/api-debug.texi (Trap States): Document.
This commit is contained in:
Andy Wingo 2010-10-07 22:50:33 +02:00
parent 90729e7105
commit de03880abe
2 changed files with 31 additions and 1 deletions

View file

@ -28,7 +28,8 @@
#:use-module (system vm trace)
#:use-module (system vm frame)
#:use-module (system vm program)
#:export (list-traps
#:export (add-trap!
list-traps
trap-enabled?
trap-name
enable-trap!