- Oct 15, 1991
-
-
chiles authored
Restored "DI" package to no longer require USE'ing the "KERNEL", "SYSTEM", and "EXT" packages.
-
- Oct 14, 1991
-
-
chiles authored
Changed calls to SYMBOL-MACRO-LET to be SYMBOL-MACROLET.
-
- Oct 13, 1991
-
-
chiles authored
Updated documentation on MAKE-BREAKPOINT and ACTIVATE-BREAKPOINT.
-
- Oct 12, 1991
-
-
chiles authored
The latest alpha test breakpoint interface is available as described in the Debugging Tools Programmer's Interface. Also, support for setting breakpoints from the editor has been changed to use the "WIRE" package directly. There is a new interface for deleting breakpoints set by the editor. This is all alpha test code.
-
- May 16, 1991
-
-
chiles authored
Modified all the condition reporting methods to FRESH-LINE since error messages did not always end up on their own line when using Hemlock commands to drive a slave in the debugger.
-
- May 09, 1991
-
-
chiles authored
Fixed an error in the report for for unhandled-conditions. It was recursively trying to print the condition.
-
- May 06, 1991
-
-
chiles authored
William needs this file.
-
- Apr 09, 1991
-
-
ram authored
-
- Mar 12, 1991
- Feb 08, 1991
-
-
ram authored
-
- Jan 05, 1991
-
-
wlott authored
pmax, 'cause it doesn't exist.
-
- Dec 17, 1990
-
-
wlott authored
If it is, assume that it is the word offset and that the code object is stored on the stack after it.
-
- Nov 26, 1990
- Nov 07, 1990
- Nov 06, 1990
-
-
wlott authored
-
- Oct 01, 1990
-
-
ram authored
-
- Sep 12, 1990
-
-
ram authored
and to not lose when the variables end with a non-unique name.
-
- Sep 06, 1990
-
-
wlott authored
-
- Aug 24, 1990
-
-
wlott authored
-
- Aug 23, 1990
-
-
ram authored
than the (possibly interpreter) frame.
-
- Aug 22, 1990
-
-
ram authored
on the stack. We must use the debug-info to find them if the frame is escaped. For the current function (in TOP-FRAME), we use the new %CALLER-FRAME-AND-PC primitive.
-
- Jul 23, 1990
-
-
ram authored
parsing bug fixes and definitions for EVAL-IN-FRAME/PROCESS-FRAME.
-
- Jun 20, 1990
-
-
ram authored
internal error return PCs on the RT (which point after the last instruction in the error code, which may be in the next block's elsewhere code.) This situation is truly ambiguous, but by resolving in favor of the previous block we do much better.
-
- May 30, 1990
-
-
cvs2git authored
-
- May 29, 1990
-
-
ram authored
-
- Apr 27, 1990
-
-
ram authored
-
- Apr 23, 1990
-
-
ram authored
Also, merged in some new stuff from Bill. Variable access now understands indirect value cells, and d-f-arguments won't choke on the OPTIONAL-ARGS marker when it appears (tho it still won't mark optionals.)
-
- Apr 20, 1990
-
-
chiles authored
-