"README.md" did not exist on "9265c55d343d2c6ae2bb7f2ec677e8e4b5e3c91e"
- Jan 14, 1992
- Nov 26, 1991
-
-
chiles authored
Modified HANDLE-BREAKPOINT-AUX to test whether any user hook deactivated any breakpoints at the current code location. When there are no longer any breakpoints at this location, it foregoes setting an after breakpoint to re-establish the break instruction at this code location. There is no reason to plan to re-establish the break instruction since there are no longer any active breakpoints at the location. Modified SUB-DEACTIVATE-BREAKPOINT to only remove the break instruction from the code when there are no longer any active breakpoints at the code location.
-
- Nov 10, 1991
-
-
wlott authored
-
- Nov 03, 1991
-
-
chiles authored
Changed name of DI:DO-BLOCKS to DI:DO-DEBUG-FUNCTION-BLOCKS. Fixed package system, so "DI" no longer needs to USE-PACKAGE various big packages that export lots of stuff unused by "DI". Someone screwed this up before, so now it is as it was before. Fixed stack parsing to correct handle bogus-lra's from :function-end breakpoints. Wrote DI:FUNCTION-END-COOKIE-VALID-P which takes a frame and a function-end-cookie. It returns whether the cookie is still valid. A cookie becomes invalid when the frame that established the cookie has exited. Sometimes cookie holders are unaware of cookie invalidation because their :function-end breakpoint hooks didn't run due to THROW'ing. This takes a frame as an efficiency hack since the user probably has a frame object in hand when using this routine, and it saves repeated parsing of the stack and consing when asking whether a series of cookies is valid. Wrote DEBUG-FUNCTION-START-LOCATION which takes a debug-function, and it returns a code-location before the body of a function and after all the arguments are in place. If this cannot determine that location due to a lack of debug information, it returns nil.
-
- 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
-