Skip to content
Snippets Groups Projects
Commit e98a6f49 authored by wlott's avatar wlott
Browse files

Added trap type for after-breakpoints.

parent ffbbc03d
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.100 1992/03/11 21:26:44 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.101 1992/05/21 16:30:47 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.100 1992/03/11 21:26:44 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.101 1992/05/21 16:30:47 wlott Exp $
;;; ;;;
;;; This file contains some parameterizations of various VM ;;; This file contains some parameterizations of various VM
;;; attributes for the MIPS. This file is separate from other stuff so ;;; attributes for the MIPS. This file is separate from other stuff so
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
(export '(atomic-flag interrupted-flag halt-trap pending-interrupt-trap (export '(atomic-flag interrupted-flag halt-trap pending-interrupt-trap
error-trap cerror-trap breakpoint-trap function-end-breakpoint-trap error-trap cerror-trap breakpoint-trap function-end-breakpoint-trap
trace-table-normal trace-table-call-site after-breakpoint-trap trace-table-normal trace-table-call-site
trace-table-function-prologue trace-table-function-epilogue)) trace-table-function-prologue trace-table-function-epilogue))
(defenum (:suffix -flag) (defenum (:suffix -flag)
...@@ -140,7 +140,8 @@ ...@@ -140,7 +140,8 @@
error error
cerror cerror
breakpoint breakpoint
function-end-breakpoint) function-end-breakpoint
after-breakpoint)
(defenum (:prefix trace-table-) (defenum (:prefix trace-table-)
normal normal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment