8354 sync regcomp(3C) with upstream (fix make catalog)
[unleashed/tickless.git] / usr / src / cmd / sgs / librtld_db / demo / tests / test-sparc-regs
blobac1b36020787191e7758ff246ab39b54f6f34ffd
2 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
4 # CDDL HEADER START
6 # The contents of this file are subject to the terms of the
7 # Common Development and Distribution License (the "License").
8 # You may not use this file except in compliance with the License.
10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 # or http://www.opensolaris.org/os/licensing.
12 # See the License for the specific language governing permissions
13 # and limitations under the License.
15 # When distributing Covered Code, include this CDDL HEADER in each
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 # If applicable, add the following below this CDDL HEADER, with the
18 # fields enclosed by brackets "[]" replaced with your own identifying
19 # information: Portions Copyright [yyyy] [name of copyright owner]
21 # CDDL HEADER END
23 break main
24 cont
27 echo "===================================================="
28 echo "Display all registers"
29 echo "===================================================="
30 print $regs
31 echo "===================================================="
32 echo "Display IN registers"
33 echo "===================================================="
34 print $ins
35 echo "===================================================="
36 echo "Display OUT registers"
37 echo "===================================================="
38 print $outs
39 echo "===================================================="
40 echo "Display LOCAL registers"
41 echo "===================================================="
42 print $locs
43 echo "===================================================="
44 echo "Display SPECIAL registers"
45 echo "===================================================="
46 print $specs
47 echo "===================================================="
48 echo "Display GLOBAL registers"
49 echo "===================================================="
50 print $globs