- Jun 14, 1992
-
-
wlott authored
now does all circularity detection and DESCEND-INTO only does depth abbreviation. Also OUTPUT-STRUCTURE no longer descends into the object, under the assumption that the structure printer will either actually check the depth argument or use PPRINT-LOGICAL-BLOCK or DESCEND-INTO.
-
- Jun 13, 1992
-
-
wlott authored
-
- Jun 12, 1992
- Jun 04, 1992
- Jun 01, 1992
-
-
ram authored
an arg being NIL and being unsupplied.
-
- May 30, 1992
-
-
ram authored
-
- May 27, 1992
- May 26, 1992
- May 25, 1992
-
-
ram authored
-
- May 24, 1992
-
-
wlott authored
corresponding :function-end breakpoint start-helper, use a slot in the c-d-f structure. Added a :unknown-return-partner kind of breakpoint, which is used internally to mark the partner breakpoint for :unknown-return code-locations. Changed MAKE-COMPILED-CODE-LOCATION to be called MAKE-KNOWN-CODE-LOCATION because that is what it was doing. Also, made the optional args required, because they really are. Changed MAKE-UNKNOWN-CODE-LOCATION to be called MAKE-COMPILED-CODE-LOCATION, because it is not known to be unknown (i.e. :unsure). Changed CODE-LOCATION-FROM-PC to check to see if there is a breakpoint installed at that pc. If so, use the code-location from that breakpoint. Otherwise, make an :unsure unknown-p code-location so it can be filled in if needed. Fixed FRAME-CATCHES to take into account the code components header length when computing the pc offset for the :nlx-entry code location. Fixed code-location breakpoints to correctly handle :unknown-return and :single-value-return code-locations.
-
- May 23, 1992
-
-
ram authored
-
- May 21, 1992
- May 18, 1992
- May 16, 1992
- May 15, 1992
-
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
interpret (eval-when (eval ...) ...) during the cold load.
-
wlott authored
-
wlott authored
assignments and extra )'s were missed.
-
wlott authored
-
wlott authored
-
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.
-
wlott authored
problems for argument type proclamations. Also removed extra )'s.
-
wlott authored
-
wlott authored
some debugging code #+nil'ed out so that I don't have to rewrite it from scratch next time I want it. And removed an extra ``)''.
-
wlott authored
-
wlott authored
-