Changeset 752


Ignore:
Timestamp:
Apr 2, 2004, 9:49:36 PM (21 years ago)
Author:
Gary Byers
Message:

Backtrace context now contains the break condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-readloop-lds.lisp

    r688 r752  
    376376(declaim (notinline select-backtrace))
    377377
    378 (defmacro new-backtrace-info (dialog youngest oldest tcr)
    379   `(vector ,dialog ,youngest ,oldest ,tcr nil (%catch-top ,tcr)))
     378(defmacro new-backtrace-info (dialog youngest oldest tcr condition)
     379  `(vector ,dialog ,youngest ,oldest ,tcr nil (%catch-top ,tcr) ,condition))
    380380
    381381(defun select-backtrace ()
     
    421421                                            (last-frame-ptr))
    422422                                        (last-frame-ptr))
    423                                       (%current-tcr)))
     423                                      (%current-tcr)
     424                                      condition))
    424425                (*backtrace-contexts* (cons context *backtrace-contexts*)))
    425426         (with-toplevel-commands :break
Note: See TracChangeset for help on using the changeset viewer.