- 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
-
- Jul 23, 1990
-
-
ram authored
r-e-p loop. Change source printing stuff to hack :LISP source locations. Added maybe-block-start-location and made source printing use it.
-
- Jun 15, 1990
-
-
ram authored
the TLF when the source has been modified. Also, we print the file that the source is in.
-
- Jun 01, 1990
-
-
ram authored
compile-time one, not just >=.
-
- May 30, 1990
-
-
cvs2git authored
-
- Apr 27, 1990
-
-
ram authored
-
- Apr 23, 1990
-
-
ram authored
New functionality DEBUG:ARG and DEBUG:VAR, vsource command. Fixes to frame printing and stuff.
-
- Apr 20, 1990
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 22, 1990
-
-
ram authored
the working code version as of this date.
-
- Feb 06, 1990
-
-
ram authored
-