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

Added function-end-breakpoint to the list of trap types.

parent 239206db
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.95 1991/03/24 20:10:47 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.96 1991/05/24 20:23:14 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.95 1991/03/24 20:10:47 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.96 1991/05/24 20:23:14 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
...@@ -139,7 +139,8 @@ ...@@ -139,7 +139,8 @@
pending-interrupt pending-interrupt
error error
cerror cerror
breakpoint) breakpoint
function-end-breakpoint)
(defenum (:prefix trace-table-) (defenum (:prefix trace-table-)
normal normal
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.4 1991/04/20 16:57:20 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.5 1991/05/24 20:25:51 wlott Exp $
;;; ;;;
;;; This file contains some parameterizations of various VM attributes for the ;;; This file contains some parameterizations of various VM attributes for the
;;; IBM RT. This file is separate from other stuff, so we can compile and ;;; IBM RT. This file is separate from other stuff, so we can compile and
...@@ -200,7 +200,8 @@ ...@@ -200,7 +200,8 @@
pending-interrupt pending-interrupt
error error
cerror cerror
breakpoint) breakpoint
function-end-breakpoint)
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.8 1991/03/22 14:05:20 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.9 1991/05/24 20:22:37 wlott Exp $
;;; ;;;
;;; This file contains some parameterizations of various VM ;;; This file contains some parameterizations of various VM
;;; attributes for the SPARC. This file is separate from other stuff so ;;; attributes for the SPARC. This file is separate from other stuff so
...@@ -147,7 +147,8 @@ ...@@ -147,7 +147,8 @@
pending-interrupt pending-interrupt
error error
cerror cerror
breakpoint) breakpoint
function-end-breakpoint)
(defenum (:prefix object-not- :suffix -trap :start 16) (defenum (:prefix object-not- :suffix -trap :start 16)
list list
......
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