freebsd-skq/sys/boot/ficl
msmith e106763b92 From the PR:
I added a FICL_TRACE-conditioned trace facility based on "see".
It is ugly because words' functions are almost all static, and ficlExec,
where the trace has to be located, can't get their pointers. So, #ifdef
this staticization, and add most of see's body into ficlExec. Duplication
of code, uglyness, etc. But it is cleanly #ifdef'ed, and works like a
charm.

	It does not provide "step" facility, though, just trace. It is
tunable at run-time through "trace!". If anyone (most likely me :) ever
wants a step facility, I'll add it. Should be easy.

PR:		bin/9652
Submitted by:	"Daniel C. Sobral" <dcs@newsguy.com>
1999-01-24 06:06:21 +00:00
..
alpha Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
i386 Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
softwords Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
dict.c Fix includes; we were still pulling in <stdlib.h> in some places. 1998-11-04 03:42:16 +00:00
ficl.c From the PR: 1999-01-24 06:06:21 +00:00
ficl.h From the PR: 1999-01-24 06:06:21 +00:00
Makefile Transition from using Perl to using awk for our text-manipulation 1999-01-18 19:05:27 +00:00
math64.c Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well, 1998-11-03 06:11:35 +00:00
math64.h Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well, 1998-11-03 06:11:35 +00:00
stack.c Fix includes; we were still pulling in <stdlib.h> in some places. 1998-11-04 03:42:16 +00:00
sysdep.c Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
sysdep.h Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
testmain.c Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
vm.c Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
words.c From the PR: 1999-01-24 06:06:21 +00:00