Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
6c8db206
Commit
6c8db206
authored
33 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Added export of function-end-breakpoint-trap.
parent
878a6f8e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
compiler/mips/parms.lisp
+3
-3
3 additions, 3 deletions
compiler/mips/parms.lisp
compiler/rt/params.lisp
+2
-2
2 additions, 2 deletions
compiler/rt/params.lisp
compiler/sparc/parms.lisp
+3
-2
3 additions, 2 deletions
compiler/sparc/parms.lisp
with
8 additions
and
7 deletions
compiler/mips/parms.lisp
+
3
−
3
View file @
6c8db206
...
@@ -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.9
6
1991/05/24 20:
2
3:1
4
wlott Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.9
7
1991/05/24 20:3
8
:1
9
wlott Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.9
6
1991/05/24 20:
2
3:1
4
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.9
7
1991/05/24 20:3
8
:1
9
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
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
;;;; Other non-type constants.
;;;; Other non-type constants.
(
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
error-trap
cerror-trap
breakpoint-trap
function-end-breakpoint-trap
trace-table-normal
trace-table-call-site
trace-table-normal
trace-table-call-site
trace-table-function-prologue
trace-table-function-epilogue
))
trace-table-function-prologue
trace-table-function-epilogue
))
...
...
This diff is collapsed.
Click to expand it.
compiler/rt/params.lisp
+
2
−
2
View file @
6c8db206
...
@@ -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.
5
1991/05/24 20:
25:51
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.
6
1991/05/24 20:
37:08
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
...
@@ -193,7 +193,7 @@
...
@@ -193,7 +193,7 @@
;;;; Other non-type constants.
;;;; Other non-type constants.
(
export
'
(
halt-trap
pending-interrupt-trap
error-trap
cerror-trap
(
export
'
(
halt-trap
pending-interrupt-trap
error-trap
cerror-trap
breakpoint-trap
))
breakpoint-trap
function-end-breakpoint-trap
))
(
defenum
(
:suffix
-trap
:start
8
)
(
defenum
(
:suffix
-trap
:start
8
)
halt
halt
...
...
This diff is collapsed.
Click to expand it.
compiler/sparc/parms.lisp
+
3
−
2
View file @
6c8db206
...
@@ -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.
9
1991/05/24 20:
22:37
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.
10
1991/05/24 20:
37:33
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
...
@@ -138,7 +138,8 @@
...
@@ -138,7 +138,8 @@
;;;; Other random constants.
;;;; Other random constants.
(
export
'
(
halt-trap
pending-interrupt-trap
error-trap
cerror-trap
(
export
'
(
halt-trap
pending-interrupt-trap
error-trap
cerror-trap
breakpoint-trap
object-not-list-trap
object-not-structure-trap
breakpoint-trap
function-end-breakpoint-trap
object-not-list-trap
object-not-structure-trap
trace-table-normal
trace-table-call-site
trace-table-normal
trace-table-call-site
trace-table-function-prologue
trace-table-function-epilogue
))
trace-table-function-prologue
trace-table-function-epilogue
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment