1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 05:20:16 +02:00
guile/module
Andy Wingo 439e032b0b add ,step ,stepi ,next and ,nexti
* module/system/vm/traps.scm (trap-matching-instructions): New trap,
  just installs a next hook and runs the handler when a predicate
  succeeds.

* module/system/vm/trap-state.scm (add-ephemeral-stepping-trap!): New
  procedure, uses trap-matching-instructions with an appropriate
  predicate to handle step, stepi, next, and nexti repl metacommands.

* module/system/repl/command.scm (step, step-instruction, next)
  (next-instruction): New repl debugger commands.
2010-10-06 21:19:08 +02:00
..
ice-9 bugfixes and simplifications to ice-9 buffered-input. 2010-10-05 19:55:37 +02:00
language add source:line-for-user, returning a 1-indexed line number 2010-10-01 18:15:23 +02:00
oop Remove goops-version, which is no longer defined 2010-10-02 18:14:45 +01:00
rnrs Fix make-variable-transformer export 2010-09-19 12:15:37 +02:00
scripts remove a number of debug options 2010-09-24 20:57:01 +02:00
srfi Add implementation of SRFI 45 2010-10-03 21:54:22 +02:00
sxml sxml-match: Always use the same prompt tag. 2010-07-15 23:12:57 +02:00
system add ,step ,stepi ,next and ,nexti 2010-10-06 21:19:08 +02:00
texinfo Fix typos. 2010-09-02 00:04:39 +02:00
Makefile.am Add implementation of SRFI 45 2010-10-03 21:54:22 +02:00
rnrs.scm back-compat in (rnrs) for deprecated modules-in-value-namespace 2010-09-02 21:31:55 -07:00
statprof.scm remove a number of debug options 2010-09-24 20:57:01 +02:00
texinfo.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00