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
7dd003b0
Commit
7dd003b0
authored
34 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Added breakpoint-trap and handle-breakpoint.
parent
41a3f26b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compiler/sparc/parms.lisp
+4
-2
4 additions, 2 deletions
compiler/sparc/parms.lisp
with
4 additions
and
2 deletions
compiler/sparc/parms.lisp
+
4
−
2
View file @
7dd003b0
...
@@ -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.
5
199
0/12
/1
7
1
9:38:12
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.
6
199
1/03
/1
9
1
8:48:28
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,12 +138,13 @@
...
@@ -138,12 +138,13 @@
;;;; 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
object-not-list-trap
object-not-structure-trap
))
breakpoint-trap
object-not-list-trap
object-not-structure-trap
))
(
defconstant
halt-trap
8
)
(
defconstant
halt-trap
8
)
(
defconstant
pending-interrupt-trap
9
)
(
defconstant
pending-interrupt-trap
9
)
(
defconstant
error-trap
10
)
(
defconstant
error-trap
10
)
(
defconstant
cerror-trap
11
)
(
defconstant
cerror-trap
11
)
(
defconstant
breakpoint-trap
12
)
(
defconstant
object-not-list-trap
16
)
(
defconstant
object-not-list-trap
16
)
...
@@ -173,6 +174,7 @@
...
@@ -173,6 +174,7 @@
lisp::%initial-function
lisp::%initial-function
lisp::maybe-gc
lisp::maybe-gc
kernel::internal-error
kernel::internal-error
di::handle-breakpoint
;; Free Pointers.
;; Free Pointers.
lisp::*read-only-space-free-pointer*
lisp::*read-only-space-free-pointer*
...
...
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