Skip to content
Snippets Groups Projects
  1. Jun 22, 1992
  2. Jun 18, 1992
  3. Jun 14, 1992
  4. Jun 13, 1992
  5. Jun 12, 1992
  6. Jun 04, 1992
  7. Jun 01, 1992
  8. May 30, 1992
  9. May 27, 1992
  10. May 26, 1992
  11. May 25, 1992
  12. May 24, 1992
    • wlott's avatar
      Instead of using a hash table to map from compiled-debug-functions to the · 8dbaed74
      wlott authored
      corresponding :function-end breakpoint start-helper, use a slot in the
      c-d-f structure.
      
      Added a :unknown-return-partner kind of breakpoint, which is used
      internally to mark the partner breakpoint for :unknown-return
      code-locations.
      
      Changed MAKE-COMPILED-CODE-LOCATION to be called MAKE-KNOWN-CODE-LOCATION
      because that is what it was doing.  Also, made the optional args required,
      because they really are.
      
      Changed MAKE-UNKNOWN-CODE-LOCATION to be called MAKE-COMPILED-CODE-LOCATION,
      because it is not known to be unknown (i.e. :unsure).
      
      Changed CODE-LOCATION-FROM-PC to check to see if there is a breakpoint
      installed at that pc.  If so, use the code-location from that breakpoint.
      Otherwise, make an :unsure unknown-p code-location so it can be filled in
      if needed.
      
      Fixed FRAME-CATCHES to take into account the code components header length
      when computing the pc offset for the :nlx-entry code location.
      
      Fixed code-location breakpoints to correctly handle :unknown-return and
      :single-value-return code-locations.
      8dbaed74
  13. May 23, 1992
  14. May 21, 1992
  15. May 18, 1992
  16. May 16, 1992
  17. May 15, 1992
Loading