- Dec 31, 1997
-
-
dtc authored
with-scheduling, otherwise debugging can be rather problematic - could use some more thought.
-
- Dec 07, 1997
-
-
dtc authored
frame is flushed which was not always the case.
-
- Feb 12, 1997
-
-
dtc authored
modifying the *readtable*; caching this modified *readtable* to save copying.
-
- May 08, 1996
-
-
ram authored
-
- Oct 31, 1994
-
-
ram authored
-
- Oct 02, 1994
-
-
ram authored
defined and squelch warnings when Hemlock isn't loaded.
-
- Mar 19, 1994
-
-
ram authored
gets an error.
-
- Feb 14, 1994
-
-
ram authored
dummy definition of the former.
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Feb 04, 1994
-
-
wlott authored
exported step macro, not some internal routine.
-
- Aug 30, 1993
-
-
ram authored
-
- Aug 20, 1993
-
-
ram authored
-
- Jul 22, 1993
-
-
ram authored
so that we don't reference the vector out of bounds and get garbage.
-
- Jul 02, 1993
-
-
ram authored
condition to calls to CONTINUE.
-
- Jun 24, 1993
-
-
ram authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Sep 05, 1992
-
-
wlott authored
source.
-
- Aug 03, 1992
-
-
ram authored
-
- Jul 10, 1992
-
-
ram authored
which control the verbosity of LIST-LOCATIONS. Imroved source file organization. Changed PRINT-FRAME-CALL to print the source if verbosity >= 2 and the source is available. Removed mentions of *current-code-location*, which was only set, never read. Changed source location printing to cache information so that it is much faster when many locations in the same function are printed. The source file is now only printed when the file changes from one printing to the next. The format of LIST-LOCATIONS is now more readable. The number: comes before the form, and consecutive locations with the same souce print as ranges, not as multiple lines. Changes really by hallgren: Added vars/structures/code for breakpoints and steps. Added debugger commands BREAKPOINTS, SBREAKPOINT, RBREAPOINT, LBREAKPOINTS, and STEP. Changed PRINT-FRAME-CALL to print the frame number for use in backtrace. Changed VPRINT and BACKTRACE to call PRINT-FRAME-CALL correctly. Updated the help string for breakpoints and steps.
-
- Apr 14, 1992
-
-
wlott authored
-
- Mar 10, 1992
- Feb 14, 1992
-
-
wlott authored
-
- Dec 16, 1991
-
-
wlott authored
-
- Dec 15, 1991
-
-
wlott authored
not shadowed by a higher priority restart). Changed the restart command to look for restarts by name if a symbol is typed.
-
- Dec 12, 1991
- Oct 16, 1991
-
-
chiles authored
Fixed "DEBUG" package to no longer require USE'ing the "SYSTEMS" or "EXTENSIONS".
-
- Oct 12, 1991
-
-
chiles authored
Documented some code someone added that was confusing. Added an optional argument to PRINT-FRAME-CALL-1, an internal function, to control whether it precedes its output with a newline.
-
- Jul 14, 1991
-
-
wlott authored
T to keep the reader from barfing on stuff that will no longer read (e.g. #.foo in the wrong package, etc.).
-
- May 29, 1991
-
-
chiles authored
Implemented the EDIT-SOURCE debugger command which gathers source information and gives it to the editor by calling ED::EDIT-SOURCE-LOCATION.
-
- May 27, 1991
-
-
chiles authored
Made DEBUG-COMMAND-P find commands with an ambiguous initial substring, matching exact matches regardless of ambiguity. Renamed debugger commands to longer, more meaningful names and defined shorter aliases for silly traditional names that aren't ambiguous initial substrings; for example, "pp" for "verbose print". I used the new internal interface DEF-DEBUG-COMMAND-ALIAS to do this. Fixed a bug in the "SOURCE" and "VSOURCE" commands. Previously, they only worked for compilation units that included only one file.
-
- Mar 07, 1991
-
-
wlott authored
can return to the debugger after read-errors.
-
- Feb 08, 1991
-
-
ram authored
-
- Jan 31, 1991
-
-
wlott authored
-
- Dec 15, 1990
-
-
wlott authored
to read.
-
- Oct 11, 1990
-
-
ram authored
Flushed "push" command. Made "l" command accept a prefix of the variables to print. Made source commands die more gracefully if there is no d-s-start-positions. Made source commands understand the new :STREAM debug-info format. Made "flush" print whether it turned flushing on or off.
-
- Oct 04, 1990
-
-
wlott authored
the pretty-printer can have a chance at doing something with it. Nuked Robs-backtrace.
-
- Aug 24, 1990
-
-
wlott authored
-