Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
9381 commits behind the upstream repository.
user avatar
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.
2ef6f7c8
History