Skip to content
Snippets Groups Projects
  1. Mar 10, 1992
  2. Mar 06, 1992
  3. Mar 04, 1992
  4. Feb 21, 1992
  5. Feb 14, 1992
  6. Jan 14, 1992
  7. 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
  8. Nov 10, 1991
  9. 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
  10. 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
  11. Oct 14, 1991
    • chiles's avatar
      · 244b4aac
      chiles authored
      Changed calls to SYMBOL-MACRO-LET to be SYMBOL-MACROLET.
      244b4aac
  12. Oct 13, 1991
    • chiles's avatar
      · 0e1cc2af
      chiles authored
      Updated documentation on MAKE-BREAKPOINT and ACTIVATE-BREAKPOINT.
      0e1cc2af
  13. 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
  14. 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
  15. 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
  16. May 06, 1991
    • chiles's avatar
      · 073c74a2
      chiles authored
      William needs this file.
      073c74a2
  17. Apr 09, 1991
  18. Mar 12, 1991
  19. Feb 08, 1991
  20. Jan 05, 1991
  21. Dec 17, 1990
  22. Nov 26, 1990
  23. Nov 07, 1990
  24. Nov 06, 1990
  25. Oct 01, 1990
  26. Sep 12, 1990
  27. Sep 06, 1990
  28. Aug 24, 1990
  29. Aug 23, 1990
  30. Aug 22, 1990
  31. Jul 23, 1990
  32. Jun 20, 1990
  33. May 30, 1990
Loading