Skip to content
Snippets Groups Projects
  1. Aug 13, 1999
  2. Jan 05, 1998
    • dtc's avatar
      Patch from Timothy Miller: · bf230599
      dtc authored
      In the debugger, breakpoint <loc> :function <fn> wouldn't actually put
      the breakpoint in the right function if <fn> was different from the
      current function.
      bf230599
  3. Dec 31, 1997
  4. Dec 07, 1997
  5. Feb 12, 1997
  6. May 08, 1996
  7. Oct 31, 1994
  8. Oct 02, 1994
  9. Mar 19, 1994
  10. Feb 14, 1994
  11. Feb 11, 1994
  12. Feb 04, 1994
  13. Aug 30, 1993
  14. Aug 20, 1993
  15. Jul 22, 1993
  16. Jul 02, 1993
  17. Jun 24, 1993
  18. Jan 13, 1993
  19. Sep 05, 1992
  20. Aug 03, 1992
  21. Jul 10, 1992
    • ram's avatar
      Exported variables *use-block-starts-only* and *print-code-location-kind* · 2ef6f7c8
      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
  22. Apr 14, 1992
  23. Mar 10, 1992
  24. Feb 14, 1992
  25. Dec 16, 1991
  26. Dec 15, 1991
  27. Dec 12, 1991
  28. Oct 16, 1991
    • chiles's avatar
      · e4804621
      chiles authored
      Fixed "DEBUG" package to no longer require USE'ing the "SYSTEMS" or
      "EXTENSIONS".
      e4804621
  29. Oct 12, 1991
    • chiles's avatar
      · 6e7ae1ee
      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.
      6e7ae1ee
  30. Jul 14, 1991
  31. May 29, 1991
    • chiles's avatar
      · 2ec2b8e1
      chiles authored
      Implemented the EDIT-SOURCE debugger command which gathers source information
      and gives it to the editor by calling ED::EDIT-SOURCE-LOCATION.
      2ec2b8e1
  32. May 27, 1991
    • chiles's avatar
      · 54bed342
      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.
      54bed342
  33. Mar 07, 1991
  34. Feb 08, 1991
  35. Jan 31, 1991
  36. Dec 15, 1990
  37. Oct 11, 1990
    • ram's avatar
      Made *debug-print-XXX* go to *print-XXX* if they are NIL. · 158b38fc
      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.
      158b38fc
Loading