1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-20 02:30:23 +02:00
guile/module/system/repl
Andy Wingo 25361a80fe add repl ,tracepoint command
* module/system/vm/trace.scm (print-return, print-application)
  (frame-return-values): Factored out of other things.
  (trace-calls-to-procedure): New proc, installs a trap tracing only
  calls to the given proc.
  (trace-calls-in-procedure): Refactor a bit.

* module/system/vm/trap-state.scm (add-trace-at-procedure-call!): New
  proc.

* module/system/repl/command.scm (tracepoint): New command, installs a
  tracepoint on a procedure.
2010-09-23 13:47:03 +02:00
..
command.scm add repl ,tracepoint command 2010-09-23 13:47:03 +02:00
common.scm validating repl options; value-history on by default 2010-07-10 11:19:19 +02:00
debug.scm Add new debug meta-command ,error-message 2010-08-31 13:47:56 +02:00
describe.scm eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
error-handling.scm avoid traps in repl except when evaluating the expression 2010-09-23 13:45:23 +02:00
repl.scm avoid traps in repl except when evaluating the expression 2010-09-23 13:45:23 +02:00