Skip to content
Snippets Groups Projects
Commit 2ef6f7c8 authored by ram's avatar ram
Browse files

Exported variables *use-block-starts-only* and *print-code-location-kind*

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.
parent bff6856c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment