openbios/forth/debugging
Blue Swirl d6aac5ffe2 Reworked version of Forth Source debugger (Mark Cave-Ayland)
This patch implements the following Forth words:

   debug <xt> - Mark word for debugging
   debug-off  - Unmark all words for debugging
   resume     - Return from subordinate Forth interpreter

The source debugger also implements the following commands when it has
been activated:

   Up - Unmark current word for debugging, mark parent and continue
   Down - Mark next word for debugging
   Trace - Continue execution until end of word displaying
           debug information
   Rstack - Display contents of the Rstack
   Forth - Launch subordinate Forth interpreter

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@611 f158a5a8-5612-0410-a976-696ce0be7e32
2009-11-15 21:03:51 +00:00
..
build.xml initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
client.fs Correctly encode strings of bootpath and bootargs properties. 2009-11-10 21:34:21 +00:00
fcode.fs Remove unnecessary trailing newlines 2008-12-13 09:26:41 +00:00
firmware.fs Reworked version of Forth Source debugger (Mark Cave-Ayland) 2009-11-15 21:03:51 +00:00
see.fs Remove unnecessary trailing newlines 2008-12-13 09:26:41 +00:00