mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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> |
||
|---|---|---|
| .. | ||
| alpha | ||
| i386 | ||
| softwords | ||
| dict.c | ||
| ficl.c | ||
| ficl.h | ||
| Makefile | ||
| math64.c | ||
| math64.h | ||
| stack.c | ||
| sysdep.c | ||
| sysdep.h | ||
| testmain.c | ||
| vm.c | ||
| words.c | ||