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:
parent
90729e7105
commit
de03880abe
2 changed files with 31 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue