Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    2f20645c
    Fixed to actually allow tracing anonymous function objects. Changed to allow · 2f20645c
    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.
    2f20645c
    History
    Fixed to actually allow tracing anonymous function objects. Changed to allow
    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.