Forked from
cmucl / cmucl
Source project has a limited visibility.
-
ram authored
tracing of macros. When tracing an already traced function, untrace and retrace it, instead of ignoring the second request. Moved the undefined error for UNTRACE to the UNTRACE-1 subfunction, instead of signalling it at macroexpand time. In TRACE-1, added an assertion that there isn't already an entry in the trace breakpoint table, since sometimes we seem to be forgetting about breakpoints.
ram authoredtracing of macros. When tracing an already traced function, untrace and retrace it, instead of ignoring the second request. Moved the undefined error for UNTRACE to the UNTRACE-1 subfunction, instead of signalling it at macroexpand time. In TRACE-1, added an assertion that there isn't already an entry in the trace breakpoint table, since sometimes we seem to be forgetting about breakpoints.