* binutils/testsuite/binutils-all/elfedit-4.d: Give test a unique name.
[deliverable/binutils-gdb.git] / gdb / sparc-tdep.h
CommitLineData
386c036b 1/* Target-dependent code for SPARC.
c139e7d9 2
7b6bb8da 3 Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011
0fb0cc75 4 Free Software Foundation, Inc.
c139e7d9
DJ
5
6 This file is part of GDB.
7
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
a9762ec7 10 the Free Software Foundation; either version 3 of the License, or
c139e7d9
DJ
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
a9762ec7 19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
c139e7d9 20
386c036b
MK
21#ifndef SPARC_TDEP_H
22#define SPARC_TDEP_H 1
23
566626fa 24struct frame_info;
386c036b
MK
25struct gdbarch;
26struct regcache;
a54124c5 27struct regset;
386c036b
MK
28struct trad_frame_saved_reg;
29
30/* Register offsets for the general-purpose register set. */
31
32struct sparc_gregset
33{
34 int r_psr_offset;
35 int r_pc_offset;
36 int r_npc_offset;
37 int r_y_offset;
38 int r_wim_offset;
39 int r_tbr_offset;
40 int r_g1_offset;
41 int r_l0_offset;
42 int r_y_size;
43};
44
45/* SPARC architecture-specific information. */
46
47struct gdbarch_tdep
48{
49 /* Register numbers for the PN and nPC registers. The definitions
50 for (64-bit) UltraSPARC differ from the (32-bit) SPARC
51 definitions. */
52 int pc_regnum;
53 int npc_regnum;
54
a54124c5
MK
55 /* Register sets. */
56 struct regset *gregset;
57 size_t sizeof_gregset;
58 struct regset *fpregset;
59 size_t sizeof_fpregset;
60
386c036b
MK
61 /* Offset of saved PC in jmp_buf. */
62 int jb_pc_offset;
63
64 /* Size of an Procedure Linkage Table (PLT) entry, 0 if we shouldn't
65 treat the PLT special when doing prologue analysis. */
66 size_t plt_entry_size;
c893be75
MK
67
68 /* Alternative location for trap return. Used for single-stepping. */
0b1b3e42 69 CORE_ADDR (*step_trap) (struct frame_info *frame, unsigned long insn);
209bd28e
UW
70
71 /* ISA-specific data types. */
72 struct type *sparc_psr_type;
73 struct type *sparc_fsr_type;
74 struct type *sparc64_pstate_type;
75 struct type *sparc64_fsr_type;
76 struct type *sparc64_fprs_type;
386c036b
MK
77};
78
79/* Register numbers of various important registers. */
80
81enum sparc_regnum
82{
83 SPARC_G0_REGNUM, /* %g0 */
84 SPARC_G1_REGNUM,
85 SPARC_G2_REGNUM,
86 SPARC_G3_REGNUM,
87 SPARC_G4_REGNUM,
88 SPARC_G5_REGNUM,
89 SPARC_G6_REGNUM,
90 SPARC_G7_REGNUM, /* %g7 */
91 SPARC_O0_REGNUM, /* %o0 */
92 SPARC_O1_REGNUM,
93 SPARC_O2_REGNUM,
94 SPARC_O3_REGNUM,
95 SPARC_O4_REGNUM,
96 SPARC_O5_REGNUM,
97 SPARC_SP_REGNUM, /* %sp (%o6) */
98 SPARC_O7_REGNUM, /* %o7 */
99 SPARC_L0_REGNUM, /* %l0 */
100 SPARC_L1_REGNUM,
101 SPARC_L2_REGNUM,
102 SPARC_L3_REGNUM,
103 SPARC_L4_REGNUM,
104 SPARC_L5_REGNUM,
105 SPARC_L6_REGNUM,
106 SPARC_L7_REGNUM, /* %l7 */
107 SPARC_I0_REGNUM, /* %i0 */
108 SPARC_I1_REGNUM,
109 SPARC_I2_REGNUM,
110 SPARC_I3_REGNUM,
111 SPARC_I4_REGNUM,
112 SPARC_I5_REGNUM,
113 SPARC_FP_REGNUM, /* %fp (%i6) */
114 SPARC_I7_REGNUM, /* %i7 */
115 SPARC_F0_REGNUM, /* %f0 */
116 SPARC_F1_REGNUM,
117 SPARC_F31_REGNUM /* %f31 */
118 = SPARC_F0_REGNUM + 31
119};
120
121enum sparc32_regnum
122{
123 SPARC32_Y_REGNUM /* %y */
124 = SPARC_F31_REGNUM + 1,
125 SPARC32_PSR_REGNUM, /* %psr */
126 SPARC32_WIM_REGNUM, /* %wim */
127 SPARC32_TBR_REGNUM, /* %tbr */
128 SPARC32_PC_REGNUM, /* %pc */
129 SPARC32_NPC_REGNUM, /* %npc */
130 SPARC32_FSR_REGNUM, /* %fsr */
131 SPARC32_CSR_REGNUM, /* %csr */
132
133 /* Pseudo registers. */
134 SPARC32_D0_REGNUM, /* %d0 */
135 SPARC32_D30_REGNUM /* %d30 */
136 = SPARC32_D0_REGNUM + 15
137};
138\f
139
140struct sparc_frame_cache
141{
142 /* Base address. */
143 CORE_ADDR base;
144 CORE_ADDR pc;
145
146 /* Do we have a frame? */
147 int frameless_p;
148
369c397b
JB
149 /* The offset from the base register to the CFA. */
150 int frame_offset;
151
152 /* Mask of `local' and `in' registers saved in the register save area. */
153 unsigned short int saved_regs_mask;
154
155 /* Mask of `out' registers copied or renamed to their `in' sibling. */
156 unsigned char copied_regs_mask;
157
c378eb4e 158 /* Do we have a Structure, Union or Quad-Precision return value? */
386c036b
MK
159 int struct_return_p;
160
161 /* Table of saved registers. */
162 struct trad_frame_saved_reg *saved_regs;
163};
164
165/* Fetch the instruction at PC. */
166extern unsigned long sparc_fetch_instruction (CORE_ADDR pc);
167
1c800673 168/* Fetch StackGhost Per-Process XOR cookie. */
e17a4113 169extern ULONGEST sparc_fetch_wcookie (struct gdbarch *gdbarch);
1c800673 170
369c397b
JB
171/* Record the effect of a SAVE instruction on CACHE. */
172extern void sparc_record_save_insn (struct sparc_frame_cache *cache);
173
174/* Do a full analysis of the prologue at PC and update CACHE accordingly. */
be8626e0
MD
175extern CORE_ADDR sparc_analyze_prologue (struct gdbarch *gdbarch,
176 CORE_ADDR pc, CORE_ADDR current_pc,
386c036b
MK
177 struct sparc_frame_cache *cache);
178
179extern struct sparc_frame_cache *
236369e7 180 sparc_frame_cache (struct frame_info *this_frame, void **this_cache);
386c036b
MK
181
182extern struct sparc_frame_cache *
236369e7 183 sparc32_frame_cache (struct frame_info *this_frame, void **this_cache);
386c036b
MK
184
185\f
186
0b1b3e42 187extern int sparc_software_single_step (struct frame_info *frame);
386c036b
MK
188
189extern void sparc_supply_rwindow (struct regcache *regcache,
190 CORE_ADDR sp, int regnum);
191extern void sparc_collect_rwindow (const struct regcache *regcache,
192 CORE_ADDR sp, int regnum);
193
194/* Register offsets for SunOS 4. */
195extern const struct sparc_gregset sparc32_sunos4_gregset;
196
197extern void sparc32_supply_gregset (const struct sparc_gregset *gregset,
198 struct regcache *regcache,
199 int regnum, const void *gregs);
200extern void sparc32_collect_gregset (const struct sparc_gregset *gregset,
201 const struct regcache *regcache,
202 int regnum, void *gregs);
203extern void sparc32_supply_fpregset (struct regcache *regcache,
204 int regnum, const void *fpregs);
205extern void sparc32_collect_fpregset (const struct regcache *regcache,
206 int regnum, void *fpregs);
207
208/* Functions and variables exported from sparc-sol2-tdep.c. */
209
210/* Register offsets for Solaris 2. */
211extern const struct sparc_gregset sparc32_sol2_gregset;
212
213extern int sparc_sol2_pc_in_sigtramp (CORE_ADDR pc, char *name);
214
149ad273
UW
215extern char *sparc_sol2_static_transform_name (char *name);
216
386c036b
MK
217extern void sparc32_sol2_init_abi (struct gdbarch_info info,
218 struct gdbarch *gdbarch);
219
220/* Functions and variables exported from sparcnbsd-tdep.c. */
221
222/* Register offsets for NetBSD. */
223extern const struct sparc_gregset sparc32nbsd_gregset;
224
c893be75
MK
225/* Return the address of a system call's alternative return
226 address. */
0b1b3e42
UW
227extern CORE_ADDR sparcnbsd_step_trap (struct frame_info *frame,
228 unsigned long insn);
c893be75 229
19671c2b
MK
230extern void sparc32nbsd_elf_init_abi (struct gdbarch_info info,
231 struct gdbarch *gdbarch);
232
566626fa
MK
233extern struct trad_frame_saved_reg *
234 sparc32nbsd_sigcontext_saved_regs (struct frame_info *next_frame);
235
386c036b 236#endif /* sparc-tdep.h */
This page took 0.863307 seconds and 4 git commands to generate.