add ,registers
authorAndy Wingo <wingo@pobox.com>
Thu, 30 Sep 2010 19:29:20 +0000 (21:29 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 30 Sep 2010 19:29:20 +0000 (21:29 +0200)
commit542f975e608645122ff41d11f9b782009dadf9dd
tree928fba6cdd0efe740d7255c50bba01a471a1eb6f
parent33002867d7647c595712d0d501c16b8111628b29
add ,registers

* libguile/frames.h:
* libguile/frames.c (scm_frame_stack_pointer): New function.

* module/system/repl/debug.scm (print-registers): New function, prints
  out registers.

* module/system/repl/command.scm (registers): New debugging
  meta-command.
  (inspect): Not a stack-command, a normal meta-command.
libguile/frames.c
libguile/frames.h
module/system/repl/command.scm
module/system/repl/debug.scm