Skip to content
Snippets Groups Projects
  1. Jan 14, 1992
  2. Nov 26, 1991
    • chiles's avatar
      · 2e00ad30
      chiles authored
      Modified HANDLE-BREAKPOINT-AUX to test whether any user hook deactivated any
      breakpoints at the current code location.  When there are no longer any
      breakpoints at this location, it foregoes setting an after breakpoint to
      re-establish the break instruction at this code location.  There is no reason
      to plan to re-establish the break instruction since there are no longer any
      active breakpoints at the location.
      
      Modified SUB-DEACTIVATE-BREAKPOINT to only remove the break instruction from
      the code when there are no longer any active breakpoints at the code location.
      2e00ad30
  3. Nov 10, 1991
  4. Nov 03, 1991
    • chiles's avatar
      · c4bf065b
      chiles authored
      Changed name of DI:DO-BLOCKS to DI:DO-DEBUG-FUNCTION-BLOCKS.
      
      Fixed package system, so "DI" no longer needs to USE-PACKAGE various big
      packages that export lots of stuff unused by "DI".  Someone screwed this up
      before, so now it is as it was before.
      
      Fixed stack parsing to correct handle bogus-lra's from :function-end
      breakpoints.
      
      Wrote DI:FUNCTION-END-COOKIE-VALID-P which takes a frame and a
      function-end-cookie.  It returns whether the cookie is still valid.  A cookie
      becomes invalid when the frame that established the cookie has exited.
      Sometimes cookie holders are unaware of cookie invalidation because their
      :function-end breakpoint hooks didn't run due to THROW'ing.  This takes a frame
      as an efficiency hack since the user probably has a frame object in hand when
      using this routine, and it saves repeated parsing of the stack and consing when
      asking whether a series of cookies is valid.
      
      Wrote DEBUG-FUNCTION-START-LOCATION which takes a debug-function, and it
      returns a code-location before the body of a function and after all the
      arguments are in place.  If this cannot determine that location due to a lack
      of debug information, it returns nil.
      c4bf065b
  5. Oct 15, 1991
    • chiles's avatar
      · 1aa26de3
      chiles authored
      Restored "DI" package to no longer require USE'ing the "KERNEL", "SYSTEM", and
      "EXT" packages.
      1aa26de3
  6. Oct 14, 1991
    • chiles's avatar
      · 244b4aac
      chiles authored
      Changed calls to SYMBOL-MACRO-LET to be SYMBOL-MACROLET.
      244b4aac
  7. Oct 13, 1991
    • chiles's avatar
      · 0e1cc2af
      chiles authored
      Updated documentation on MAKE-BREAKPOINT and ACTIVATE-BREAKPOINT.
      0e1cc2af
  8. Oct 12, 1991
    • chiles's avatar
      · 79304ca6
      chiles authored
      The latest alpha test breakpoint interface is available as described in the
      Debugging Tools Programmer's Interface.  Also, support for setting breakpoints
      from the editor has been changed to use the "WIRE" package directly.  There is
      a new interface for deleting breakpoints set by the editor.  This is all alpha
      test code.
      79304ca6
  9. May 16, 1991
    • chiles's avatar
      · 34899787
      chiles authored
      Modified all the condition reporting methods to FRESH-LINE since error messages
      did not always end up on their own line when using Hemlock commands to drive a
      slave in the debugger.
      34899787
  10. May 09, 1991
    • chiles's avatar
      · c3b4851f
      chiles authored
      Fixed an error in the report for for unhandled-conditions.  It was recursively
      trying to print the condition.
      c3b4851f
  11. May 06, 1991
    • chiles's avatar
      · 073c74a2
      chiles authored
      William needs this file.
      073c74a2
  12. Apr 09, 1991
  13. Mar 12, 1991
  14. Feb 08, 1991
  15. Jan 05, 1991
  16. Dec 17, 1990
  17. Nov 26, 1990
  18. Nov 07, 1990
  19. Nov 06, 1990
  20. Oct 01, 1990
  21. Sep 12, 1990
  22. Sep 06, 1990
  23. Aug 24, 1990
  24. Aug 23, 1990
  25. Aug 22, 1990
  26. Jul 23, 1990
  27. Jun 20, 1990
  28. May 30, 1990
  29. May 29, 1990
  30. Apr 27, 1990
  31. Apr 23, 1990
    • ram's avatar
      CONT -> FP · 8b8c6dfd
      ram authored
      Also, merged in some new stuff from Bill.  Variable access now understands
      indirect value cells, and d-f-arguments won't choke on the OPTIONAL-ARGS marker
      when it appears (tho it still won't mark optionals.)
      8b8c6dfd
  32. Apr 20, 1990
Loading