86c118d74493da9f68d94c2e000a0a3398ac297f
[external/binutils.git] / gdb / gdbarch.h
1 /* *INDENT-OFF* */ /* THIS FILE IS GENERATED */
2
3 /* Dynamic architecture support for GDB, the GNU debugger.
4
5    Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free
6    Software Foundation, Inc.
7
8    This file is part of GDB.
9
10    This program is free software; you can redistribute it and/or modify
11    it under the terms of the GNU General Public License as published by
12    the Free Software Foundation; either version 2 of the License, or
13    (at your option) any later version.
14
15    This program is distributed in the hope that it will be useful,
16    but WITHOUT ANY WARRANTY; without even the implied warranty of
17    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18    GNU General Public License for more details.
19
20    You should have received a copy of the GNU General Public License
21    along with this program; if not, write to the Free Software
22    Foundation, Inc., 59 Temple Place - Suite 330,
23    Boston, MA 02111-1307, USA.  */
24
25 /* This file was created with the aid of ``gdbarch.sh''.
26
27    The Bourne shell script ``gdbarch.sh'' creates the files
28    ``new-gdbarch.c'' and ``new-gdbarch.h and then compares them
29    against the existing ``gdbarch.[hc]''.  Any differences found
30    being reported.
31
32    If editing this file, please also run gdbarch.sh and merge any
33    changes into that script. Conversely, when making sweeping changes
34    to this file, modifying gdbarch.sh and using its output may prove
35    easier. */
36
37 #ifndef GDBARCH_H
38 #define GDBARCH_H
39
40 struct floatformat;
41 struct ui_file;
42 struct frame_info;
43 struct value;
44 struct objfile;
45 struct minimal_symbol;
46 struct regcache;
47 struct reggroup;
48 struct regset;
49 struct disassemble_info;
50 struct target_ops;
51 struct obstack;
52
53 extern struct gdbarch *current_gdbarch;
54
55
56 /* If any of the following are defined, the target wasn't correctly
57    converted. */
58
59 #if (GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PURE) && defined (GDB_TM_FILE)
60 #error "GDB_TM_FILE: Pure multi-arch targets do not have a tm.h file."
61 #endif
62
63
64 /* The following are pre-initialized by GDBARCH. */
65
66 extern const struct bfd_arch_info * gdbarch_bfd_arch_info (struct gdbarch *gdbarch);
67 /* set_gdbarch_bfd_arch_info() - not applicable - pre-initialized. */
68 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_ARCHITECTURE)
69 #error "Non multi-arch definition of TARGET_ARCHITECTURE"
70 #endif
71 #if !defined (TARGET_ARCHITECTURE)
72 #define TARGET_ARCHITECTURE (gdbarch_bfd_arch_info (current_gdbarch))
73 #endif
74
75 extern int gdbarch_byte_order (struct gdbarch *gdbarch);
76 /* set_gdbarch_byte_order() - not applicable - pre-initialized. */
77 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_BYTE_ORDER)
78 #error "Non multi-arch definition of TARGET_BYTE_ORDER"
79 #endif
80 #if !defined (TARGET_BYTE_ORDER)
81 #define TARGET_BYTE_ORDER (gdbarch_byte_order (current_gdbarch))
82 #endif
83
84 extern enum gdb_osabi gdbarch_osabi (struct gdbarch *gdbarch);
85 /* set_gdbarch_osabi() - not applicable - pre-initialized. */
86 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_OSABI)
87 #error "Non multi-arch definition of TARGET_OSABI"
88 #endif
89 #if !defined (TARGET_OSABI)
90 #define TARGET_OSABI (gdbarch_osabi (current_gdbarch))
91 #endif
92
93
94 /* The following are initialized by the target dependent code. */
95
96 /* Number of bits in a char or unsigned char for the target machine.
97    Just like CHAR_BIT in <limits.h> but describes the target machine.
98    v:2:TARGET_CHAR_BIT:int:char_bit::::8 * sizeof (char):8::0:
99   
100    Number of bits in a short or unsigned short for the target machine. */
101
102 extern int gdbarch_short_bit (struct gdbarch *gdbarch);
103 extern void set_gdbarch_short_bit (struct gdbarch *gdbarch, int short_bit);
104 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_SHORT_BIT)
105 #error "Non multi-arch definition of TARGET_SHORT_BIT"
106 #endif
107 #if !defined (TARGET_SHORT_BIT)
108 #define TARGET_SHORT_BIT (gdbarch_short_bit (current_gdbarch))
109 #endif
110
111 /* Number of bits in an int or unsigned int for the target machine. */
112
113 extern int gdbarch_int_bit (struct gdbarch *gdbarch);
114 extern void set_gdbarch_int_bit (struct gdbarch *gdbarch, int int_bit);
115 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_INT_BIT)
116 #error "Non multi-arch definition of TARGET_INT_BIT"
117 #endif
118 #if !defined (TARGET_INT_BIT)
119 #define TARGET_INT_BIT (gdbarch_int_bit (current_gdbarch))
120 #endif
121
122 /* Number of bits in a long or unsigned long for the target machine. */
123
124 extern int gdbarch_long_bit (struct gdbarch *gdbarch);
125 extern void set_gdbarch_long_bit (struct gdbarch *gdbarch, int long_bit);
126 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_LONG_BIT)
127 #error "Non multi-arch definition of TARGET_LONG_BIT"
128 #endif
129 #if !defined (TARGET_LONG_BIT)
130 #define TARGET_LONG_BIT (gdbarch_long_bit (current_gdbarch))
131 #endif
132
133 /* Number of bits in a long long or unsigned long long for the target
134    machine. */
135
136 extern int gdbarch_long_long_bit (struct gdbarch *gdbarch);
137 extern void set_gdbarch_long_long_bit (struct gdbarch *gdbarch, int long_long_bit);
138 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_LONG_LONG_BIT)
139 #error "Non multi-arch definition of TARGET_LONG_LONG_BIT"
140 #endif
141 #if !defined (TARGET_LONG_LONG_BIT)
142 #define TARGET_LONG_LONG_BIT (gdbarch_long_long_bit (current_gdbarch))
143 #endif
144
145 /* Number of bits in a float for the target machine. */
146
147 extern int gdbarch_float_bit (struct gdbarch *gdbarch);
148 extern void set_gdbarch_float_bit (struct gdbarch *gdbarch, int float_bit);
149 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_FLOAT_BIT)
150 #error "Non multi-arch definition of TARGET_FLOAT_BIT"
151 #endif
152 #if !defined (TARGET_FLOAT_BIT)
153 #define TARGET_FLOAT_BIT (gdbarch_float_bit (current_gdbarch))
154 #endif
155
156 /* Number of bits in a double for the target machine. */
157
158 extern int gdbarch_double_bit (struct gdbarch *gdbarch);
159 extern void set_gdbarch_double_bit (struct gdbarch *gdbarch, int double_bit);
160 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_DOUBLE_BIT)
161 #error "Non multi-arch definition of TARGET_DOUBLE_BIT"
162 #endif
163 #if !defined (TARGET_DOUBLE_BIT)
164 #define TARGET_DOUBLE_BIT (gdbarch_double_bit (current_gdbarch))
165 #endif
166
167 /* Number of bits in a long double for the target machine. */
168
169 extern int gdbarch_long_double_bit (struct gdbarch *gdbarch);
170 extern void set_gdbarch_long_double_bit (struct gdbarch *gdbarch, int long_double_bit);
171 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_LONG_DOUBLE_BIT)
172 #error "Non multi-arch definition of TARGET_LONG_DOUBLE_BIT"
173 #endif
174 #if !defined (TARGET_LONG_DOUBLE_BIT)
175 #define TARGET_LONG_DOUBLE_BIT (gdbarch_long_double_bit (current_gdbarch))
176 #endif
177
178 /* For most targets, a pointer on the target and its representation as an
179    address in GDB have the same size and "look the same".  For such a
180    target, you need only set TARGET_PTR_BIT / ptr_bit and TARGET_ADDR_BIT
181    / addr_bit will be set from it.
182   
183    If TARGET_PTR_BIT and TARGET_ADDR_BIT are different, you'll probably
184    also need to set POINTER_TO_ADDRESS and ADDRESS_TO_POINTER as well.
185   
186    ptr_bit is the size of a pointer on the target */
187
188 extern int gdbarch_ptr_bit (struct gdbarch *gdbarch);
189 extern void set_gdbarch_ptr_bit (struct gdbarch *gdbarch, int ptr_bit);
190 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_PTR_BIT)
191 #error "Non multi-arch definition of TARGET_PTR_BIT"
192 #endif
193 #if !defined (TARGET_PTR_BIT)
194 #define TARGET_PTR_BIT (gdbarch_ptr_bit (current_gdbarch))
195 #endif
196
197 /* addr_bit is the size of a target address as represented in gdb */
198
199 extern int gdbarch_addr_bit (struct gdbarch *gdbarch);
200 extern void set_gdbarch_addr_bit (struct gdbarch *gdbarch, int addr_bit);
201 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_ADDR_BIT)
202 #error "Non multi-arch definition of TARGET_ADDR_BIT"
203 #endif
204 #if !defined (TARGET_ADDR_BIT)
205 #define TARGET_ADDR_BIT (gdbarch_addr_bit (current_gdbarch))
206 #endif
207
208 /* Number of bits in a BFD_VMA for the target object file format. */
209
210 extern int gdbarch_bfd_vma_bit (struct gdbarch *gdbarch);
211 extern void set_gdbarch_bfd_vma_bit (struct gdbarch *gdbarch, int bfd_vma_bit);
212 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_BFD_VMA_BIT)
213 #error "Non multi-arch definition of TARGET_BFD_VMA_BIT"
214 #endif
215 #if !defined (TARGET_BFD_VMA_BIT)
216 #define TARGET_BFD_VMA_BIT (gdbarch_bfd_vma_bit (current_gdbarch))
217 #endif
218
219 /* One if `char' acts like `signed char', zero if `unsigned char'. */
220
221 extern int gdbarch_char_signed (struct gdbarch *gdbarch);
222 extern void set_gdbarch_char_signed (struct gdbarch *gdbarch, int char_signed);
223 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_CHAR_SIGNED)
224 #error "Non multi-arch definition of TARGET_CHAR_SIGNED"
225 #endif
226 #if !defined (TARGET_CHAR_SIGNED)
227 #define TARGET_CHAR_SIGNED (gdbarch_char_signed (current_gdbarch))
228 #endif
229
230 #if defined (TARGET_READ_PC)
231 /* Legacy for systems yet to multi-arch TARGET_READ_PC */
232 #if !defined (TARGET_READ_PC_P)
233 #define TARGET_READ_PC_P() (1)
234 #endif
235 #endif
236
237 extern int gdbarch_read_pc_p (struct gdbarch *gdbarch);
238 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_READ_PC_P)
239 #error "Non multi-arch definition of TARGET_READ_PC"
240 #endif
241 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (TARGET_READ_PC_P)
242 #define TARGET_READ_PC_P() (gdbarch_read_pc_p (current_gdbarch))
243 #endif
244
245 typedef CORE_ADDR (gdbarch_read_pc_ftype) (ptid_t ptid);
246 extern CORE_ADDR gdbarch_read_pc (struct gdbarch *gdbarch, ptid_t ptid);
247 extern void set_gdbarch_read_pc (struct gdbarch *gdbarch, gdbarch_read_pc_ftype *read_pc);
248 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_READ_PC)
249 #error "Non multi-arch definition of TARGET_READ_PC"
250 #endif
251 #if !defined (TARGET_READ_PC)
252 #define TARGET_READ_PC(ptid) (gdbarch_read_pc (current_gdbarch, ptid))
253 #endif
254
255 typedef void (gdbarch_write_pc_ftype) (CORE_ADDR val, ptid_t ptid);
256 extern void gdbarch_write_pc (struct gdbarch *gdbarch, CORE_ADDR val, ptid_t ptid);
257 extern void set_gdbarch_write_pc (struct gdbarch *gdbarch, gdbarch_write_pc_ftype *write_pc);
258 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_WRITE_PC)
259 #error "Non multi-arch definition of TARGET_WRITE_PC"
260 #endif
261 #if !defined (TARGET_WRITE_PC)
262 #define TARGET_WRITE_PC(val, ptid) (gdbarch_write_pc (current_gdbarch, val, ptid))
263 #endif
264
265 /* UNWIND_SP is a direct replacement for TARGET_READ_SP. */
266
267 #if defined (TARGET_READ_SP)
268 /* Legacy for systems yet to multi-arch TARGET_READ_SP */
269 #if !defined (TARGET_READ_SP_P)
270 #define TARGET_READ_SP_P() (1)
271 #endif
272 #endif
273
274 extern int gdbarch_read_sp_p (struct gdbarch *gdbarch);
275 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_READ_SP_P)
276 #error "Non multi-arch definition of TARGET_READ_SP"
277 #endif
278 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (TARGET_READ_SP_P)
279 #define TARGET_READ_SP_P() (gdbarch_read_sp_p (current_gdbarch))
280 #endif
281
282 typedef CORE_ADDR (gdbarch_read_sp_ftype) (void);
283 extern CORE_ADDR gdbarch_read_sp (struct gdbarch *gdbarch);
284 extern void set_gdbarch_read_sp (struct gdbarch *gdbarch, gdbarch_read_sp_ftype *read_sp);
285 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_READ_SP)
286 #error "Non multi-arch definition of TARGET_READ_SP"
287 #endif
288 #if !defined (TARGET_READ_SP)
289 #define TARGET_READ_SP() (gdbarch_read_sp (current_gdbarch))
290 #endif
291
292 /* Function for getting target's idea of a frame pointer.  FIXME: GDB's
293    whole scheme for dealing with "frames" and "frame pointers" needs a
294    serious shakedown. */
295
296 typedef void (gdbarch_virtual_frame_pointer_ftype) (CORE_ADDR pc, int *frame_regnum, LONGEST *frame_offset);
297 extern void gdbarch_virtual_frame_pointer (struct gdbarch *gdbarch, CORE_ADDR pc, int *frame_regnum, LONGEST *frame_offset);
298 extern void set_gdbarch_virtual_frame_pointer (struct gdbarch *gdbarch, gdbarch_virtual_frame_pointer_ftype *virtual_frame_pointer);
299 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_VIRTUAL_FRAME_POINTER)
300 #error "Non multi-arch definition of TARGET_VIRTUAL_FRAME_POINTER"
301 #endif
302 #if !defined (TARGET_VIRTUAL_FRAME_POINTER)
303 #define TARGET_VIRTUAL_FRAME_POINTER(pc, frame_regnum, frame_offset) (gdbarch_virtual_frame_pointer (current_gdbarch, pc, frame_regnum, frame_offset))
304 #endif
305
306 extern int gdbarch_pseudo_register_read_p (struct gdbarch *gdbarch);
307
308 typedef void (gdbarch_pseudo_register_read_ftype) (struct gdbarch *gdbarch, struct regcache *regcache, int cookednum, void *buf);
309 extern void gdbarch_pseudo_register_read (struct gdbarch *gdbarch, struct regcache *regcache, int cookednum, void *buf);
310 extern void set_gdbarch_pseudo_register_read (struct gdbarch *gdbarch, gdbarch_pseudo_register_read_ftype *pseudo_register_read);
311
312 extern int gdbarch_pseudo_register_write_p (struct gdbarch *gdbarch);
313
314 typedef void (gdbarch_pseudo_register_write_ftype) (struct gdbarch *gdbarch, struct regcache *regcache, int cookednum, const void *buf);
315 extern void gdbarch_pseudo_register_write (struct gdbarch *gdbarch, struct regcache *regcache, int cookednum, const void *buf);
316 extern void set_gdbarch_pseudo_register_write (struct gdbarch *gdbarch, gdbarch_pseudo_register_write_ftype *pseudo_register_write);
317
318 extern int gdbarch_num_regs (struct gdbarch *gdbarch);
319 extern void set_gdbarch_num_regs (struct gdbarch *gdbarch, int num_regs);
320 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (NUM_REGS)
321 #error "Non multi-arch definition of NUM_REGS"
322 #endif
323 #if !defined (NUM_REGS)
324 #define NUM_REGS (gdbarch_num_regs (current_gdbarch))
325 #endif
326
327 /* This macro gives the number of pseudo-registers that live in the
328    register namespace but do not get fetched or stored on the target.
329    These pseudo-registers may be aliases for other registers,
330    combinations of other registers, or they may be computed by GDB. */
331
332 extern int gdbarch_num_pseudo_regs (struct gdbarch *gdbarch);
333 extern void set_gdbarch_num_pseudo_regs (struct gdbarch *gdbarch, int num_pseudo_regs);
334 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (NUM_PSEUDO_REGS)
335 #error "Non multi-arch definition of NUM_PSEUDO_REGS"
336 #endif
337 #if !defined (NUM_PSEUDO_REGS)
338 #define NUM_PSEUDO_REGS (gdbarch_num_pseudo_regs (current_gdbarch))
339 #endif
340
341 /* GDB's standard (or well known) register numbers.  These can map onto
342    a real register or a pseudo (computed) register or not be defined at
343    all (-1).
344    SP_REGNUM will hopefully be replaced by UNWIND_SP. */
345
346 extern int gdbarch_sp_regnum (struct gdbarch *gdbarch);
347 extern void set_gdbarch_sp_regnum (struct gdbarch *gdbarch, int sp_regnum);
348 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (SP_REGNUM)
349 #error "Non multi-arch definition of SP_REGNUM"
350 #endif
351 #if !defined (SP_REGNUM)
352 #define SP_REGNUM (gdbarch_sp_regnum (current_gdbarch))
353 #endif
354
355 extern int gdbarch_pc_regnum (struct gdbarch *gdbarch);
356 extern void set_gdbarch_pc_regnum (struct gdbarch *gdbarch, int pc_regnum);
357 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (PC_REGNUM)
358 #error "Non multi-arch definition of PC_REGNUM"
359 #endif
360 #if !defined (PC_REGNUM)
361 #define PC_REGNUM (gdbarch_pc_regnum (current_gdbarch))
362 #endif
363
364 extern int gdbarch_ps_regnum (struct gdbarch *gdbarch);
365 extern void set_gdbarch_ps_regnum (struct gdbarch *gdbarch, int ps_regnum);
366 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (PS_REGNUM)
367 #error "Non multi-arch definition of PS_REGNUM"
368 #endif
369 #if !defined (PS_REGNUM)
370 #define PS_REGNUM (gdbarch_ps_regnum (current_gdbarch))
371 #endif
372
373 extern int gdbarch_fp0_regnum (struct gdbarch *gdbarch);
374 extern void set_gdbarch_fp0_regnum (struct gdbarch *gdbarch, int fp0_regnum);
375 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (FP0_REGNUM)
376 #error "Non multi-arch definition of FP0_REGNUM"
377 #endif
378 #if !defined (FP0_REGNUM)
379 #define FP0_REGNUM (gdbarch_fp0_regnum (current_gdbarch))
380 #endif
381
382 /* Convert stab register number (from `r' declaration) to a gdb REGNUM. */
383
384 typedef int (gdbarch_stab_reg_to_regnum_ftype) (int stab_regnr);
385 extern int gdbarch_stab_reg_to_regnum (struct gdbarch *gdbarch, int stab_regnr);
386 extern void set_gdbarch_stab_reg_to_regnum (struct gdbarch *gdbarch, gdbarch_stab_reg_to_regnum_ftype *stab_reg_to_regnum);
387 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (STAB_REG_TO_REGNUM)
388 #error "Non multi-arch definition of STAB_REG_TO_REGNUM"
389 #endif
390 #if !defined (STAB_REG_TO_REGNUM)
391 #define STAB_REG_TO_REGNUM(stab_regnr) (gdbarch_stab_reg_to_regnum (current_gdbarch, stab_regnr))
392 #endif
393
394 /* Provide a default mapping from a ecoff register number to a gdb REGNUM. */
395
396 typedef int (gdbarch_ecoff_reg_to_regnum_ftype) (int ecoff_regnr);
397 extern int gdbarch_ecoff_reg_to_regnum (struct gdbarch *gdbarch, int ecoff_regnr);
398 extern void set_gdbarch_ecoff_reg_to_regnum (struct gdbarch *gdbarch, gdbarch_ecoff_reg_to_regnum_ftype *ecoff_reg_to_regnum);
399 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (ECOFF_REG_TO_REGNUM)
400 #error "Non multi-arch definition of ECOFF_REG_TO_REGNUM"
401 #endif
402 #if !defined (ECOFF_REG_TO_REGNUM)
403 #define ECOFF_REG_TO_REGNUM(ecoff_regnr) (gdbarch_ecoff_reg_to_regnum (current_gdbarch, ecoff_regnr))
404 #endif
405
406 /* Provide a default mapping from a DWARF register number to a gdb REGNUM. */
407
408 typedef int (gdbarch_dwarf_reg_to_regnum_ftype) (int dwarf_regnr);
409 extern int gdbarch_dwarf_reg_to_regnum (struct gdbarch *gdbarch, int dwarf_regnr);
410 extern void set_gdbarch_dwarf_reg_to_regnum (struct gdbarch *gdbarch, gdbarch_dwarf_reg_to_regnum_ftype *dwarf_reg_to_regnum);
411 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DWARF_REG_TO_REGNUM)
412 #error "Non multi-arch definition of DWARF_REG_TO_REGNUM"
413 #endif
414 #if !defined (DWARF_REG_TO_REGNUM)
415 #define DWARF_REG_TO_REGNUM(dwarf_regnr) (gdbarch_dwarf_reg_to_regnum (current_gdbarch, dwarf_regnr))
416 #endif
417
418 /* Convert from an sdb register number to an internal gdb register number. */
419
420 typedef int (gdbarch_sdb_reg_to_regnum_ftype) (int sdb_regnr);
421 extern int gdbarch_sdb_reg_to_regnum (struct gdbarch *gdbarch, int sdb_regnr);
422 extern void set_gdbarch_sdb_reg_to_regnum (struct gdbarch *gdbarch, gdbarch_sdb_reg_to_regnum_ftype *sdb_reg_to_regnum);
423 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (SDB_REG_TO_REGNUM)
424 #error "Non multi-arch definition of SDB_REG_TO_REGNUM"
425 #endif
426 #if !defined (SDB_REG_TO_REGNUM)
427 #define SDB_REG_TO_REGNUM(sdb_regnr) (gdbarch_sdb_reg_to_regnum (current_gdbarch, sdb_regnr))
428 #endif
429
430 typedef int (gdbarch_dwarf2_reg_to_regnum_ftype) (int dwarf2_regnr);
431 extern int gdbarch_dwarf2_reg_to_regnum (struct gdbarch *gdbarch, int dwarf2_regnr);
432 extern void set_gdbarch_dwarf2_reg_to_regnum (struct gdbarch *gdbarch, gdbarch_dwarf2_reg_to_regnum_ftype *dwarf2_reg_to_regnum);
433 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DWARF2_REG_TO_REGNUM)
434 #error "Non multi-arch definition of DWARF2_REG_TO_REGNUM"
435 #endif
436 #if !defined (DWARF2_REG_TO_REGNUM)
437 #define DWARF2_REG_TO_REGNUM(dwarf2_regnr) (gdbarch_dwarf2_reg_to_regnum (current_gdbarch, dwarf2_regnr))
438 #endif
439
440 typedef const char * (gdbarch_register_name_ftype) (int regnr);
441 extern const char * gdbarch_register_name (struct gdbarch *gdbarch, int regnr);
442 extern void set_gdbarch_register_name (struct gdbarch *gdbarch, gdbarch_register_name_ftype *register_name);
443 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (REGISTER_NAME)
444 #error "Non multi-arch definition of REGISTER_NAME"
445 #endif
446 #if !defined (REGISTER_NAME)
447 #define REGISTER_NAME(regnr) (gdbarch_register_name (current_gdbarch, regnr))
448 #endif
449
450 /* REGISTER_TYPE is a direct replacement for DEPRECATED_REGISTER_VIRTUAL_TYPE. */
451
452 extern int gdbarch_register_type_p (struct gdbarch *gdbarch);
453
454 typedef struct type * (gdbarch_register_type_ftype) (struct gdbarch *gdbarch, int reg_nr);
455 extern struct type * gdbarch_register_type (struct gdbarch *gdbarch, int reg_nr);
456 extern void set_gdbarch_register_type (struct gdbarch *gdbarch, gdbarch_register_type_ftype *register_type);
457
458 /* REGISTER_TYPE is a direct replacement for DEPRECATED_REGISTER_VIRTUAL_TYPE. */
459
460 #if defined (DEPRECATED_REGISTER_VIRTUAL_TYPE)
461 /* Legacy for systems yet to multi-arch DEPRECATED_REGISTER_VIRTUAL_TYPE */
462 #if !defined (DEPRECATED_REGISTER_VIRTUAL_TYPE_P)
463 #define DEPRECATED_REGISTER_VIRTUAL_TYPE_P() (1)
464 #endif
465 #endif
466
467 extern int gdbarch_deprecated_register_virtual_type_p (struct gdbarch *gdbarch);
468 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_VIRTUAL_TYPE_P)
469 #error "Non multi-arch definition of DEPRECATED_REGISTER_VIRTUAL_TYPE"
470 #endif
471 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_REGISTER_VIRTUAL_TYPE_P)
472 #define DEPRECATED_REGISTER_VIRTUAL_TYPE_P() (gdbarch_deprecated_register_virtual_type_p (current_gdbarch))
473 #endif
474
475 typedef struct type * (gdbarch_deprecated_register_virtual_type_ftype) (int reg_nr);
476 extern struct type * gdbarch_deprecated_register_virtual_type (struct gdbarch *gdbarch, int reg_nr);
477 extern void set_gdbarch_deprecated_register_virtual_type (struct gdbarch *gdbarch, gdbarch_deprecated_register_virtual_type_ftype *deprecated_register_virtual_type);
478 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_VIRTUAL_TYPE)
479 #error "Non multi-arch definition of DEPRECATED_REGISTER_VIRTUAL_TYPE"
480 #endif
481 #if !defined (DEPRECATED_REGISTER_VIRTUAL_TYPE)
482 #define DEPRECATED_REGISTER_VIRTUAL_TYPE(reg_nr) (gdbarch_deprecated_register_virtual_type (current_gdbarch, reg_nr))
483 #endif
484
485 /* DEPRECATED_REGISTER_BYTES can be deleted.  The value is computed
486    from REGISTER_TYPE. */
487
488 extern int gdbarch_deprecated_register_bytes (struct gdbarch *gdbarch);
489 extern void set_gdbarch_deprecated_register_bytes (struct gdbarch *gdbarch, int deprecated_register_bytes);
490 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_BYTES)
491 #error "Non multi-arch definition of DEPRECATED_REGISTER_BYTES"
492 #endif
493 #if !defined (DEPRECATED_REGISTER_BYTES)
494 #define DEPRECATED_REGISTER_BYTES (gdbarch_deprecated_register_bytes (current_gdbarch))
495 #endif
496
497 /* If the value returned by DEPRECATED_REGISTER_BYTE agrees with the
498    register offsets computed using just REGISTER_TYPE, this can be
499    deleted.  See: maint print registers.  NOTE: cagney/2002-05-02: This
500    function with predicate has a valid (callable) initial value.  As a
501    consequence, even when the predicate is false, the corresponding
502    function works.  This simplifies the migration process - old code,
503    calling DEPRECATED_REGISTER_BYTE, doesn't need to be modified. */
504
505 #if defined (DEPRECATED_REGISTER_BYTE)
506 /* Legacy for systems yet to multi-arch DEPRECATED_REGISTER_BYTE */
507 #if !defined (DEPRECATED_REGISTER_BYTE_P)
508 #define DEPRECATED_REGISTER_BYTE_P() (1)
509 #endif
510 #endif
511
512 extern int gdbarch_deprecated_register_byte_p (struct gdbarch *gdbarch);
513 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_BYTE_P)
514 #error "Non multi-arch definition of DEPRECATED_REGISTER_BYTE"
515 #endif
516 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_REGISTER_BYTE_P)
517 #define DEPRECATED_REGISTER_BYTE_P() (gdbarch_deprecated_register_byte_p (current_gdbarch))
518 #endif
519
520 typedef int (gdbarch_deprecated_register_byte_ftype) (int reg_nr);
521 extern int gdbarch_deprecated_register_byte (struct gdbarch *gdbarch, int reg_nr);
522 extern void set_gdbarch_deprecated_register_byte (struct gdbarch *gdbarch, gdbarch_deprecated_register_byte_ftype *deprecated_register_byte);
523 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_BYTE)
524 #error "Non multi-arch definition of DEPRECATED_REGISTER_BYTE"
525 #endif
526 #if !defined (DEPRECATED_REGISTER_BYTE)
527 #define DEPRECATED_REGISTER_BYTE(reg_nr) (gdbarch_deprecated_register_byte (current_gdbarch, reg_nr))
528 #endif
529
530 /* If all registers have identical raw and virtual sizes and those
531    sizes agree with the value computed from REGISTER_TYPE,
532    DEPRECATED_REGISTER_RAW_SIZE can be deleted.  See: maint print
533    registers. */
534
535 #if defined (DEPRECATED_REGISTER_RAW_SIZE)
536 /* Legacy for systems yet to multi-arch DEPRECATED_REGISTER_RAW_SIZE */
537 #if !defined (DEPRECATED_REGISTER_RAW_SIZE_P)
538 #define DEPRECATED_REGISTER_RAW_SIZE_P() (1)
539 #endif
540 #endif
541
542 extern int gdbarch_deprecated_register_raw_size_p (struct gdbarch *gdbarch);
543 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_RAW_SIZE_P)
544 #error "Non multi-arch definition of DEPRECATED_REGISTER_RAW_SIZE"
545 #endif
546 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_REGISTER_RAW_SIZE_P)
547 #define DEPRECATED_REGISTER_RAW_SIZE_P() (gdbarch_deprecated_register_raw_size_p (current_gdbarch))
548 #endif
549
550 typedef int (gdbarch_deprecated_register_raw_size_ftype) (int reg_nr);
551 extern int gdbarch_deprecated_register_raw_size (struct gdbarch *gdbarch, int reg_nr);
552 extern void set_gdbarch_deprecated_register_raw_size (struct gdbarch *gdbarch, gdbarch_deprecated_register_raw_size_ftype *deprecated_register_raw_size);
553 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_RAW_SIZE)
554 #error "Non multi-arch definition of DEPRECATED_REGISTER_RAW_SIZE"
555 #endif
556 #if !defined (DEPRECATED_REGISTER_RAW_SIZE)
557 #define DEPRECATED_REGISTER_RAW_SIZE(reg_nr) (gdbarch_deprecated_register_raw_size (current_gdbarch, reg_nr))
558 #endif
559
560 /* If all registers have identical raw and virtual sizes and those
561    sizes agree with the value computed from REGISTER_TYPE,
562    DEPRECATED_REGISTER_VIRTUAL_SIZE can be deleted.  See: maint print
563    registers. */
564
565 #if defined (DEPRECATED_REGISTER_VIRTUAL_SIZE)
566 /* Legacy for systems yet to multi-arch DEPRECATED_REGISTER_VIRTUAL_SIZE */
567 #if !defined (DEPRECATED_REGISTER_VIRTUAL_SIZE_P)
568 #define DEPRECATED_REGISTER_VIRTUAL_SIZE_P() (1)
569 #endif
570 #endif
571
572 extern int gdbarch_deprecated_register_virtual_size_p (struct gdbarch *gdbarch);
573 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_VIRTUAL_SIZE_P)
574 #error "Non multi-arch definition of DEPRECATED_REGISTER_VIRTUAL_SIZE"
575 #endif
576 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_REGISTER_VIRTUAL_SIZE_P)
577 #define DEPRECATED_REGISTER_VIRTUAL_SIZE_P() (gdbarch_deprecated_register_virtual_size_p (current_gdbarch))
578 #endif
579
580 typedef int (gdbarch_deprecated_register_virtual_size_ftype) (int reg_nr);
581 extern int gdbarch_deprecated_register_virtual_size (struct gdbarch *gdbarch, int reg_nr);
582 extern void set_gdbarch_deprecated_register_virtual_size (struct gdbarch *gdbarch, gdbarch_deprecated_register_virtual_size_ftype *deprecated_register_virtual_size);
583 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_VIRTUAL_SIZE)
584 #error "Non multi-arch definition of DEPRECATED_REGISTER_VIRTUAL_SIZE"
585 #endif
586 #if !defined (DEPRECATED_REGISTER_VIRTUAL_SIZE)
587 #define DEPRECATED_REGISTER_VIRTUAL_SIZE(reg_nr) (gdbarch_deprecated_register_virtual_size (current_gdbarch, reg_nr))
588 #endif
589
590 /* DEPRECATED_MAX_REGISTER_RAW_SIZE can be deleted.  It has been
591    replaced by the constant MAX_REGISTER_SIZE. */
592
593 #if defined (DEPRECATED_MAX_REGISTER_RAW_SIZE)
594 /* Legacy for systems yet to multi-arch DEPRECATED_MAX_REGISTER_RAW_SIZE */
595 #if !defined (DEPRECATED_MAX_REGISTER_RAW_SIZE_P)
596 #define DEPRECATED_MAX_REGISTER_RAW_SIZE_P() (1)
597 #endif
598 #endif
599
600 extern int gdbarch_deprecated_max_register_raw_size_p (struct gdbarch *gdbarch);
601 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_MAX_REGISTER_RAW_SIZE_P)
602 #error "Non multi-arch definition of DEPRECATED_MAX_REGISTER_RAW_SIZE"
603 #endif
604 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_MAX_REGISTER_RAW_SIZE_P)
605 #define DEPRECATED_MAX_REGISTER_RAW_SIZE_P() (gdbarch_deprecated_max_register_raw_size_p (current_gdbarch))
606 #endif
607
608 extern int gdbarch_deprecated_max_register_raw_size (struct gdbarch *gdbarch);
609 extern void set_gdbarch_deprecated_max_register_raw_size (struct gdbarch *gdbarch, int deprecated_max_register_raw_size);
610 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_MAX_REGISTER_RAW_SIZE)
611 #error "Non multi-arch definition of DEPRECATED_MAX_REGISTER_RAW_SIZE"
612 #endif
613 #if !defined (DEPRECATED_MAX_REGISTER_RAW_SIZE)
614 #define DEPRECATED_MAX_REGISTER_RAW_SIZE (gdbarch_deprecated_max_register_raw_size (current_gdbarch))
615 #endif
616
617 /* DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE can be deleted.  It has been
618    replaced by the constant MAX_REGISTER_SIZE. */
619
620 #if defined (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE)
621 /* Legacy for systems yet to multi-arch DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE */
622 #if !defined (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE_P)
623 #define DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE_P() (1)
624 #endif
625 #endif
626
627 extern int gdbarch_deprecated_max_register_virtual_size_p (struct gdbarch *gdbarch);
628 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE_P)
629 #error "Non multi-arch definition of DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE"
630 #endif
631 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE_P)
632 #define DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE_P() (gdbarch_deprecated_max_register_virtual_size_p (current_gdbarch))
633 #endif
634
635 extern int gdbarch_deprecated_max_register_virtual_size (struct gdbarch *gdbarch);
636 extern void set_gdbarch_deprecated_max_register_virtual_size (struct gdbarch *gdbarch, int deprecated_max_register_virtual_size);
637 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE)
638 #error "Non multi-arch definition of DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE"
639 #endif
640 #if !defined (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE)
641 #define DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE (gdbarch_deprecated_max_register_virtual_size (current_gdbarch))
642 #endif
643
644 /* See gdbint.texinfo, and PUSH_DUMMY_CALL. */
645
646 extern int gdbarch_unwind_dummy_id_p (struct gdbarch *gdbarch);
647
648 typedef struct frame_id (gdbarch_unwind_dummy_id_ftype) (struct gdbarch *gdbarch, struct frame_info *info);
649 extern struct frame_id gdbarch_unwind_dummy_id (struct gdbarch *gdbarch, struct frame_info *info);
650 extern void set_gdbarch_unwind_dummy_id (struct gdbarch *gdbarch, gdbarch_unwind_dummy_id_ftype *unwind_dummy_id);
651
652 /* Implement UNWIND_DUMMY_ID and PUSH_DUMMY_CALL, then delete
653    SAVE_DUMMY_FRAME_TOS. */
654
655 #if defined (DEPRECATED_SAVE_DUMMY_FRAME_TOS)
656 /* Legacy for systems yet to multi-arch DEPRECATED_SAVE_DUMMY_FRAME_TOS */
657 #if !defined (DEPRECATED_SAVE_DUMMY_FRAME_TOS_P)
658 #define DEPRECATED_SAVE_DUMMY_FRAME_TOS_P() (1)
659 #endif
660 #endif
661
662 extern int gdbarch_deprecated_save_dummy_frame_tos_p (struct gdbarch *gdbarch);
663 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_SAVE_DUMMY_FRAME_TOS_P)
664 #error "Non multi-arch definition of DEPRECATED_SAVE_DUMMY_FRAME_TOS"
665 #endif
666 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_SAVE_DUMMY_FRAME_TOS_P)
667 #define DEPRECATED_SAVE_DUMMY_FRAME_TOS_P() (gdbarch_deprecated_save_dummy_frame_tos_p (current_gdbarch))
668 #endif
669
670 typedef void (gdbarch_deprecated_save_dummy_frame_tos_ftype) (CORE_ADDR sp);
671 extern void gdbarch_deprecated_save_dummy_frame_tos (struct gdbarch *gdbarch, CORE_ADDR sp);
672 extern void set_gdbarch_deprecated_save_dummy_frame_tos (struct gdbarch *gdbarch, gdbarch_deprecated_save_dummy_frame_tos_ftype *deprecated_save_dummy_frame_tos);
673 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_SAVE_DUMMY_FRAME_TOS)
674 #error "Non multi-arch definition of DEPRECATED_SAVE_DUMMY_FRAME_TOS"
675 #endif
676 #if !defined (DEPRECATED_SAVE_DUMMY_FRAME_TOS)
677 #define DEPRECATED_SAVE_DUMMY_FRAME_TOS(sp) (gdbarch_deprecated_save_dummy_frame_tos (current_gdbarch, sp))
678 #endif
679
680 /* Implement UNWIND_DUMMY_ID and PUSH_DUMMY_CALL, then delete
681    DEPRECATED_FP_REGNUM. */
682
683 extern int gdbarch_deprecated_fp_regnum (struct gdbarch *gdbarch);
684 extern void set_gdbarch_deprecated_fp_regnum (struct gdbarch *gdbarch, int deprecated_fp_regnum);
685 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FP_REGNUM)
686 #error "Non multi-arch definition of DEPRECATED_FP_REGNUM"
687 #endif
688 #if !defined (DEPRECATED_FP_REGNUM)
689 #define DEPRECATED_FP_REGNUM (gdbarch_deprecated_fp_regnum (current_gdbarch))
690 #endif
691
692 /* Implement UNWIND_DUMMY_ID and PUSH_DUMMY_CALL, then delete
693    DEPRECATED_TARGET_READ_FP. */
694
695 #if defined (DEPRECATED_TARGET_READ_FP)
696 /* Legacy for systems yet to multi-arch DEPRECATED_TARGET_READ_FP */
697 #if !defined (DEPRECATED_TARGET_READ_FP_P)
698 #define DEPRECATED_TARGET_READ_FP_P() (1)
699 #endif
700 #endif
701
702 extern int gdbarch_deprecated_target_read_fp_p (struct gdbarch *gdbarch);
703 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_TARGET_READ_FP_P)
704 #error "Non multi-arch definition of DEPRECATED_TARGET_READ_FP"
705 #endif
706 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_TARGET_READ_FP_P)
707 #define DEPRECATED_TARGET_READ_FP_P() (gdbarch_deprecated_target_read_fp_p (current_gdbarch))
708 #endif
709
710 typedef CORE_ADDR (gdbarch_deprecated_target_read_fp_ftype) (void);
711 extern CORE_ADDR gdbarch_deprecated_target_read_fp (struct gdbarch *gdbarch);
712 extern void set_gdbarch_deprecated_target_read_fp (struct gdbarch *gdbarch, gdbarch_deprecated_target_read_fp_ftype *deprecated_target_read_fp);
713 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_TARGET_READ_FP)
714 #error "Non multi-arch definition of DEPRECATED_TARGET_READ_FP"
715 #endif
716 #if !defined (DEPRECATED_TARGET_READ_FP)
717 #define DEPRECATED_TARGET_READ_FP() (gdbarch_deprecated_target_read_fp (current_gdbarch))
718 #endif
719
720 /* See gdbint.texinfo.  See infcall.c.  New, all singing all dancing,
721    replacement for DEPRECATED_PUSH_ARGUMENTS. */
722
723 extern int gdbarch_push_dummy_call_p (struct gdbarch *gdbarch);
724
725 typedef CORE_ADDR (gdbarch_push_dummy_call_ftype) (struct gdbarch *gdbarch, CORE_ADDR func_addr, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, int struct_return, CORE_ADDR struct_addr);
726 extern CORE_ADDR gdbarch_push_dummy_call (struct gdbarch *gdbarch, CORE_ADDR func_addr, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, int struct_return, CORE_ADDR struct_addr);
727 extern void set_gdbarch_push_dummy_call (struct gdbarch *gdbarch, gdbarch_push_dummy_call_ftype *push_dummy_call);
728
729 /* PUSH_DUMMY_CALL is a direct replacement for DEPRECATED_PUSH_ARGUMENTS. */
730
731 #if defined (DEPRECATED_PUSH_ARGUMENTS)
732 /* Legacy for systems yet to multi-arch DEPRECATED_PUSH_ARGUMENTS */
733 #if !defined (DEPRECATED_PUSH_ARGUMENTS_P)
734 #define DEPRECATED_PUSH_ARGUMENTS_P() (1)
735 #endif
736 #endif
737
738 extern int gdbarch_deprecated_push_arguments_p (struct gdbarch *gdbarch);
739 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_PUSH_ARGUMENTS_P)
740 #error "Non multi-arch definition of DEPRECATED_PUSH_ARGUMENTS"
741 #endif
742 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_PUSH_ARGUMENTS_P)
743 #define DEPRECATED_PUSH_ARGUMENTS_P() (gdbarch_deprecated_push_arguments_p (current_gdbarch))
744 #endif
745
746 typedef CORE_ADDR (gdbarch_deprecated_push_arguments_ftype) (int nargs, struct value **args, CORE_ADDR sp, int struct_return, CORE_ADDR struct_addr);
747 extern CORE_ADDR gdbarch_deprecated_push_arguments (struct gdbarch *gdbarch, int nargs, struct value **args, CORE_ADDR sp, int struct_return, CORE_ADDR struct_addr);
748 extern void set_gdbarch_deprecated_push_arguments (struct gdbarch *gdbarch, gdbarch_deprecated_push_arguments_ftype *deprecated_push_arguments);
749 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_PUSH_ARGUMENTS)
750 #error "Non multi-arch definition of DEPRECATED_PUSH_ARGUMENTS"
751 #endif
752 #if !defined (DEPRECATED_PUSH_ARGUMENTS)
753 #define DEPRECATED_PUSH_ARGUMENTS(nargs, args, sp, struct_return, struct_addr) (gdbarch_deprecated_push_arguments (current_gdbarch, nargs, args, sp, struct_return, struct_addr))
754 #endif
755
756 /* DEPRECATED_USE_GENERIC_DUMMY_FRAMES can be deleted.  Always true. */
757
758 extern int gdbarch_deprecated_use_generic_dummy_frames (struct gdbarch *gdbarch);
759 extern void set_gdbarch_deprecated_use_generic_dummy_frames (struct gdbarch *gdbarch, int deprecated_use_generic_dummy_frames);
760 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
761 #error "Non multi-arch definition of DEPRECATED_USE_GENERIC_DUMMY_FRAMES"
762 #endif
763 #if !defined (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
764 #define DEPRECATED_USE_GENERIC_DUMMY_FRAMES (gdbarch_deprecated_use_generic_dummy_frames (current_gdbarch))
765 #endif
766
767 /* Implement PUSH_RETURN_ADDRESS, and then merge in
768    DEPRECATED_PUSH_RETURN_ADDRESS. */
769
770 #if defined (DEPRECATED_PUSH_RETURN_ADDRESS)
771 /* Legacy for systems yet to multi-arch DEPRECATED_PUSH_RETURN_ADDRESS */
772 #if !defined (DEPRECATED_PUSH_RETURN_ADDRESS_P)
773 #define DEPRECATED_PUSH_RETURN_ADDRESS_P() (1)
774 #endif
775 #endif
776
777 extern int gdbarch_deprecated_push_return_address_p (struct gdbarch *gdbarch);
778 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_PUSH_RETURN_ADDRESS_P)
779 #error "Non multi-arch definition of DEPRECATED_PUSH_RETURN_ADDRESS"
780 #endif
781 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_PUSH_RETURN_ADDRESS_P)
782 #define DEPRECATED_PUSH_RETURN_ADDRESS_P() (gdbarch_deprecated_push_return_address_p (current_gdbarch))
783 #endif
784
785 typedef CORE_ADDR (gdbarch_deprecated_push_return_address_ftype) (CORE_ADDR pc, CORE_ADDR sp);
786 extern CORE_ADDR gdbarch_deprecated_push_return_address (struct gdbarch *gdbarch, CORE_ADDR pc, CORE_ADDR sp);
787 extern void set_gdbarch_deprecated_push_return_address (struct gdbarch *gdbarch, gdbarch_deprecated_push_return_address_ftype *deprecated_push_return_address);
788 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_PUSH_RETURN_ADDRESS)
789 #error "Non multi-arch definition of DEPRECATED_PUSH_RETURN_ADDRESS"
790 #endif
791 #if !defined (DEPRECATED_PUSH_RETURN_ADDRESS)
792 #define DEPRECATED_PUSH_RETURN_ADDRESS(pc, sp) (gdbarch_deprecated_push_return_address (current_gdbarch, pc, sp))
793 #endif
794
795 /* Implement PUSH_DUMMY_CALL, then merge in DEPRECATED_DUMMY_WRITE_SP. */
796
797 #if defined (DEPRECATED_DUMMY_WRITE_SP)
798 /* Legacy for systems yet to multi-arch DEPRECATED_DUMMY_WRITE_SP */
799 #if !defined (DEPRECATED_DUMMY_WRITE_SP_P)
800 #define DEPRECATED_DUMMY_WRITE_SP_P() (1)
801 #endif
802 #endif
803
804 extern int gdbarch_deprecated_dummy_write_sp_p (struct gdbarch *gdbarch);
805 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_DUMMY_WRITE_SP_P)
806 #error "Non multi-arch definition of DEPRECATED_DUMMY_WRITE_SP"
807 #endif
808 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_DUMMY_WRITE_SP_P)
809 #define DEPRECATED_DUMMY_WRITE_SP_P() (gdbarch_deprecated_dummy_write_sp_p (current_gdbarch))
810 #endif
811
812 typedef void (gdbarch_deprecated_dummy_write_sp_ftype) (CORE_ADDR val);
813 extern void gdbarch_deprecated_dummy_write_sp (struct gdbarch *gdbarch, CORE_ADDR val);
814 extern void set_gdbarch_deprecated_dummy_write_sp (struct gdbarch *gdbarch, gdbarch_deprecated_dummy_write_sp_ftype *deprecated_dummy_write_sp);
815 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_DUMMY_WRITE_SP)
816 #error "Non multi-arch definition of DEPRECATED_DUMMY_WRITE_SP"
817 #endif
818 #if !defined (DEPRECATED_DUMMY_WRITE_SP)
819 #define DEPRECATED_DUMMY_WRITE_SP(val) (gdbarch_deprecated_dummy_write_sp (current_gdbarch, val))
820 #endif
821
822 /* DEPRECATED_REGISTER_SIZE can be deleted. */
823
824 extern int gdbarch_deprecated_register_size (struct gdbarch *gdbarch);
825 extern void set_gdbarch_deprecated_register_size (struct gdbarch *gdbarch, int deprecated_register_size);
826 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_SIZE)
827 #error "Non multi-arch definition of DEPRECATED_REGISTER_SIZE"
828 #endif
829 #if !defined (DEPRECATED_REGISTER_SIZE)
830 #define DEPRECATED_REGISTER_SIZE (gdbarch_deprecated_register_size (current_gdbarch))
831 #endif
832
833 extern int gdbarch_call_dummy_location (struct gdbarch *gdbarch);
834 extern void set_gdbarch_call_dummy_location (struct gdbarch *gdbarch, int call_dummy_location);
835 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (CALL_DUMMY_LOCATION)
836 #error "Non multi-arch definition of CALL_DUMMY_LOCATION"
837 #endif
838 #if !defined (CALL_DUMMY_LOCATION)
839 #define CALL_DUMMY_LOCATION (gdbarch_call_dummy_location (current_gdbarch))
840 #endif
841
842 /* DEPRECATED_CALL_DUMMY_START_OFFSET can be deleted. */
843
844 extern CORE_ADDR gdbarch_deprecated_call_dummy_start_offset (struct gdbarch *gdbarch);
845 extern void set_gdbarch_deprecated_call_dummy_start_offset (struct gdbarch *gdbarch, CORE_ADDR deprecated_call_dummy_start_offset);
846 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_CALL_DUMMY_START_OFFSET)
847 #error "Non multi-arch definition of DEPRECATED_CALL_DUMMY_START_OFFSET"
848 #endif
849 #if !defined (DEPRECATED_CALL_DUMMY_START_OFFSET)
850 #define DEPRECATED_CALL_DUMMY_START_OFFSET (gdbarch_deprecated_call_dummy_start_offset (current_gdbarch))
851 #endif
852
853 /* DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET can be deleted. */
854
855 extern CORE_ADDR gdbarch_deprecated_call_dummy_breakpoint_offset (struct gdbarch *gdbarch);
856 extern void set_gdbarch_deprecated_call_dummy_breakpoint_offset (struct gdbarch *gdbarch, CORE_ADDR deprecated_call_dummy_breakpoint_offset);
857 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
858 #error "Non multi-arch definition of DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET"
859 #endif
860 #if !defined (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
861 #define DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET (gdbarch_deprecated_call_dummy_breakpoint_offset (current_gdbarch))
862 #endif
863
864 /* DEPRECATED_CALL_DUMMY_LENGTH can be deleted. */
865
866 extern int gdbarch_deprecated_call_dummy_length (struct gdbarch *gdbarch);
867 extern void set_gdbarch_deprecated_call_dummy_length (struct gdbarch *gdbarch, int deprecated_call_dummy_length);
868 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_CALL_DUMMY_LENGTH)
869 #error "Non multi-arch definition of DEPRECATED_CALL_DUMMY_LENGTH"
870 #endif
871 #if !defined (DEPRECATED_CALL_DUMMY_LENGTH)
872 #define DEPRECATED_CALL_DUMMY_LENGTH (gdbarch_deprecated_call_dummy_length (current_gdbarch))
873 #endif
874
875 /* DEPRECATED_CALL_DUMMY_WORDS can be deleted. */
876
877 extern LONGEST * gdbarch_deprecated_call_dummy_words (struct gdbarch *gdbarch);
878 extern void set_gdbarch_deprecated_call_dummy_words (struct gdbarch *gdbarch, LONGEST * deprecated_call_dummy_words);
879 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_CALL_DUMMY_WORDS)
880 #error "Non multi-arch definition of DEPRECATED_CALL_DUMMY_WORDS"
881 #endif
882 #if !defined (DEPRECATED_CALL_DUMMY_WORDS)
883 #define DEPRECATED_CALL_DUMMY_WORDS (gdbarch_deprecated_call_dummy_words (current_gdbarch))
884 #endif
885
886 /* Implement PUSH_DUMMY_CALL, then delete DEPRECATED_SIZEOF_CALL_DUMMY_WORDS. */
887
888 extern int gdbarch_deprecated_sizeof_call_dummy_words (struct gdbarch *gdbarch);
889 extern void set_gdbarch_deprecated_sizeof_call_dummy_words (struct gdbarch *gdbarch, int deprecated_sizeof_call_dummy_words);
890 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS)
891 #error "Non multi-arch definition of DEPRECATED_SIZEOF_CALL_DUMMY_WORDS"
892 #endif
893 #if !defined (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS)
894 #define DEPRECATED_SIZEOF_CALL_DUMMY_WORDS (gdbarch_deprecated_sizeof_call_dummy_words (current_gdbarch))
895 #endif
896
897 /* DEPRECATED_FIX_CALL_DUMMY can be deleted.  For the SPARC, implement
898    PUSH_DUMMY_CODE and set CALL_DUMMY_LOCATION to ON_STACK. */
899
900 #if defined (DEPRECATED_FIX_CALL_DUMMY)
901 /* Legacy for systems yet to multi-arch DEPRECATED_FIX_CALL_DUMMY */
902 #if !defined (DEPRECATED_FIX_CALL_DUMMY_P)
903 #define DEPRECATED_FIX_CALL_DUMMY_P() (1)
904 #endif
905 #endif
906
907 extern int gdbarch_deprecated_fix_call_dummy_p (struct gdbarch *gdbarch);
908 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FIX_CALL_DUMMY_P)
909 #error "Non multi-arch definition of DEPRECATED_FIX_CALL_DUMMY"
910 #endif
911 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_FIX_CALL_DUMMY_P)
912 #define DEPRECATED_FIX_CALL_DUMMY_P() (gdbarch_deprecated_fix_call_dummy_p (current_gdbarch))
913 #endif
914
915 typedef void (gdbarch_deprecated_fix_call_dummy_ftype) (char *dummy, CORE_ADDR pc, CORE_ADDR fun, int nargs, struct value **args, struct type *type, int gcc_p);
916 extern void gdbarch_deprecated_fix_call_dummy (struct gdbarch *gdbarch, char *dummy, CORE_ADDR pc, CORE_ADDR fun, int nargs, struct value **args, struct type *type, int gcc_p);
917 extern void set_gdbarch_deprecated_fix_call_dummy (struct gdbarch *gdbarch, gdbarch_deprecated_fix_call_dummy_ftype *deprecated_fix_call_dummy);
918 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FIX_CALL_DUMMY)
919 #error "Non multi-arch definition of DEPRECATED_FIX_CALL_DUMMY"
920 #endif
921 #if !defined (DEPRECATED_FIX_CALL_DUMMY)
922 #define DEPRECATED_FIX_CALL_DUMMY(dummy, pc, fun, nargs, args, type, gcc_p) (gdbarch_deprecated_fix_call_dummy (current_gdbarch, dummy, pc, fun, nargs, args, type, gcc_p))
923 #endif
924
925 /* This is a replacement for DEPRECATED_FIX_CALL_DUMMY et.al. */
926
927 extern int gdbarch_push_dummy_code_p (struct gdbarch *gdbarch);
928
929 typedef CORE_ADDR (gdbarch_push_dummy_code_ftype) (struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, struct value **args, int nargs, struct type *value_type, CORE_ADDR *real_pc, CORE_ADDR *bp_addr);
930 extern CORE_ADDR gdbarch_push_dummy_code (struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, struct value **args, int nargs, struct type *value_type, CORE_ADDR *real_pc, CORE_ADDR *bp_addr);
931 extern void set_gdbarch_push_dummy_code (struct gdbarch *gdbarch, gdbarch_push_dummy_code_ftype *push_dummy_code);
932
933 /* Implement PUSH_DUMMY_CALL, then delete DEPRECATED_PUSH_DUMMY_FRAME. */
934
935 #if defined (DEPRECATED_PUSH_DUMMY_FRAME)
936 /* Legacy for systems yet to multi-arch DEPRECATED_PUSH_DUMMY_FRAME */
937 #if !defined (DEPRECATED_PUSH_DUMMY_FRAME_P)
938 #define DEPRECATED_PUSH_DUMMY_FRAME_P() (1)
939 #endif
940 #endif
941
942 extern int gdbarch_deprecated_push_dummy_frame_p (struct gdbarch *gdbarch);
943 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_PUSH_DUMMY_FRAME_P)
944 #error "Non multi-arch definition of DEPRECATED_PUSH_DUMMY_FRAME"
945 #endif
946 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_PUSH_DUMMY_FRAME_P)
947 #define DEPRECATED_PUSH_DUMMY_FRAME_P() (gdbarch_deprecated_push_dummy_frame_p (current_gdbarch))
948 #endif
949
950 typedef void (gdbarch_deprecated_push_dummy_frame_ftype) (void);
951 extern void gdbarch_deprecated_push_dummy_frame (struct gdbarch *gdbarch);
952 extern void set_gdbarch_deprecated_push_dummy_frame (struct gdbarch *gdbarch, gdbarch_deprecated_push_dummy_frame_ftype *deprecated_push_dummy_frame);
953 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_PUSH_DUMMY_FRAME)
954 #error "Non multi-arch definition of DEPRECATED_PUSH_DUMMY_FRAME"
955 #endif
956 #if !defined (DEPRECATED_PUSH_DUMMY_FRAME)
957 #define DEPRECATED_PUSH_DUMMY_FRAME (gdbarch_deprecated_push_dummy_frame (current_gdbarch))
958 #endif
959
960 #if defined (DEPRECATED_DO_REGISTERS_INFO)
961 /* Legacy for systems yet to multi-arch DEPRECATED_DO_REGISTERS_INFO */
962 #if !defined (DEPRECATED_DO_REGISTERS_INFO_P)
963 #define DEPRECATED_DO_REGISTERS_INFO_P() (1)
964 #endif
965 #endif
966
967 extern int gdbarch_deprecated_do_registers_info_p (struct gdbarch *gdbarch);
968 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_DO_REGISTERS_INFO_P)
969 #error "Non multi-arch definition of DEPRECATED_DO_REGISTERS_INFO"
970 #endif
971 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_DO_REGISTERS_INFO_P)
972 #define DEPRECATED_DO_REGISTERS_INFO_P() (gdbarch_deprecated_do_registers_info_p (current_gdbarch))
973 #endif
974
975 typedef void (gdbarch_deprecated_do_registers_info_ftype) (int reg_nr, int fpregs);
976 extern void gdbarch_deprecated_do_registers_info (struct gdbarch *gdbarch, int reg_nr, int fpregs);
977 extern void set_gdbarch_deprecated_do_registers_info (struct gdbarch *gdbarch, gdbarch_deprecated_do_registers_info_ftype *deprecated_do_registers_info);
978 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_DO_REGISTERS_INFO)
979 #error "Non multi-arch definition of DEPRECATED_DO_REGISTERS_INFO"
980 #endif
981 #if !defined (DEPRECATED_DO_REGISTERS_INFO)
982 #define DEPRECATED_DO_REGISTERS_INFO(reg_nr, fpregs) (gdbarch_deprecated_do_registers_info (current_gdbarch, reg_nr, fpregs))
983 #endif
984
985 typedef void (gdbarch_print_registers_info_ftype) (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regnum, int all);
986 extern void gdbarch_print_registers_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regnum, int all);
987 extern void set_gdbarch_print_registers_info (struct gdbarch *gdbarch, gdbarch_print_registers_info_ftype *print_registers_info);
988
989 extern int gdbarch_print_float_info_p (struct gdbarch *gdbarch);
990
991 typedef void (gdbarch_print_float_info_ftype) (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args);
992 extern void gdbarch_print_float_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args);
993 extern void set_gdbarch_print_float_info (struct gdbarch *gdbarch, gdbarch_print_float_info_ftype *print_float_info);
994
995 extern int gdbarch_print_vector_info_p (struct gdbarch *gdbarch);
996
997 typedef void (gdbarch_print_vector_info_ftype) (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args);
998 extern void gdbarch_print_vector_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args);
999 extern void set_gdbarch_print_vector_info (struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype *print_vector_info);
1000
1001 /* MAP a GDB RAW register number onto a simulator register number.  See
1002    also include/...-sim.h. */
1003
1004 typedef int (gdbarch_register_sim_regno_ftype) (int reg_nr);
1005 extern int gdbarch_register_sim_regno (struct gdbarch *gdbarch, int reg_nr);
1006 extern void set_gdbarch_register_sim_regno (struct gdbarch *gdbarch, gdbarch_register_sim_regno_ftype *register_sim_regno);
1007 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (REGISTER_SIM_REGNO)
1008 #error "Non multi-arch definition of REGISTER_SIM_REGNO"
1009 #endif
1010 #if !defined (REGISTER_SIM_REGNO)
1011 #define REGISTER_SIM_REGNO(reg_nr) (gdbarch_register_sim_regno (current_gdbarch, reg_nr))
1012 #endif
1013
1014 #if defined (REGISTER_BYTES_OK)
1015 /* Legacy for systems yet to multi-arch REGISTER_BYTES_OK */
1016 #if !defined (REGISTER_BYTES_OK_P)
1017 #define REGISTER_BYTES_OK_P() (1)
1018 #endif
1019 #endif
1020
1021 extern int gdbarch_register_bytes_ok_p (struct gdbarch *gdbarch);
1022 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (REGISTER_BYTES_OK_P)
1023 #error "Non multi-arch definition of REGISTER_BYTES_OK"
1024 #endif
1025 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (REGISTER_BYTES_OK_P)
1026 #define REGISTER_BYTES_OK_P() (gdbarch_register_bytes_ok_p (current_gdbarch))
1027 #endif
1028
1029 typedef int (gdbarch_register_bytes_ok_ftype) (long nr_bytes);
1030 extern int gdbarch_register_bytes_ok (struct gdbarch *gdbarch, long nr_bytes);
1031 extern void set_gdbarch_register_bytes_ok (struct gdbarch *gdbarch, gdbarch_register_bytes_ok_ftype *register_bytes_ok);
1032 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (REGISTER_BYTES_OK)
1033 #error "Non multi-arch definition of REGISTER_BYTES_OK"
1034 #endif
1035 #if !defined (REGISTER_BYTES_OK)
1036 #define REGISTER_BYTES_OK(nr_bytes) (gdbarch_register_bytes_ok (current_gdbarch, nr_bytes))
1037 #endif
1038
1039 typedef int (gdbarch_cannot_fetch_register_ftype) (int regnum);
1040 extern int gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, int regnum);
1041 extern void set_gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype *cannot_fetch_register);
1042 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (CANNOT_FETCH_REGISTER)
1043 #error "Non multi-arch definition of CANNOT_FETCH_REGISTER"
1044 #endif
1045 #if !defined (CANNOT_FETCH_REGISTER)
1046 #define CANNOT_FETCH_REGISTER(regnum) (gdbarch_cannot_fetch_register (current_gdbarch, regnum))
1047 #endif
1048
1049 typedef int (gdbarch_cannot_store_register_ftype) (int regnum);
1050 extern int gdbarch_cannot_store_register (struct gdbarch *gdbarch, int regnum);
1051 extern void set_gdbarch_cannot_store_register (struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype *cannot_store_register);
1052 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (CANNOT_STORE_REGISTER)
1053 #error "Non multi-arch definition of CANNOT_STORE_REGISTER"
1054 #endif
1055 #if !defined (CANNOT_STORE_REGISTER)
1056 #define CANNOT_STORE_REGISTER(regnum) (gdbarch_cannot_store_register (current_gdbarch, regnum))
1057 #endif
1058
1059 /* setjmp/longjmp support. */
1060
1061 #if defined (GET_LONGJMP_TARGET)
1062 /* Legacy for systems yet to multi-arch GET_LONGJMP_TARGET */
1063 #if !defined (GET_LONGJMP_TARGET_P)
1064 #define GET_LONGJMP_TARGET_P() (1)
1065 #endif
1066 #endif
1067
1068 extern int gdbarch_get_longjmp_target_p (struct gdbarch *gdbarch);
1069 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (GET_LONGJMP_TARGET_P)
1070 #error "Non multi-arch definition of GET_LONGJMP_TARGET"
1071 #endif
1072 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (GET_LONGJMP_TARGET_P)
1073 #define GET_LONGJMP_TARGET_P() (gdbarch_get_longjmp_target_p (current_gdbarch))
1074 #endif
1075
1076 typedef int (gdbarch_get_longjmp_target_ftype) (CORE_ADDR *pc);
1077 extern int gdbarch_get_longjmp_target (struct gdbarch *gdbarch, CORE_ADDR *pc);
1078 extern void set_gdbarch_get_longjmp_target (struct gdbarch *gdbarch, gdbarch_get_longjmp_target_ftype *get_longjmp_target);
1079 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (GET_LONGJMP_TARGET)
1080 #error "Non multi-arch definition of GET_LONGJMP_TARGET"
1081 #endif
1082 #if !defined (GET_LONGJMP_TARGET)
1083 #define GET_LONGJMP_TARGET(pc) (gdbarch_get_longjmp_target (current_gdbarch, pc))
1084 #endif
1085
1086 /* NOTE: cagney/2002-11-24: This function with predicate has a valid
1087    (callable) initial value.  As a consequence, even when the predicate
1088    is false, the corresponding function works.  This simplifies the
1089    migration process - old code, calling DEPRECATED_PC_IN_CALL_DUMMY(),
1090    doesn't need to be modified. */
1091
1092 #if defined (DEPRECATED_PC_IN_CALL_DUMMY)
1093 /* Legacy for systems yet to multi-arch DEPRECATED_PC_IN_CALL_DUMMY */
1094 #if !defined (DEPRECATED_PC_IN_CALL_DUMMY_P)
1095 #define DEPRECATED_PC_IN_CALL_DUMMY_P() (1)
1096 #endif
1097 #endif
1098
1099 extern int gdbarch_deprecated_pc_in_call_dummy_p (struct gdbarch *gdbarch);
1100 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_PC_IN_CALL_DUMMY_P)
1101 #error "Non multi-arch definition of DEPRECATED_PC_IN_CALL_DUMMY"
1102 #endif
1103 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_PC_IN_CALL_DUMMY_P)
1104 #define DEPRECATED_PC_IN_CALL_DUMMY_P() (gdbarch_deprecated_pc_in_call_dummy_p (current_gdbarch))
1105 #endif
1106
1107 typedef int (gdbarch_deprecated_pc_in_call_dummy_ftype) (CORE_ADDR pc, CORE_ADDR sp, CORE_ADDR frame_address);
1108 extern int gdbarch_deprecated_pc_in_call_dummy (struct gdbarch *gdbarch, CORE_ADDR pc, CORE_ADDR sp, CORE_ADDR frame_address);
1109 extern void set_gdbarch_deprecated_pc_in_call_dummy (struct gdbarch *gdbarch, gdbarch_deprecated_pc_in_call_dummy_ftype *deprecated_pc_in_call_dummy);
1110 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_PC_IN_CALL_DUMMY)
1111 #error "Non multi-arch definition of DEPRECATED_PC_IN_CALL_DUMMY"
1112 #endif
1113 #if !defined (DEPRECATED_PC_IN_CALL_DUMMY)
1114 #define DEPRECATED_PC_IN_CALL_DUMMY(pc, sp, frame_address) (gdbarch_deprecated_pc_in_call_dummy (current_gdbarch, pc, sp, frame_address))
1115 #endif
1116
1117 #if defined (DEPRECATED_INIT_FRAME_PC)
1118 /* Legacy for systems yet to multi-arch DEPRECATED_INIT_FRAME_PC */
1119 #if !defined (DEPRECATED_INIT_FRAME_PC_P)
1120 #define DEPRECATED_INIT_FRAME_PC_P() (1)
1121 #endif
1122 #endif
1123
1124 extern int gdbarch_deprecated_init_frame_pc_p (struct gdbarch *gdbarch);
1125 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_INIT_FRAME_PC_P)
1126 #error "Non multi-arch definition of DEPRECATED_INIT_FRAME_PC"
1127 #endif
1128 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_INIT_FRAME_PC_P)
1129 #define DEPRECATED_INIT_FRAME_PC_P() (gdbarch_deprecated_init_frame_pc_p (current_gdbarch))
1130 #endif
1131
1132 typedef CORE_ADDR (gdbarch_deprecated_init_frame_pc_ftype) (int fromleaf, struct frame_info *prev);
1133 extern CORE_ADDR gdbarch_deprecated_init_frame_pc (struct gdbarch *gdbarch, int fromleaf, struct frame_info *prev);
1134 extern void set_gdbarch_deprecated_init_frame_pc (struct gdbarch *gdbarch, gdbarch_deprecated_init_frame_pc_ftype *deprecated_init_frame_pc);
1135 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_INIT_FRAME_PC)
1136 #error "Non multi-arch definition of DEPRECATED_INIT_FRAME_PC"
1137 #endif
1138 #if !defined (DEPRECATED_INIT_FRAME_PC)
1139 #define DEPRECATED_INIT_FRAME_PC(fromleaf, prev) (gdbarch_deprecated_init_frame_pc (current_gdbarch, fromleaf, prev))
1140 #endif
1141
1142 extern int gdbarch_believe_pcc_promotion (struct gdbarch *gdbarch);
1143 extern void set_gdbarch_believe_pcc_promotion (struct gdbarch *gdbarch, int believe_pcc_promotion);
1144 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (BELIEVE_PCC_PROMOTION)
1145 #error "Non multi-arch definition of BELIEVE_PCC_PROMOTION"
1146 #endif
1147 #if !defined (BELIEVE_PCC_PROMOTION)
1148 #define BELIEVE_PCC_PROMOTION (gdbarch_believe_pcc_promotion (current_gdbarch))
1149 #endif
1150
1151 extern int gdbarch_believe_pcc_promotion_type (struct gdbarch *gdbarch);
1152 extern void set_gdbarch_believe_pcc_promotion_type (struct gdbarch *gdbarch, int believe_pcc_promotion_type);
1153 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (BELIEVE_PCC_PROMOTION_TYPE)
1154 #error "Non multi-arch definition of BELIEVE_PCC_PROMOTION_TYPE"
1155 #endif
1156 #if !defined (BELIEVE_PCC_PROMOTION_TYPE)
1157 #define BELIEVE_PCC_PROMOTION_TYPE (gdbarch_believe_pcc_promotion_type (current_gdbarch))
1158 #endif
1159
1160 #if defined (DEPRECATED_GET_SAVED_REGISTER)
1161 /* Legacy for systems yet to multi-arch DEPRECATED_GET_SAVED_REGISTER */
1162 #if !defined (DEPRECATED_GET_SAVED_REGISTER_P)
1163 #define DEPRECATED_GET_SAVED_REGISTER_P() (1)
1164 #endif
1165 #endif
1166
1167 extern int gdbarch_deprecated_get_saved_register_p (struct gdbarch *gdbarch);
1168 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_GET_SAVED_REGISTER_P)
1169 #error "Non multi-arch definition of DEPRECATED_GET_SAVED_REGISTER"
1170 #endif
1171 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_GET_SAVED_REGISTER_P)
1172 #define DEPRECATED_GET_SAVED_REGISTER_P() (gdbarch_deprecated_get_saved_register_p (current_gdbarch))
1173 #endif
1174
1175 typedef void (gdbarch_deprecated_get_saved_register_ftype) (char *raw_buffer, int *optimized, CORE_ADDR *addrp, struct frame_info *frame, int regnum, enum lval_type *lval);
1176 extern void gdbarch_deprecated_get_saved_register (struct gdbarch *gdbarch, char *raw_buffer, int *optimized, CORE_ADDR *addrp, struct frame_info *frame, int regnum, enum lval_type *lval);
1177 extern void set_gdbarch_deprecated_get_saved_register (struct gdbarch *gdbarch, gdbarch_deprecated_get_saved_register_ftype *deprecated_get_saved_register);
1178 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_GET_SAVED_REGISTER)
1179 #error "Non multi-arch definition of DEPRECATED_GET_SAVED_REGISTER"
1180 #endif
1181 #if !defined (DEPRECATED_GET_SAVED_REGISTER)
1182 #define DEPRECATED_GET_SAVED_REGISTER(raw_buffer, optimized, addrp, frame, regnum, lval) (gdbarch_deprecated_get_saved_register (current_gdbarch, raw_buffer, optimized, addrp, frame, regnum, lval))
1183 #endif
1184
1185 /* For register <-> value conversions, replaced by CONVERT_REGISTER_P et.al.
1186    For raw <-> cooked register conversions, replaced by pseudo registers. */
1187
1188 #if defined (DEPRECATED_REGISTER_CONVERTIBLE)
1189 /* Legacy for systems yet to multi-arch DEPRECATED_REGISTER_CONVERTIBLE */
1190 #if !defined (DEPRECATED_REGISTER_CONVERTIBLE_P)
1191 #define DEPRECATED_REGISTER_CONVERTIBLE_P() (1)
1192 #endif
1193 #endif
1194
1195 extern int gdbarch_deprecated_register_convertible_p (struct gdbarch *gdbarch);
1196 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_CONVERTIBLE_P)
1197 #error "Non multi-arch definition of DEPRECATED_REGISTER_CONVERTIBLE"
1198 #endif
1199 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_REGISTER_CONVERTIBLE_P)
1200 #define DEPRECATED_REGISTER_CONVERTIBLE_P() (gdbarch_deprecated_register_convertible_p (current_gdbarch))
1201 #endif
1202
1203 typedef int (gdbarch_deprecated_register_convertible_ftype) (int nr);
1204 extern int gdbarch_deprecated_register_convertible (struct gdbarch *gdbarch, int nr);
1205 extern void set_gdbarch_deprecated_register_convertible (struct gdbarch *gdbarch, gdbarch_deprecated_register_convertible_ftype *deprecated_register_convertible);
1206 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_CONVERTIBLE)
1207 #error "Non multi-arch definition of DEPRECATED_REGISTER_CONVERTIBLE"
1208 #endif
1209 #if !defined (DEPRECATED_REGISTER_CONVERTIBLE)
1210 #define DEPRECATED_REGISTER_CONVERTIBLE(nr) (gdbarch_deprecated_register_convertible (current_gdbarch, nr))
1211 #endif
1212
1213 /* For register <-> value conversions, replaced by CONVERT_REGISTER_P et.al.
1214    For raw <-> cooked register conversions, replaced by pseudo registers. */
1215
1216 typedef void (gdbarch_deprecated_register_convert_to_virtual_ftype) (int regnum, struct type *type, char *from, char *to);
1217 extern void gdbarch_deprecated_register_convert_to_virtual (struct gdbarch *gdbarch, int regnum, struct type *type, char *from, char *to);
1218 extern void set_gdbarch_deprecated_register_convert_to_virtual (struct gdbarch *gdbarch, gdbarch_deprecated_register_convert_to_virtual_ftype *deprecated_register_convert_to_virtual);
1219 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
1220 #error "Non multi-arch definition of DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL"
1221 #endif
1222 #if !defined (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
1223 #define DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL(regnum, type, from, to) (gdbarch_deprecated_register_convert_to_virtual (current_gdbarch, regnum, type, from, to))
1224 #endif
1225
1226 /* For register <-> value conversions, replaced by CONVERT_REGISTER_P et.al.
1227    For raw <-> cooked register conversions, replaced by pseudo registers. */
1228
1229 typedef void (gdbarch_deprecated_register_convert_to_raw_ftype) (struct type *type, int regnum, const char *from, char *to);
1230 extern void gdbarch_deprecated_register_convert_to_raw (struct gdbarch *gdbarch, struct type *type, int regnum, const char *from, char *to);
1231 extern void set_gdbarch_deprecated_register_convert_to_raw (struct gdbarch *gdbarch, gdbarch_deprecated_register_convert_to_raw_ftype *deprecated_register_convert_to_raw);
1232 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_CONVERT_TO_RAW)
1233 #error "Non multi-arch definition of DEPRECATED_REGISTER_CONVERT_TO_RAW"
1234 #endif
1235 #if !defined (DEPRECATED_REGISTER_CONVERT_TO_RAW)
1236 #define DEPRECATED_REGISTER_CONVERT_TO_RAW(type, regnum, from, to) (gdbarch_deprecated_register_convert_to_raw (current_gdbarch, type, regnum, from, to))
1237 #endif
1238
1239 typedef int (gdbarch_convert_register_p_ftype) (int regnum, struct type *type);
1240 extern int gdbarch_convert_register_p (struct gdbarch *gdbarch, int regnum, struct type *type);
1241 extern void set_gdbarch_convert_register_p (struct gdbarch *gdbarch, gdbarch_convert_register_p_ftype *convert_register_p);
1242 #if (GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PARTIAL) && defined (CONVERT_REGISTER_P)
1243 #error "Non multi-arch definition of CONVERT_REGISTER_P"
1244 #endif
1245 #if !defined (CONVERT_REGISTER_P)
1246 #define CONVERT_REGISTER_P(regnum, type) (gdbarch_convert_register_p (current_gdbarch, regnum, type))
1247 #endif
1248
1249 typedef void (gdbarch_register_to_value_ftype) (struct frame_info *frame, int regnum, struct type *type, void *buf);
1250 extern void gdbarch_register_to_value (struct gdbarch *gdbarch, struct frame_info *frame, int regnum, struct type *type, void *buf);
1251 extern void set_gdbarch_register_to_value (struct gdbarch *gdbarch, gdbarch_register_to_value_ftype *register_to_value);
1252 #if (GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PARTIAL) && defined (REGISTER_TO_VALUE)
1253 #error "Non multi-arch definition of REGISTER_TO_VALUE"
1254 #endif
1255 #if !defined (REGISTER_TO_VALUE)
1256 #define REGISTER_TO_VALUE(frame, regnum, type, buf) (gdbarch_register_to_value (current_gdbarch, frame, regnum, type, buf))
1257 #endif
1258
1259 typedef void (gdbarch_value_to_register_ftype) (struct frame_info *frame, int regnum, struct type *type, const void *buf);
1260 extern void gdbarch_value_to_register (struct gdbarch *gdbarch, struct frame_info *frame, int regnum, struct type *type, const void *buf);
1261 extern void set_gdbarch_value_to_register (struct gdbarch *gdbarch, gdbarch_value_to_register_ftype *value_to_register);
1262 #if (GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PARTIAL) && defined (VALUE_TO_REGISTER)
1263 #error "Non multi-arch definition of VALUE_TO_REGISTER"
1264 #endif
1265 #if !defined (VALUE_TO_REGISTER)
1266 #define VALUE_TO_REGISTER(frame, regnum, type, buf) (gdbarch_value_to_register (current_gdbarch, frame, regnum, type, buf))
1267 #endif
1268
1269 typedef CORE_ADDR (gdbarch_pointer_to_address_ftype) (struct type *type, const void *buf);
1270 extern CORE_ADDR gdbarch_pointer_to_address (struct gdbarch *gdbarch, struct type *type, const void *buf);
1271 extern void set_gdbarch_pointer_to_address (struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype *pointer_to_address);
1272 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (POINTER_TO_ADDRESS)
1273 #error "Non multi-arch definition of POINTER_TO_ADDRESS"
1274 #endif
1275 #if !defined (POINTER_TO_ADDRESS)
1276 #define POINTER_TO_ADDRESS(type, buf) (gdbarch_pointer_to_address (current_gdbarch, type, buf))
1277 #endif
1278
1279 typedef void (gdbarch_address_to_pointer_ftype) (struct type *type, void *buf, CORE_ADDR addr);
1280 extern void gdbarch_address_to_pointer (struct gdbarch *gdbarch, struct type *type, void *buf, CORE_ADDR addr);
1281 extern void set_gdbarch_address_to_pointer (struct gdbarch *gdbarch, gdbarch_address_to_pointer_ftype *address_to_pointer);
1282 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (ADDRESS_TO_POINTER)
1283 #error "Non multi-arch definition of ADDRESS_TO_POINTER"
1284 #endif
1285 #if !defined (ADDRESS_TO_POINTER)
1286 #define ADDRESS_TO_POINTER(type, buf, addr) (gdbarch_address_to_pointer (current_gdbarch, type, buf, addr))
1287 #endif
1288
1289 #if defined (INTEGER_TO_ADDRESS)
1290 /* Legacy for systems yet to multi-arch INTEGER_TO_ADDRESS */
1291 #if !defined (INTEGER_TO_ADDRESS_P)
1292 #define INTEGER_TO_ADDRESS_P() (1)
1293 #endif
1294 #endif
1295
1296 extern int gdbarch_integer_to_address_p (struct gdbarch *gdbarch);
1297 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (INTEGER_TO_ADDRESS_P)
1298 #error "Non multi-arch definition of INTEGER_TO_ADDRESS"
1299 #endif
1300 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (INTEGER_TO_ADDRESS_P)
1301 #define INTEGER_TO_ADDRESS_P() (gdbarch_integer_to_address_p (current_gdbarch))
1302 #endif
1303
1304 typedef CORE_ADDR (gdbarch_integer_to_address_ftype) (struct type *type, void *buf);
1305 extern CORE_ADDR gdbarch_integer_to_address (struct gdbarch *gdbarch, struct type *type, void *buf);
1306 extern void set_gdbarch_integer_to_address (struct gdbarch *gdbarch, gdbarch_integer_to_address_ftype *integer_to_address);
1307 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (INTEGER_TO_ADDRESS)
1308 #error "Non multi-arch definition of INTEGER_TO_ADDRESS"
1309 #endif
1310 #if !defined (INTEGER_TO_ADDRESS)
1311 #define INTEGER_TO_ADDRESS(type, buf) (gdbarch_integer_to_address (current_gdbarch, type, buf))
1312 #endif
1313
1314 #if defined (DEPRECATED_POP_FRAME)
1315 /* Legacy for systems yet to multi-arch DEPRECATED_POP_FRAME */
1316 #if !defined (DEPRECATED_POP_FRAME_P)
1317 #define DEPRECATED_POP_FRAME_P() (1)
1318 #endif
1319 #endif
1320
1321 extern int gdbarch_deprecated_pop_frame_p (struct gdbarch *gdbarch);
1322 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_POP_FRAME_P)
1323 #error "Non multi-arch definition of DEPRECATED_POP_FRAME"
1324 #endif
1325 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_POP_FRAME_P)
1326 #define DEPRECATED_POP_FRAME_P() (gdbarch_deprecated_pop_frame_p (current_gdbarch))
1327 #endif
1328
1329 typedef void (gdbarch_deprecated_pop_frame_ftype) (void);
1330 extern void gdbarch_deprecated_pop_frame (struct gdbarch *gdbarch);
1331 extern void set_gdbarch_deprecated_pop_frame (struct gdbarch *gdbarch, gdbarch_deprecated_pop_frame_ftype *deprecated_pop_frame);
1332 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_POP_FRAME)
1333 #error "Non multi-arch definition of DEPRECATED_POP_FRAME"
1334 #endif
1335 #if !defined (DEPRECATED_POP_FRAME)
1336 #define DEPRECATED_POP_FRAME (gdbarch_deprecated_pop_frame (current_gdbarch))
1337 #endif
1338
1339 /* NOTE: cagney/2003-03-24: Replaced by PUSH_ARGUMENTS. */
1340
1341 #if defined (DEPRECATED_STORE_STRUCT_RETURN)
1342 /* Legacy for systems yet to multi-arch DEPRECATED_STORE_STRUCT_RETURN */
1343 #if !defined (DEPRECATED_STORE_STRUCT_RETURN_P)
1344 #define DEPRECATED_STORE_STRUCT_RETURN_P() (1)
1345 #endif
1346 #endif
1347
1348 extern int gdbarch_deprecated_store_struct_return_p (struct gdbarch *gdbarch);
1349 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_STORE_STRUCT_RETURN_P)
1350 #error "Non multi-arch definition of DEPRECATED_STORE_STRUCT_RETURN"
1351 #endif
1352 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_STORE_STRUCT_RETURN_P)
1353 #define DEPRECATED_STORE_STRUCT_RETURN_P() (gdbarch_deprecated_store_struct_return_p (current_gdbarch))
1354 #endif
1355
1356 typedef void (gdbarch_deprecated_store_struct_return_ftype) (CORE_ADDR addr, CORE_ADDR sp);
1357 extern void gdbarch_deprecated_store_struct_return (struct gdbarch *gdbarch, CORE_ADDR addr, CORE_ADDR sp);
1358 extern void set_gdbarch_deprecated_store_struct_return (struct gdbarch *gdbarch, gdbarch_deprecated_store_struct_return_ftype *deprecated_store_struct_return);
1359 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_STORE_STRUCT_RETURN)
1360 #error "Non multi-arch definition of DEPRECATED_STORE_STRUCT_RETURN"
1361 #endif
1362 #if !defined (DEPRECATED_STORE_STRUCT_RETURN)
1363 #define DEPRECATED_STORE_STRUCT_RETURN(addr, sp) (gdbarch_deprecated_store_struct_return (current_gdbarch, addr, sp))
1364 #endif
1365
1366 /* It has been suggested that this, well actually its predecessor,
1367    should take the type/value of the function to be called and not the
1368    return type.  This is left as an exercise for the reader. */
1369
1370 extern int gdbarch_return_value_p (struct gdbarch *gdbarch);
1371
1372 typedef enum return_value_convention (gdbarch_return_value_ftype) (struct gdbarch *gdbarch, struct type *valtype, struct regcache *regcache, void *readbuf, const void *writebuf);
1373 extern enum return_value_convention gdbarch_return_value (struct gdbarch *gdbarch, struct type *valtype, struct regcache *regcache, void *readbuf, const void *writebuf);
1374 extern void set_gdbarch_return_value (struct gdbarch *gdbarch, gdbarch_return_value_ftype *return_value);
1375
1376 /* The deprecated methods RETURN_VALUE_ON_STACK, EXTRACT_RETURN_VALUE,
1377    STORE_RETURN_VALUE and USE_STRUCT_CONVENTION have all been folded
1378    into RETURN_VALUE. */
1379
1380 typedef int (gdbarch_return_value_on_stack_ftype) (struct type *type);
1381 extern int gdbarch_return_value_on_stack (struct gdbarch *gdbarch, struct type *type);
1382 extern void set_gdbarch_return_value_on_stack (struct gdbarch *gdbarch, gdbarch_return_value_on_stack_ftype *return_value_on_stack);
1383 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (RETURN_VALUE_ON_STACK)
1384 #error "Non multi-arch definition of RETURN_VALUE_ON_STACK"
1385 #endif
1386 #if !defined (RETURN_VALUE_ON_STACK)
1387 #define RETURN_VALUE_ON_STACK(type) (gdbarch_return_value_on_stack (current_gdbarch, type))
1388 #endif
1389
1390 typedef void (gdbarch_extract_return_value_ftype) (struct type *type, struct regcache *regcache, void *valbuf);
1391 extern void gdbarch_extract_return_value (struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *valbuf);
1392 extern void set_gdbarch_extract_return_value (struct gdbarch *gdbarch, gdbarch_extract_return_value_ftype *extract_return_value);
1393 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (EXTRACT_RETURN_VALUE)
1394 #error "Non multi-arch definition of EXTRACT_RETURN_VALUE"
1395 #endif
1396 #if !defined (EXTRACT_RETURN_VALUE)
1397 #define EXTRACT_RETURN_VALUE(type, regcache, valbuf) (gdbarch_extract_return_value (current_gdbarch, type, regcache, valbuf))
1398 #endif
1399
1400 typedef void (gdbarch_store_return_value_ftype) (struct type *type, struct regcache *regcache, const void *valbuf);
1401 extern void gdbarch_store_return_value (struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, const void *valbuf);
1402 extern void set_gdbarch_store_return_value (struct gdbarch *gdbarch, gdbarch_store_return_value_ftype *store_return_value);
1403 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (STORE_RETURN_VALUE)
1404 #error "Non multi-arch definition of STORE_RETURN_VALUE"
1405 #endif
1406 #if !defined (STORE_RETURN_VALUE)
1407 #define STORE_RETURN_VALUE(type, regcache, valbuf) (gdbarch_store_return_value (current_gdbarch, type, regcache, valbuf))
1408 #endif
1409
1410 typedef void (gdbarch_deprecated_extract_return_value_ftype) (struct type *type, char *regbuf, char *valbuf);
1411 extern void gdbarch_deprecated_extract_return_value (struct gdbarch *gdbarch, struct type *type, char *regbuf, char *valbuf);
1412 extern void set_gdbarch_deprecated_extract_return_value (struct gdbarch *gdbarch, gdbarch_deprecated_extract_return_value_ftype *deprecated_extract_return_value);
1413 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_EXTRACT_RETURN_VALUE)
1414 #error "Non multi-arch definition of DEPRECATED_EXTRACT_RETURN_VALUE"
1415 #endif
1416 #if !defined (DEPRECATED_EXTRACT_RETURN_VALUE)
1417 #define DEPRECATED_EXTRACT_RETURN_VALUE(type, regbuf, valbuf) (gdbarch_deprecated_extract_return_value (current_gdbarch, type, regbuf, valbuf))
1418 #endif
1419
1420 typedef void (gdbarch_deprecated_store_return_value_ftype) (struct type *type, char *valbuf);
1421 extern void gdbarch_deprecated_store_return_value (struct gdbarch *gdbarch, struct type *type, char *valbuf);
1422 extern void set_gdbarch_deprecated_store_return_value (struct gdbarch *gdbarch, gdbarch_deprecated_store_return_value_ftype *deprecated_store_return_value);
1423 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_STORE_RETURN_VALUE)
1424 #error "Non multi-arch definition of DEPRECATED_STORE_RETURN_VALUE"
1425 #endif
1426 #if !defined (DEPRECATED_STORE_RETURN_VALUE)
1427 #define DEPRECATED_STORE_RETURN_VALUE(type, valbuf) (gdbarch_deprecated_store_return_value (current_gdbarch, type, valbuf))
1428 #endif
1429
1430 typedef int (gdbarch_use_struct_convention_ftype) (int gcc_p, struct type *value_type);
1431 extern int gdbarch_use_struct_convention (struct gdbarch *gdbarch, int gcc_p, struct type *value_type);
1432 extern void set_gdbarch_use_struct_convention (struct gdbarch *gdbarch, gdbarch_use_struct_convention_ftype *use_struct_convention);
1433 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (USE_STRUCT_CONVENTION)
1434 #error "Non multi-arch definition of USE_STRUCT_CONVENTION"
1435 #endif
1436 #if !defined (USE_STRUCT_CONVENTION)
1437 #define USE_STRUCT_CONVENTION(gcc_p, value_type) (gdbarch_use_struct_convention (current_gdbarch, gcc_p, value_type))
1438 #endif
1439
1440 /* As of 2004-01-17 only the 32-bit SPARC ABI has been identified as an
1441    ABI suitable for the implementation of a robust extract
1442    struct-convention return-value address method (the sparc saves the
1443    address in the callers frame).  All the other cases so far examined,
1444    the DEPRECATED_EXTRACT_STRUCT_VALUE implementation has been
1445    erreneous - the code was incorrectly assuming that the return-value
1446    address, stored in a register, was preserved across the entire
1447    function call.
1448    For the moment retain DEPRECATED_EXTRACT_STRUCT_VALUE as a marker of
1449    the ABIs that are still to be analyzed - perhaps this should simply
1450    be deleted.  The commented out extract_returned_value_address method
1451    is provided as a starting point for the 32-bit SPARC.  It, or
1452    something like it, along with changes to both infcmd.c and stack.c
1453    will be needed for that case to work.  NB: It is passed the callers
1454    frame since it is only after the callee has returned that this
1455    function is used.
1456   M:::CORE_ADDR:extract_returned_value_address:struct frame_info *caller_frame:caller_frame */
1457
1458 #if defined (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
1459 /* Legacy for systems yet to multi-arch DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS */
1460 #if !defined (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS_P)
1461 #define DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS_P() (1)
1462 #endif
1463 #endif
1464
1465 extern int gdbarch_deprecated_extract_struct_value_address_p (struct gdbarch *gdbarch);
1466 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS_P)
1467 #error "Non multi-arch definition of DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS"
1468 #endif
1469 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS_P)
1470 #define DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS_P() (gdbarch_deprecated_extract_struct_value_address_p (current_gdbarch))
1471 #endif
1472
1473 typedef CORE_ADDR (gdbarch_deprecated_extract_struct_value_address_ftype) (struct regcache *regcache);
1474 extern CORE_ADDR gdbarch_deprecated_extract_struct_value_address (struct gdbarch *gdbarch, struct regcache *regcache);
1475 extern void set_gdbarch_deprecated_extract_struct_value_address (struct gdbarch *gdbarch, gdbarch_deprecated_extract_struct_value_address_ftype *deprecated_extract_struct_value_address);
1476 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
1477 #error "Non multi-arch definition of DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS"
1478 #endif
1479 #if !defined (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
1480 #define DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS(regcache) (gdbarch_deprecated_extract_struct_value_address (current_gdbarch, regcache))
1481 #endif
1482
1483 #if defined (DEPRECATED_FRAME_INIT_SAVED_REGS)
1484 /* Legacy for systems yet to multi-arch DEPRECATED_FRAME_INIT_SAVED_REGS */
1485 #if !defined (DEPRECATED_FRAME_INIT_SAVED_REGS_P)
1486 #define DEPRECATED_FRAME_INIT_SAVED_REGS_P() (1)
1487 #endif
1488 #endif
1489
1490 extern int gdbarch_deprecated_frame_init_saved_regs_p (struct gdbarch *gdbarch);
1491 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_INIT_SAVED_REGS_P)
1492 #error "Non multi-arch definition of DEPRECATED_FRAME_INIT_SAVED_REGS"
1493 #endif
1494 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_FRAME_INIT_SAVED_REGS_P)
1495 #define DEPRECATED_FRAME_INIT_SAVED_REGS_P() (gdbarch_deprecated_frame_init_saved_regs_p (current_gdbarch))
1496 #endif
1497
1498 typedef void (gdbarch_deprecated_frame_init_saved_regs_ftype) (struct frame_info *frame);
1499 extern void gdbarch_deprecated_frame_init_saved_regs (struct gdbarch *gdbarch, struct frame_info *frame);
1500 extern void set_gdbarch_deprecated_frame_init_saved_regs (struct gdbarch *gdbarch, gdbarch_deprecated_frame_init_saved_regs_ftype *deprecated_frame_init_saved_regs);
1501 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_INIT_SAVED_REGS)
1502 #error "Non multi-arch definition of DEPRECATED_FRAME_INIT_SAVED_REGS"
1503 #endif
1504 #if !defined (DEPRECATED_FRAME_INIT_SAVED_REGS)
1505 #define DEPRECATED_FRAME_INIT_SAVED_REGS(frame) (gdbarch_deprecated_frame_init_saved_regs (current_gdbarch, frame))
1506 #endif
1507
1508 #if defined (DEPRECATED_INIT_EXTRA_FRAME_INFO)
1509 /* Legacy for systems yet to multi-arch DEPRECATED_INIT_EXTRA_FRAME_INFO */
1510 #if !defined (DEPRECATED_INIT_EXTRA_FRAME_INFO_P)
1511 #define DEPRECATED_INIT_EXTRA_FRAME_INFO_P() (1)
1512 #endif
1513 #endif
1514
1515 extern int gdbarch_deprecated_init_extra_frame_info_p (struct gdbarch *gdbarch);
1516 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_INIT_EXTRA_FRAME_INFO_P)
1517 #error "Non multi-arch definition of DEPRECATED_INIT_EXTRA_FRAME_INFO"
1518 #endif
1519 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_INIT_EXTRA_FRAME_INFO_P)
1520 #define DEPRECATED_INIT_EXTRA_FRAME_INFO_P() (gdbarch_deprecated_init_extra_frame_info_p (current_gdbarch))
1521 #endif
1522
1523 typedef void (gdbarch_deprecated_init_extra_frame_info_ftype) (int fromleaf, struct frame_info *frame);
1524 extern void gdbarch_deprecated_init_extra_frame_info (struct gdbarch *gdbarch, int fromleaf, struct frame_info *frame);
1525 extern void set_gdbarch_deprecated_init_extra_frame_info (struct gdbarch *gdbarch, gdbarch_deprecated_init_extra_frame_info_ftype *deprecated_init_extra_frame_info);
1526 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_INIT_EXTRA_FRAME_INFO)
1527 #error "Non multi-arch definition of DEPRECATED_INIT_EXTRA_FRAME_INFO"
1528 #endif
1529 #if !defined (DEPRECATED_INIT_EXTRA_FRAME_INFO)
1530 #define DEPRECATED_INIT_EXTRA_FRAME_INFO(fromleaf, frame) (gdbarch_deprecated_init_extra_frame_info (current_gdbarch, fromleaf, frame))
1531 #endif
1532
1533 typedef CORE_ADDR (gdbarch_skip_prologue_ftype) (CORE_ADDR ip);
1534 extern CORE_ADDR gdbarch_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR ip);
1535 extern void set_gdbarch_skip_prologue (struct gdbarch *gdbarch, gdbarch_skip_prologue_ftype *skip_prologue);
1536 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (SKIP_PROLOGUE)
1537 #error "Non multi-arch definition of SKIP_PROLOGUE"
1538 #endif
1539 #if !defined (SKIP_PROLOGUE)
1540 #define SKIP_PROLOGUE(ip) (gdbarch_skip_prologue (current_gdbarch, ip))
1541 #endif
1542
1543 typedef int (gdbarch_inner_than_ftype) (CORE_ADDR lhs, CORE_ADDR rhs);
1544 extern int gdbarch_inner_than (struct gdbarch *gdbarch, CORE_ADDR lhs, CORE_ADDR rhs);
1545 extern void set_gdbarch_inner_than (struct gdbarch *gdbarch, gdbarch_inner_than_ftype *inner_than);
1546 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (INNER_THAN)
1547 #error "Non multi-arch definition of INNER_THAN"
1548 #endif
1549 #if !defined (INNER_THAN)
1550 #define INNER_THAN(lhs, rhs) (gdbarch_inner_than (current_gdbarch, lhs, rhs))
1551 #endif
1552
1553 typedef const unsigned char * (gdbarch_breakpoint_from_pc_ftype) (CORE_ADDR *pcptr, int *lenptr);
1554 extern const unsigned char * gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr);
1555 extern void set_gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, gdbarch_breakpoint_from_pc_ftype *breakpoint_from_pc);
1556 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (BREAKPOINT_FROM_PC)
1557 #error "Non multi-arch definition of BREAKPOINT_FROM_PC"
1558 #endif
1559 #if !defined (BREAKPOINT_FROM_PC)
1560 #define BREAKPOINT_FROM_PC(pcptr, lenptr) (gdbarch_breakpoint_from_pc (current_gdbarch, pcptr, lenptr))
1561 #endif
1562
1563 extern int gdbarch_adjust_breakpoint_address_p (struct gdbarch *gdbarch);
1564
1565 typedef CORE_ADDR (gdbarch_adjust_breakpoint_address_ftype) (struct gdbarch *gdbarch, CORE_ADDR bpaddr);
1566 extern CORE_ADDR gdbarch_adjust_breakpoint_address (struct gdbarch *gdbarch, CORE_ADDR bpaddr);
1567 extern void set_gdbarch_adjust_breakpoint_address (struct gdbarch *gdbarch, gdbarch_adjust_breakpoint_address_ftype *adjust_breakpoint_address);
1568
1569 typedef int (gdbarch_memory_insert_breakpoint_ftype) (CORE_ADDR addr, char *contents_cache);
1570 extern int gdbarch_memory_insert_breakpoint (struct gdbarch *gdbarch, CORE_ADDR addr, char *contents_cache);
1571 extern void set_gdbarch_memory_insert_breakpoint (struct gdbarch *gdbarch, gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint);
1572 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (MEMORY_INSERT_BREAKPOINT)
1573 #error "Non multi-arch definition of MEMORY_INSERT_BREAKPOINT"
1574 #endif
1575 #if !defined (MEMORY_INSERT_BREAKPOINT)
1576 #define MEMORY_INSERT_BREAKPOINT(addr, contents_cache) (gdbarch_memory_insert_breakpoint (current_gdbarch, addr, contents_cache))
1577 #endif
1578
1579 typedef int (gdbarch_memory_remove_breakpoint_ftype) (CORE_ADDR addr, char *contents_cache);
1580 extern int gdbarch_memory_remove_breakpoint (struct gdbarch *gdbarch, CORE_ADDR addr, char *contents_cache);
1581 extern void set_gdbarch_memory_remove_breakpoint (struct gdbarch *gdbarch, gdbarch_memory_remove_breakpoint_ftype *memory_remove_breakpoint);
1582 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (MEMORY_REMOVE_BREAKPOINT)
1583 #error "Non multi-arch definition of MEMORY_REMOVE_BREAKPOINT"
1584 #endif
1585 #if !defined (MEMORY_REMOVE_BREAKPOINT)
1586 #define MEMORY_REMOVE_BREAKPOINT(addr, contents_cache) (gdbarch_memory_remove_breakpoint (current_gdbarch, addr, contents_cache))
1587 #endif
1588
1589 extern CORE_ADDR gdbarch_decr_pc_after_break (struct gdbarch *gdbarch);
1590 extern void set_gdbarch_decr_pc_after_break (struct gdbarch *gdbarch, CORE_ADDR decr_pc_after_break);
1591 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DECR_PC_AFTER_BREAK)
1592 #error "Non multi-arch definition of DECR_PC_AFTER_BREAK"
1593 #endif
1594 #if !defined (DECR_PC_AFTER_BREAK)
1595 #define DECR_PC_AFTER_BREAK (gdbarch_decr_pc_after_break (current_gdbarch))
1596 #endif
1597
1598 extern CORE_ADDR gdbarch_function_start_offset (struct gdbarch *gdbarch);
1599 extern void set_gdbarch_function_start_offset (struct gdbarch *gdbarch, CORE_ADDR function_start_offset);
1600 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (FUNCTION_START_OFFSET)
1601 #error "Non multi-arch definition of FUNCTION_START_OFFSET"
1602 #endif
1603 #if !defined (FUNCTION_START_OFFSET)
1604 #define FUNCTION_START_OFFSET (gdbarch_function_start_offset (current_gdbarch))
1605 #endif
1606
1607 typedef void (gdbarch_remote_translate_xfer_address_ftype) (struct gdbarch *gdbarch, struct regcache *regcache, CORE_ADDR gdb_addr, int gdb_len, CORE_ADDR *rem_addr, int *rem_len);
1608 extern void gdbarch_remote_translate_xfer_address (struct gdbarch *gdbarch, struct regcache *regcache, CORE_ADDR gdb_addr, int gdb_len, CORE_ADDR *rem_addr, int *rem_len);
1609 extern void set_gdbarch_remote_translate_xfer_address (struct gdbarch *gdbarch, gdbarch_remote_translate_xfer_address_ftype *remote_translate_xfer_address);
1610
1611 extern CORE_ADDR gdbarch_frame_args_skip (struct gdbarch *gdbarch);
1612 extern void set_gdbarch_frame_args_skip (struct gdbarch *gdbarch, CORE_ADDR frame_args_skip);
1613 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (FRAME_ARGS_SKIP)
1614 #error "Non multi-arch definition of FRAME_ARGS_SKIP"
1615 #endif
1616 #if !defined (FRAME_ARGS_SKIP)
1617 #define FRAME_ARGS_SKIP (gdbarch_frame_args_skip (current_gdbarch))
1618 #endif
1619
1620 /* DEPRECATED_FRAMELESS_FUNCTION_INVOCATION is not needed.  The new
1621    frame code works regardless of the type of frame - frameless,
1622    stackless, or normal. */
1623
1624 #if defined (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION)
1625 /* Legacy for systems yet to multi-arch DEPRECATED_FRAMELESS_FUNCTION_INVOCATION */
1626 #if !defined (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION_P)
1627 #define DEPRECATED_FRAMELESS_FUNCTION_INVOCATION_P() (1)
1628 #endif
1629 #endif
1630
1631 extern int gdbarch_deprecated_frameless_function_invocation_p (struct gdbarch *gdbarch);
1632 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION_P)
1633 #error "Non multi-arch definition of DEPRECATED_FRAMELESS_FUNCTION_INVOCATION"
1634 #endif
1635 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION_P)
1636 #define DEPRECATED_FRAMELESS_FUNCTION_INVOCATION_P() (gdbarch_deprecated_frameless_function_invocation_p (current_gdbarch))
1637 #endif
1638
1639 typedef int (gdbarch_deprecated_frameless_function_invocation_ftype) (struct frame_info *fi);
1640 extern int gdbarch_deprecated_frameless_function_invocation (struct gdbarch *gdbarch, struct frame_info *fi);
1641 extern void set_gdbarch_deprecated_frameless_function_invocation (struct gdbarch *gdbarch, gdbarch_deprecated_frameless_function_invocation_ftype *deprecated_frameless_function_invocation);
1642 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION)
1643 #error "Non multi-arch definition of DEPRECATED_FRAMELESS_FUNCTION_INVOCATION"
1644 #endif
1645 #if !defined (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION)
1646 #define DEPRECATED_FRAMELESS_FUNCTION_INVOCATION(fi) (gdbarch_deprecated_frameless_function_invocation (current_gdbarch, fi))
1647 #endif
1648
1649 #if defined (DEPRECATED_FRAME_CHAIN)
1650 /* Legacy for systems yet to multi-arch DEPRECATED_FRAME_CHAIN */
1651 #if !defined (DEPRECATED_FRAME_CHAIN_P)
1652 #define DEPRECATED_FRAME_CHAIN_P() (1)
1653 #endif
1654 #endif
1655
1656 extern int gdbarch_deprecated_frame_chain_p (struct gdbarch *gdbarch);
1657 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_CHAIN_P)
1658 #error "Non multi-arch definition of DEPRECATED_FRAME_CHAIN"
1659 #endif
1660 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_FRAME_CHAIN_P)
1661 #define DEPRECATED_FRAME_CHAIN_P() (gdbarch_deprecated_frame_chain_p (current_gdbarch))
1662 #endif
1663
1664 typedef CORE_ADDR (gdbarch_deprecated_frame_chain_ftype) (struct frame_info *frame);
1665 extern CORE_ADDR gdbarch_deprecated_frame_chain (struct gdbarch *gdbarch, struct frame_info *frame);
1666 extern void set_gdbarch_deprecated_frame_chain (struct gdbarch *gdbarch, gdbarch_deprecated_frame_chain_ftype *deprecated_frame_chain);
1667 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_CHAIN)
1668 #error "Non multi-arch definition of DEPRECATED_FRAME_CHAIN"
1669 #endif
1670 #if !defined (DEPRECATED_FRAME_CHAIN)
1671 #define DEPRECATED_FRAME_CHAIN(frame) (gdbarch_deprecated_frame_chain (current_gdbarch, frame))
1672 #endif
1673
1674 #if defined (DEPRECATED_FRAME_CHAIN_VALID)
1675 /* Legacy for systems yet to multi-arch DEPRECATED_FRAME_CHAIN_VALID */
1676 #if !defined (DEPRECATED_FRAME_CHAIN_VALID_P)
1677 #define DEPRECATED_FRAME_CHAIN_VALID_P() (1)
1678 #endif
1679 #endif
1680
1681 extern int gdbarch_deprecated_frame_chain_valid_p (struct gdbarch *gdbarch);
1682 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_CHAIN_VALID_P)
1683 #error "Non multi-arch definition of DEPRECATED_FRAME_CHAIN_VALID"
1684 #endif
1685 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_FRAME_CHAIN_VALID_P)
1686 #define DEPRECATED_FRAME_CHAIN_VALID_P() (gdbarch_deprecated_frame_chain_valid_p (current_gdbarch))
1687 #endif
1688
1689 typedef int (gdbarch_deprecated_frame_chain_valid_ftype) (CORE_ADDR chain, struct frame_info *thisframe);
1690 extern int gdbarch_deprecated_frame_chain_valid (struct gdbarch *gdbarch, CORE_ADDR chain, struct frame_info *thisframe);
1691 extern void set_gdbarch_deprecated_frame_chain_valid (struct gdbarch *gdbarch, gdbarch_deprecated_frame_chain_valid_ftype *deprecated_frame_chain_valid);
1692 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_CHAIN_VALID)
1693 #error "Non multi-arch definition of DEPRECATED_FRAME_CHAIN_VALID"
1694 #endif
1695 #if !defined (DEPRECATED_FRAME_CHAIN_VALID)
1696 #define DEPRECATED_FRAME_CHAIN_VALID(chain, thisframe) (gdbarch_deprecated_frame_chain_valid (current_gdbarch, chain, thisframe))
1697 #endif
1698
1699 /* DEPRECATED_FRAME_SAVED_PC has been replaced by UNWIND_PC.  Please
1700    note, per UNWIND_PC's doco, that while the two have similar
1701    interfaces they have very different underlying implementations. */
1702
1703 #if defined (DEPRECATED_FRAME_SAVED_PC)
1704 /* Legacy for systems yet to multi-arch DEPRECATED_FRAME_SAVED_PC */
1705 #if !defined (DEPRECATED_FRAME_SAVED_PC_P)
1706 #define DEPRECATED_FRAME_SAVED_PC_P() (1)
1707 #endif
1708 #endif
1709
1710 extern int gdbarch_deprecated_frame_saved_pc_p (struct gdbarch *gdbarch);
1711 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_SAVED_PC_P)
1712 #error "Non multi-arch definition of DEPRECATED_FRAME_SAVED_PC"
1713 #endif
1714 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_FRAME_SAVED_PC_P)
1715 #define DEPRECATED_FRAME_SAVED_PC_P() (gdbarch_deprecated_frame_saved_pc_p (current_gdbarch))
1716 #endif
1717
1718 typedef CORE_ADDR (gdbarch_deprecated_frame_saved_pc_ftype) (struct frame_info *fi);
1719 extern CORE_ADDR gdbarch_deprecated_frame_saved_pc (struct gdbarch *gdbarch, struct frame_info *fi);
1720 extern void set_gdbarch_deprecated_frame_saved_pc (struct gdbarch *gdbarch, gdbarch_deprecated_frame_saved_pc_ftype *deprecated_frame_saved_pc);
1721 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_SAVED_PC)
1722 #error "Non multi-arch definition of DEPRECATED_FRAME_SAVED_PC"
1723 #endif
1724 #if !defined (DEPRECATED_FRAME_SAVED_PC)
1725 #define DEPRECATED_FRAME_SAVED_PC(fi) (gdbarch_deprecated_frame_saved_pc (current_gdbarch, fi))
1726 #endif
1727
1728 extern int gdbarch_unwind_pc_p (struct gdbarch *gdbarch);
1729
1730 typedef CORE_ADDR (gdbarch_unwind_pc_ftype) (struct gdbarch *gdbarch, struct frame_info *next_frame);
1731 extern CORE_ADDR gdbarch_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame);
1732 extern void set_gdbarch_unwind_pc (struct gdbarch *gdbarch, gdbarch_unwind_pc_ftype *unwind_pc);
1733
1734 extern int gdbarch_unwind_sp_p (struct gdbarch *gdbarch);
1735
1736 typedef CORE_ADDR (gdbarch_unwind_sp_ftype) (struct gdbarch *gdbarch, struct frame_info *next_frame);
1737 extern CORE_ADDR gdbarch_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame);
1738 extern void set_gdbarch_unwind_sp (struct gdbarch *gdbarch, gdbarch_unwind_sp_ftype *unwind_sp);
1739
1740 /* DEPRECATED_FRAME_ARGS_ADDRESS as been replaced by the per-frame
1741    frame-base.  Enable frame-base before frame-unwind. */
1742
1743 #if defined (DEPRECATED_FRAME_ARGS_ADDRESS)
1744 /* Legacy for systems yet to multi-arch DEPRECATED_FRAME_ARGS_ADDRESS */
1745 #if !defined (DEPRECATED_FRAME_ARGS_ADDRESS_P)
1746 #define DEPRECATED_FRAME_ARGS_ADDRESS_P() (1)
1747 #endif
1748 #endif
1749
1750 extern int gdbarch_deprecated_frame_args_address_p (struct gdbarch *gdbarch);
1751 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_ARGS_ADDRESS_P)
1752 #error "Non multi-arch definition of DEPRECATED_FRAME_ARGS_ADDRESS"
1753 #endif
1754 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_FRAME_ARGS_ADDRESS_P)
1755 #define DEPRECATED_FRAME_ARGS_ADDRESS_P() (gdbarch_deprecated_frame_args_address_p (current_gdbarch))
1756 #endif
1757
1758 typedef CORE_ADDR (gdbarch_deprecated_frame_args_address_ftype) (struct frame_info *fi);
1759 extern CORE_ADDR gdbarch_deprecated_frame_args_address (struct gdbarch *gdbarch, struct frame_info *fi);
1760 extern void set_gdbarch_deprecated_frame_args_address (struct gdbarch *gdbarch, gdbarch_deprecated_frame_args_address_ftype *deprecated_frame_args_address);
1761 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_ARGS_ADDRESS)
1762 #error "Non multi-arch definition of DEPRECATED_FRAME_ARGS_ADDRESS"
1763 #endif
1764 #if !defined (DEPRECATED_FRAME_ARGS_ADDRESS)
1765 #define DEPRECATED_FRAME_ARGS_ADDRESS(fi) (gdbarch_deprecated_frame_args_address (current_gdbarch, fi))
1766 #endif
1767
1768 /* DEPRECATED_FRAME_LOCALS_ADDRESS as been replaced by the per-frame
1769    frame-base.  Enable frame-base before frame-unwind. */
1770
1771 #if defined (DEPRECATED_FRAME_LOCALS_ADDRESS)
1772 /* Legacy for systems yet to multi-arch DEPRECATED_FRAME_LOCALS_ADDRESS */
1773 #if !defined (DEPRECATED_FRAME_LOCALS_ADDRESS_P)
1774 #define DEPRECATED_FRAME_LOCALS_ADDRESS_P() (1)
1775 #endif
1776 #endif
1777
1778 extern int gdbarch_deprecated_frame_locals_address_p (struct gdbarch *gdbarch);
1779 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_LOCALS_ADDRESS_P)
1780 #error "Non multi-arch definition of DEPRECATED_FRAME_LOCALS_ADDRESS"
1781 #endif
1782 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_FRAME_LOCALS_ADDRESS_P)
1783 #define DEPRECATED_FRAME_LOCALS_ADDRESS_P() (gdbarch_deprecated_frame_locals_address_p (current_gdbarch))
1784 #endif
1785
1786 typedef CORE_ADDR (gdbarch_deprecated_frame_locals_address_ftype) (struct frame_info *fi);
1787 extern CORE_ADDR gdbarch_deprecated_frame_locals_address (struct gdbarch *gdbarch, struct frame_info *fi);
1788 extern void set_gdbarch_deprecated_frame_locals_address (struct gdbarch *gdbarch, gdbarch_deprecated_frame_locals_address_ftype *deprecated_frame_locals_address);
1789 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_FRAME_LOCALS_ADDRESS)
1790 #error "Non multi-arch definition of DEPRECATED_FRAME_LOCALS_ADDRESS"
1791 #endif
1792 #if !defined (DEPRECATED_FRAME_LOCALS_ADDRESS)
1793 #define DEPRECATED_FRAME_LOCALS_ADDRESS(fi) (gdbarch_deprecated_frame_locals_address (current_gdbarch, fi))
1794 #endif
1795
1796 #if defined (DEPRECATED_SAVED_PC_AFTER_CALL)
1797 /* Legacy for systems yet to multi-arch DEPRECATED_SAVED_PC_AFTER_CALL */
1798 #if !defined (DEPRECATED_SAVED_PC_AFTER_CALL_P)
1799 #define DEPRECATED_SAVED_PC_AFTER_CALL_P() (1)
1800 #endif
1801 #endif
1802
1803 extern int gdbarch_deprecated_saved_pc_after_call_p (struct gdbarch *gdbarch);
1804 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_SAVED_PC_AFTER_CALL_P)
1805 #error "Non multi-arch definition of DEPRECATED_SAVED_PC_AFTER_CALL"
1806 #endif
1807 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_SAVED_PC_AFTER_CALL_P)
1808 #define DEPRECATED_SAVED_PC_AFTER_CALL_P() (gdbarch_deprecated_saved_pc_after_call_p (current_gdbarch))
1809 #endif
1810
1811 typedef CORE_ADDR (gdbarch_deprecated_saved_pc_after_call_ftype) (struct frame_info *frame);
1812 extern CORE_ADDR gdbarch_deprecated_saved_pc_after_call (struct gdbarch *gdbarch, struct frame_info *frame);
1813 extern void set_gdbarch_deprecated_saved_pc_after_call (struct gdbarch *gdbarch, gdbarch_deprecated_saved_pc_after_call_ftype *deprecated_saved_pc_after_call);
1814 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_SAVED_PC_AFTER_CALL)
1815 #error "Non multi-arch definition of DEPRECATED_SAVED_PC_AFTER_CALL"
1816 #endif
1817 #if !defined (DEPRECATED_SAVED_PC_AFTER_CALL)
1818 #define DEPRECATED_SAVED_PC_AFTER_CALL(frame) (gdbarch_deprecated_saved_pc_after_call (current_gdbarch, frame))
1819 #endif
1820
1821 #if defined (FRAME_NUM_ARGS)
1822 /* Legacy for systems yet to multi-arch FRAME_NUM_ARGS */
1823 #if !defined (FRAME_NUM_ARGS_P)
1824 #define FRAME_NUM_ARGS_P() (1)
1825 #endif
1826 #endif
1827
1828 extern int gdbarch_frame_num_args_p (struct gdbarch *gdbarch);
1829 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (FRAME_NUM_ARGS_P)
1830 #error "Non multi-arch definition of FRAME_NUM_ARGS"
1831 #endif
1832 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (FRAME_NUM_ARGS_P)
1833 #define FRAME_NUM_ARGS_P() (gdbarch_frame_num_args_p (current_gdbarch))
1834 #endif
1835
1836 typedef int (gdbarch_frame_num_args_ftype) (struct frame_info *frame);
1837 extern int gdbarch_frame_num_args (struct gdbarch *gdbarch, struct frame_info *frame);
1838 extern void set_gdbarch_frame_num_args (struct gdbarch *gdbarch, gdbarch_frame_num_args_ftype *frame_num_args);
1839 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (FRAME_NUM_ARGS)
1840 #error "Non multi-arch definition of FRAME_NUM_ARGS"
1841 #endif
1842 #if !defined (FRAME_NUM_ARGS)
1843 #define FRAME_NUM_ARGS(frame) (gdbarch_frame_num_args (current_gdbarch, frame))
1844 #endif
1845
1846 /* DEPRECATED_STACK_ALIGN has been replaced by an initial aligning call
1847    to frame_align and the requirement that methods such as
1848    push_dummy_call and frame_red_zone_size maintain correct stack/frame
1849    alignment. */
1850
1851 #if defined (DEPRECATED_STACK_ALIGN)
1852 /* Legacy for systems yet to multi-arch DEPRECATED_STACK_ALIGN */
1853 #if !defined (DEPRECATED_STACK_ALIGN_P)
1854 #define DEPRECATED_STACK_ALIGN_P() (1)
1855 #endif
1856 #endif
1857
1858 extern int gdbarch_deprecated_stack_align_p (struct gdbarch *gdbarch);
1859 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_STACK_ALIGN_P)
1860 #error "Non multi-arch definition of DEPRECATED_STACK_ALIGN"
1861 #endif
1862 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_STACK_ALIGN_P)
1863 #define DEPRECATED_STACK_ALIGN_P() (gdbarch_deprecated_stack_align_p (current_gdbarch))
1864 #endif
1865
1866 typedef CORE_ADDR (gdbarch_deprecated_stack_align_ftype) (CORE_ADDR sp);
1867 extern CORE_ADDR gdbarch_deprecated_stack_align (struct gdbarch *gdbarch, CORE_ADDR sp);
1868 extern void set_gdbarch_deprecated_stack_align (struct gdbarch *gdbarch, gdbarch_deprecated_stack_align_ftype *deprecated_stack_align);
1869 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_STACK_ALIGN)
1870 #error "Non multi-arch definition of DEPRECATED_STACK_ALIGN"
1871 #endif
1872 #if !defined (DEPRECATED_STACK_ALIGN)
1873 #define DEPRECATED_STACK_ALIGN(sp) (gdbarch_deprecated_stack_align (current_gdbarch, sp))
1874 #endif
1875
1876 extern int gdbarch_frame_align_p (struct gdbarch *gdbarch);
1877
1878 typedef CORE_ADDR (gdbarch_frame_align_ftype) (struct gdbarch *gdbarch, CORE_ADDR address);
1879 extern CORE_ADDR gdbarch_frame_align (struct gdbarch *gdbarch, CORE_ADDR address);
1880 extern void set_gdbarch_frame_align (struct gdbarch *gdbarch, gdbarch_frame_align_ftype *frame_align);
1881
1882 /* DEPRECATED_REG_STRUCT_HAS_ADDR has been replaced by
1883    stabs_argument_has_addr. */
1884
1885 #if defined (DEPRECATED_REG_STRUCT_HAS_ADDR)
1886 /* Legacy for systems yet to multi-arch DEPRECATED_REG_STRUCT_HAS_ADDR */
1887 #if !defined (DEPRECATED_REG_STRUCT_HAS_ADDR_P)
1888 #define DEPRECATED_REG_STRUCT_HAS_ADDR_P() (1)
1889 #endif
1890 #endif
1891
1892 extern int gdbarch_deprecated_reg_struct_has_addr_p (struct gdbarch *gdbarch);
1893 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REG_STRUCT_HAS_ADDR_P)
1894 #error "Non multi-arch definition of DEPRECATED_REG_STRUCT_HAS_ADDR"
1895 #endif
1896 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_REG_STRUCT_HAS_ADDR_P)
1897 #define DEPRECATED_REG_STRUCT_HAS_ADDR_P() (gdbarch_deprecated_reg_struct_has_addr_p (current_gdbarch))
1898 #endif
1899
1900 typedef int (gdbarch_deprecated_reg_struct_has_addr_ftype) (int gcc_p, struct type *type);
1901 extern int gdbarch_deprecated_reg_struct_has_addr (struct gdbarch *gdbarch, int gcc_p, struct type *type);
1902 extern void set_gdbarch_deprecated_reg_struct_has_addr (struct gdbarch *gdbarch, gdbarch_deprecated_reg_struct_has_addr_ftype *deprecated_reg_struct_has_addr);
1903 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REG_STRUCT_HAS_ADDR)
1904 #error "Non multi-arch definition of DEPRECATED_REG_STRUCT_HAS_ADDR"
1905 #endif
1906 #if !defined (DEPRECATED_REG_STRUCT_HAS_ADDR)
1907 #define DEPRECATED_REG_STRUCT_HAS_ADDR(gcc_p, type) (gdbarch_deprecated_reg_struct_has_addr (current_gdbarch, gcc_p, type))
1908 #endif
1909
1910 typedef int (gdbarch_stabs_argument_has_addr_ftype) (struct gdbarch *gdbarch, struct type *type);
1911 extern int gdbarch_stabs_argument_has_addr (struct gdbarch *gdbarch, struct type *type);
1912 extern void set_gdbarch_stabs_argument_has_addr (struct gdbarch *gdbarch, gdbarch_stabs_argument_has_addr_ftype *stabs_argument_has_addr);
1913
1914 extern int gdbarch_frame_red_zone_size (struct gdbarch *gdbarch);
1915 extern void set_gdbarch_frame_red_zone_size (struct gdbarch *gdbarch, int frame_red_zone_size);
1916 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (FRAME_RED_ZONE_SIZE)
1917 #error "Non multi-arch definition of FRAME_RED_ZONE_SIZE"
1918 #endif
1919 #if !defined (FRAME_RED_ZONE_SIZE)
1920 #define FRAME_RED_ZONE_SIZE (gdbarch_frame_red_zone_size (current_gdbarch))
1921 #endif
1922
1923 extern int gdbarch_parm_boundary (struct gdbarch *gdbarch);
1924 extern void set_gdbarch_parm_boundary (struct gdbarch *gdbarch, int parm_boundary);
1925 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (PARM_BOUNDARY)
1926 #error "Non multi-arch definition of PARM_BOUNDARY"
1927 #endif
1928 #if !defined (PARM_BOUNDARY)
1929 #define PARM_BOUNDARY (gdbarch_parm_boundary (current_gdbarch))
1930 #endif
1931
1932 extern const struct floatformat * gdbarch_float_format (struct gdbarch *gdbarch);
1933 extern void set_gdbarch_float_format (struct gdbarch *gdbarch, const struct floatformat * float_format);
1934 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_FLOAT_FORMAT)
1935 #error "Non multi-arch definition of TARGET_FLOAT_FORMAT"
1936 #endif
1937 #if !defined (TARGET_FLOAT_FORMAT)
1938 #define TARGET_FLOAT_FORMAT (gdbarch_float_format (current_gdbarch))
1939 #endif
1940
1941 extern const struct floatformat * gdbarch_double_format (struct gdbarch *gdbarch);
1942 extern void set_gdbarch_double_format (struct gdbarch *gdbarch, const struct floatformat * double_format);
1943 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_DOUBLE_FORMAT)
1944 #error "Non multi-arch definition of TARGET_DOUBLE_FORMAT"
1945 #endif
1946 #if !defined (TARGET_DOUBLE_FORMAT)
1947 #define TARGET_DOUBLE_FORMAT (gdbarch_double_format (current_gdbarch))
1948 #endif
1949
1950 extern const struct floatformat * gdbarch_long_double_format (struct gdbarch *gdbarch);
1951 extern void set_gdbarch_long_double_format (struct gdbarch *gdbarch, const struct floatformat * long_double_format);
1952 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_LONG_DOUBLE_FORMAT)
1953 #error "Non multi-arch definition of TARGET_LONG_DOUBLE_FORMAT"
1954 #endif
1955 #if !defined (TARGET_LONG_DOUBLE_FORMAT)
1956 #define TARGET_LONG_DOUBLE_FORMAT (gdbarch_long_double_format (current_gdbarch))
1957 #endif
1958
1959 typedef CORE_ADDR (gdbarch_convert_from_func_ptr_addr_ftype) (struct gdbarch *gdbarch, CORE_ADDR addr, struct target_ops *targ);
1960 extern CORE_ADDR gdbarch_convert_from_func_ptr_addr (struct gdbarch *gdbarch, CORE_ADDR addr, struct target_ops *targ);
1961 extern void set_gdbarch_convert_from_func_ptr_addr (struct gdbarch *gdbarch, gdbarch_convert_from_func_ptr_addr_ftype *convert_from_func_ptr_addr);
1962
1963 /* On some machines there are bits in addresses which are not really
1964    part of the address, but are used by the kernel, the hardware, etc.
1965    for special purposes.  ADDR_BITS_REMOVE takes out any such bits so
1966    we get a "real" address such as one would find in a symbol table.
1967    This is used only for addresses of instructions, and even then I'm
1968    not sure it's used in all contexts.  It exists to deal with there
1969    being a few stray bits in the PC which would mislead us, not as some
1970    sort of generic thing to handle alignment or segmentation (it's
1971    possible it should be in TARGET_READ_PC instead). */
1972
1973 typedef CORE_ADDR (gdbarch_addr_bits_remove_ftype) (CORE_ADDR addr);
1974 extern CORE_ADDR gdbarch_addr_bits_remove (struct gdbarch *gdbarch, CORE_ADDR addr);
1975 extern void set_gdbarch_addr_bits_remove (struct gdbarch *gdbarch, gdbarch_addr_bits_remove_ftype *addr_bits_remove);
1976 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (ADDR_BITS_REMOVE)
1977 #error "Non multi-arch definition of ADDR_BITS_REMOVE"
1978 #endif
1979 #if !defined (ADDR_BITS_REMOVE)
1980 #define ADDR_BITS_REMOVE(addr) (gdbarch_addr_bits_remove (current_gdbarch, addr))
1981 #endif
1982
1983 /* It is not at all clear why SMASH_TEXT_ADDRESS is not folded into
1984    ADDR_BITS_REMOVE. */
1985
1986 typedef CORE_ADDR (gdbarch_smash_text_address_ftype) (CORE_ADDR addr);
1987 extern CORE_ADDR gdbarch_smash_text_address (struct gdbarch *gdbarch, CORE_ADDR addr);
1988 extern void set_gdbarch_smash_text_address (struct gdbarch *gdbarch, gdbarch_smash_text_address_ftype *smash_text_address);
1989 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (SMASH_TEXT_ADDRESS)
1990 #error "Non multi-arch definition of SMASH_TEXT_ADDRESS"
1991 #endif
1992 #if !defined (SMASH_TEXT_ADDRESS)
1993 #define SMASH_TEXT_ADDRESS(addr) (gdbarch_smash_text_address (current_gdbarch, addr))
1994 #endif
1995
1996 /* FIXME/cagney/2001-01-18: This should be split in two.  A target method that indicates if
1997    the target needs software single step.  An ISA method to implement it.
1998   
1999    FIXME/cagney/2001-01-18: This should be replaced with something that inserts breakpoints
2000    using the breakpoint system instead of blatting memory directly (as with rs6000).
2001   
2002    FIXME/cagney/2001-01-18: The logic is backwards.  It should be asking if the target can
2003    single step.  If not, then implement single step using breakpoints. */
2004
2005 #if defined (SOFTWARE_SINGLE_STEP)
2006 /* Legacy for systems yet to multi-arch SOFTWARE_SINGLE_STEP */
2007 #if !defined (SOFTWARE_SINGLE_STEP_P)
2008 #define SOFTWARE_SINGLE_STEP_P() (1)
2009 #endif
2010 #endif
2011
2012 extern int gdbarch_software_single_step_p (struct gdbarch *gdbarch);
2013 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (SOFTWARE_SINGLE_STEP_P)
2014 #error "Non multi-arch definition of SOFTWARE_SINGLE_STEP"
2015 #endif
2016 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (SOFTWARE_SINGLE_STEP_P)
2017 #define SOFTWARE_SINGLE_STEP_P() (gdbarch_software_single_step_p (current_gdbarch))
2018 #endif
2019
2020 typedef void (gdbarch_software_single_step_ftype) (enum target_signal sig, int insert_breakpoints_p);
2021 extern void gdbarch_software_single_step (struct gdbarch *gdbarch, enum target_signal sig, int insert_breakpoints_p);
2022 extern void set_gdbarch_software_single_step (struct gdbarch *gdbarch, gdbarch_software_single_step_ftype *software_single_step);
2023 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (SOFTWARE_SINGLE_STEP)
2024 #error "Non multi-arch definition of SOFTWARE_SINGLE_STEP"
2025 #endif
2026 #if !defined (SOFTWARE_SINGLE_STEP)
2027 #define SOFTWARE_SINGLE_STEP(sig, insert_breakpoints_p) (gdbarch_software_single_step (current_gdbarch, sig, insert_breakpoints_p))
2028 #endif
2029
2030 /* FIXME: cagney/2003-08-28: Need to find a better way of selecting the
2031    disassembler.  Perhaphs objdump can handle it? */
2032
2033 typedef int (gdbarch_print_insn_ftype) (bfd_vma vma, struct disassemble_info *info);
2034 extern int gdbarch_print_insn (struct gdbarch *gdbarch, bfd_vma vma, struct disassemble_info *info);
2035 extern void set_gdbarch_print_insn (struct gdbarch *gdbarch, gdbarch_print_insn_ftype *print_insn);
2036 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_PRINT_INSN)
2037 #error "Non multi-arch definition of TARGET_PRINT_INSN"
2038 #endif
2039 #if !defined (TARGET_PRINT_INSN)
2040 #define TARGET_PRINT_INSN(vma, info) (gdbarch_print_insn (current_gdbarch, vma, info))
2041 #endif
2042
2043 typedef CORE_ADDR (gdbarch_skip_trampoline_code_ftype) (CORE_ADDR pc);
2044 extern CORE_ADDR gdbarch_skip_trampoline_code (struct gdbarch *gdbarch, CORE_ADDR pc);
2045 extern void set_gdbarch_skip_trampoline_code (struct gdbarch *gdbarch, gdbarch_skip_trampoline_code_ftype *skip_trampoline_code);
2046 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (SKIP_TRAMPOLINE_CODE)
2047 #error "Non multi-arch definition of SKIP_TRAMPOLINE_CODE"
2048 #endif
2049 #if !defined (SKIP_TRAMPOLINE_CODE)
2050 #define SKIP_TRAMPOLINE_CODE(pc) (gdbarch_skip_trampoline_code (current_gdbarch, pc))
2051 #endif
2052
2053 /* If IN_SOLIB_DYNSYM_RESOLVE_CODE returns true, and SKIP_SOLIB_RESOLVER
2054    evaluates non-zero, this is the address where the debugger will place
2055    a step-resume breakpoint to get us past the dynamic linker. */
2056
2057 typedef CORE_ADDR (gdbarch_skip_solib_resolver_ftype) (struct gdbarch *gdbarch, CORE_ADDR pc);
2058 extern CORE_ADDR gdbarch_skip_solib_resolver (struct gdbarch *gdbarch, CORE_ADDR pc);
2059 extern void set_gdbarch_skip_solib_resolver (struct gdbarch *gdbarch, gdbarch_skip_solib_resolver_ftype *skip_solib_resolver);
2060
2061 /* For SVR4 shared libraries, each call goes through a small piece of
2062    trampoline code in the ".plt" section.  IN_SOLIB_CALL_TRAMPOLINE evaluates
2063    to nonzero if we are currently stopped in one of these. */
2064
2065 typedef int (gdbarch_in_solib_call_trampoline_ftype) (CORE_ADDR pc, char *name);
2066 extern int gdbarch_in_solib_call_trampoline (struct gdbarch *gdbarch, CORE_ADDR pc, char *name);
2067 extern void set_gdbarch_in_solib_call_trampoline (struct gdbarch *gdbarch, gdbarch_in_solib_call_trampoline_ftype *in_solib_call_trampoline);
2068 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (IN_SOLIB_CALL_TRAMPOLINE)
2069 #error "Non multi-arch definition of IN_SOLIB_CALL_TRAMPOLINE"
2070 #endif
2071 #if !defined (IN_SOLIB_CALL_TRAMPOLINE)
2072 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) (gdbarch_in_solib_call_trampoline (current_gdbarch, pc, name))
2073 #endif
2074
2075 /* Some systems also have trampoline code for returning from shared libs. */
2076
2077 typedef int (gdbarch_in_solib_return_trampoline_ftype) (CORE_ADDR pc, char *name);
2078 extern int gdbarch_in_solib_return_trampoline (struct gdbarch *gdbarch, CORE_ADDR pc, char *name);
2079 extern void set_gdbarch_in_solib_return_trampoline (struct gdbarch *gdbarch, gdbarch_in_solib_return_trampoline_ftype *in_solib_return_trampoline);
2080 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (IN_SOLIB_RETURN_TRAMPOLINE)
2081 #error "Non multi-arch definition of IN_SOLIB_RETURN_TRAMPOLINE"
2082 #endif
2083 #if !defined (IN_SOLIB_RETURN_TRAMPOLINE)
2084 #define IN_SOLIB_RETURN_TRAMPOLINE(pc, name) (gdbarch_in_solib_return_trampoline (current_gdbarch, pc, name))
2085 #endif
2086
2087 /* NOTE: cagney/2004-03-23: DEPRECATED_SIGTRAMP_START,
2088    DEPRECATED_SIGTRAMP_END, and DEPRECATED_PC_IN_SIGTRAMP have all been
2089    superseeded by signal trampoline frame sniffers. */
2090
2091 #if defined (DEPRECATED_PC_IN_SIGTRAMP)
2092 /* Legacy for systems yet to multi-arch DEPRECATED_PC_IN_SIGTRAMP */
2093 #if !defined (DEPRECATED_PC_IN_SIGTRAMP_P)
2094 #define DEPRECATED_PC_IN_SIGTRAMP_P() (1)
2095 #endif
2096 #endif
2097
2098 extern int gdbarch_deprecated_pc_in_sigtramp_p (struct gdbarch *gdbarch);
2099 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_PC_IN_SIGTRAMP_P)
2100 #error "Non multi-arch definition of DEPRECATED_PC_IN_SIGTRAMP"
2101 #endif
2102 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_PC_IN_SIGTRAMP_P)
2103 #define DEPRECATED_PC_IN_SIGTRAMP_P() (gdbarch_deprecated_pc_in_sigtramp_p (current_gdbarch))
2104 #endif
2105
2106 typedef int (gdbarch_deprecated_pc_in_sigtramp_ftype) (CORE_ADDR pc, char *name);
2107 extern int gdbarch_deprecated_pc_in_sigtramp (struct gdbarch *gdbarch, CORE_ADDR pc, char *name);
2108 extern void set_gdbarch_deprecated_pc_in_sigtramp (struct gdbarch *gdbarch, gdbarch_deprecated_pc_in_sigtramp_ftype *deprecated_pc_in_sigtramp);
2109 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_PC_IN_SIGTRAMP)
2110 #error "Non multi-arch definition of DEPRECATED_PC_IN_SIGTRAMP"
2111 #endif
2112 #if !defined (DEPRECATED_PC_IN_SIGTRAMP)
2113 #define DEPRECATED_PC_IN_SIGTRAMP(pc, name) (gdbarch_deprecated_pc_in_sigtramp (current_gdbarch, pc, name))
2114 #endif
2115
2116 #if defined (DEPRECATED_SIGTRAMP_START)
2117 /* Legacy for systems yet to multi-arch DEPRECATED_SIGTRAMP_START */
2118 #if !defined (DEPRECATED_SIGTRAMP_START_P)
2119 #define DEPRECATED_SIGTRAMP_START_P() (1)
2120 #endif
2121 #endif
2122
2123 extern int gdbarch_deprecated_sigtramp_start_p (struct gdbarch *gdbarch);
2124 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_SIGTRAMP_START_P)
2125 #error "Non multi-arch definition of DEPRECATED_SIGTRAMP_START"
2126 #endif
2127 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_SIGTRAMP_START_P)
2128 #define DEPRECATED_SIGTRAMP_START_P() (gdbarch_deprecated_sigtramp_start_p (current_gdbarch))
2129 #endif
2130
2131 typedef CORE_ADDR (gdbarch_deprecated_sigtramp_start_ftype) (CORE_ADDR pc);
2132 extern CORE_ADDR gdbarch_deprecated_sigtramp_start (struct gdbarch *gdbarch, CORE_ADDR pc);
2133 extern void set_gdbarch_deprecated_sigtramp_start (struct gdbarch *gdbarch, gdbarch_deprecated_sigtramp_start_ftype *deprecated_sigtramp_start);
2134 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_SIGTRAMP_START)
2135 #error "Non multi-arch definition of DEPRECATED_SIGTRAMP_START"
2136 #endif
2137 #if !defined (DEPRECATED_SIGTRAMP_START)
2138 #define DEPRECATED_SIGTRAMP_START(pc) (gdbarch_deprecated_sigtramp_start (current_gdbarch, pc))
2139 #endif
2140
2141 #if defined (DEPRECATED_SIGTRAMP_END)
2142 /* Legacy for systems yet to multi-arch DEPRECATED_SIGTRAMP_END */
2143 #if !defined (DEPRECATED_SIGTRAMP_END_P)
2144 #define DEPRECATED_SIGTRAMP_END_P() (1)
2145 #endif
2146 #endif
2147
2148 extern int gdbarch_deprecated_sigtramp_end_p (struct gdbarch *gdbarch);
2149 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_SIGTRAMP_END_P)
2150 #error "Non multi-arch definition of DEPRECATED_SIGTRAMP_END"
2151 #endif
2152 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_SIGTRAMP_END_P)
2153 #define DEPRECATED_SIGTRAMP_END_P() (gdbarch_deprecated_sigtramp_end_p (current_gdbarch))
2154 #endif
2155
2156 typedef CORE_ADDR (gdbarch_deprecated_sigtramp_end_ftype) (CORE_ADDR pc);
2157 extern CORE_ADDR gdbarch_deprecated_sigtramp_end (struct gdbarch *gdbarch, CORE_ADDR pc);
2158 extern void set_gdbarch_deprecated_sigtramp_end (struct gdbarch *gdbarch, gdbarch_deprecated_sigtramp_end_ftype *deprecated_sigtramp_end);
2159 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_SIGTRAMP_END)
2160 #error "Non multi-arch definition of DEPRECATED_SIGTRAMP_END"
2161 #endif
2162 #if !defined (DEPRECATED_SIGTRAMP_END)
2163 #define DEPRECATED_SIGTRAMP_END(pc) (gdbarch_deprecated_sigtramp_end (current_gdbarch, pc))
2164 #endif
2165
2166 /* A target might have problems with watchpoints as soon as the stack
2167    frame of the current function has been destroyed.  This mostly happens
2168    as the first action in a funtion's epilogue.  in_function_epilogue_p()
2169    is defined to return a non-zero value if either the given addr is one
2170    instruction after the stack destroying instruction up to the trailing
2171    return instruction or if we can figure out that the stack frame has
2172    already been invalidated regardless of the value of addr.  Targets
2173    which don't suffer from that problem could just let this functionality
2174    untouched. */
2175
2176 typedef int (gdbarch_in_function_epilogue_p_ftype) (struct gdbarch *gdbarch, CORE_ADDR addr);
2177 extern int gdbarch_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR addr);
2178 extern void set_gdbarch_in_function_epilogue_p (struct gdbarch *gdbarch, gdbarch_in_function_epilogue_p_ftype *in_function_epilogue_p);
2179
2180 /* Given a vector of command-line arguments, return a newly allocated
2181    string which, when passed to the create_inferior function, will be
2182    parsed (on Unix systems, by the shell) to yield the same vector.
2183    This function should call error() if the argument vector is not
2184    representable for this target or if this target does not support
2185    command-line arguments.
2186    ARGC is the number of elements in the vector.
2187    ARGV is an array of strings, one per argument. */
2188
2189 typedef char * (gdbarch_construct_inferior_arguments_ftype) (struct gdbarch *gdbarch, int argc, char **argv);
2190 extern char * gdbarch_construct_inferior_arguments (struct gdbarch *gdbarch, int argc, char **argv);
2191 extern void set_gdbarch_construct_inferior_arguments (struct gdbarch *gdbarch, gdbarch_construct_inferior_arguments_ftype *construct_inferior_arguments);
2192
2193 typedef void (gdbarch_elf_make_msymbol_special_ftype) (asymbol *sym, struct minimal_symbol *msym);
2194 extern void gdbarch_elf_make_msymbol_special (struct gdbarch *gdbarch, asymbol *sym, struct minimal_symbol *msym);
2195 extern void set_gdbarch_elf_make_msymbol_special (struct gdbarch *gdbarch, gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special);
2196 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (ELF_MAKE_MSYMBOL_SPECIAL)
2197 #error "Non multi-arch definition of ELF_MAKE_MSYMBOL_SPECIAL"
2198 #endif
2199 #if !defined (ELF_MAKE_MSYMBOL_SPECIAL)
2200 #define ELF_MAKE_MSYMBOL_SPECIAL(sym, msym) (gdbarch_elf_make_msymbol_special (current_gdbarch, sym, msym))
2201 #endif
2202
2203 typedef void (gdbarch_coff_make_msymbol_special_ftype) (int val, struct minimal_symbol *msym);
2204 extern void gdbarch_coff_make_msymbol_special (struct gdbarch *gdbarch, int val, struct minimal_symbol *msym);
2205 extern void set_gdbarch_coff_make_msymbol_special (struct gdbarch *gdbarch, gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special);
2206 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (COFF_MAKE_MSYMBOL_SPECIAL)
2207 #error "Non multi-arch definition of COFF_MAKE_MSYMBOL_SPECIAL"
2208 #endif
2209 #if !defined (COFF_MAKE_MSYMBOL_SPECIAL)
2210 #define COFF_MAKE_MSYMBOL_SPECIAL(val, msym) (gdbarch_coff_make_msymbol_special (current_gdbarch, val, msym))
2211 #endif
2212
2213 extern const char * gdbarch_name_of_malloc (struct gdbarch *gdbarch);
2214 extern void set_gdbarch_name_of_malloc (struct gdbarch *gdbarch, const char * name_of_malloc);
2215 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (NAME_OF_MALLOC)
2216 #error "Non multi-arch definition of NAME_OF_MALLOC"
2217 #endif
2218 #if !defined (NAME_OF_MALLOC)
2219 #define NAME_OF_MALLOC (gdbarch_name_of_malloc (current_gdbarch))
2220 #endif
2221
2222 extern int gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch);
2223 extern void set_gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch, int cannot_step_breakpoint);
2224 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (CANNOT_STEP_BREAKPOINT)
2225 #error "Non multi-arch definition of CANNOT_STEP_BREAKPOINT"
2226 #endif
2227 #if !defined (CANNOT_STEP_BREAKPOINT)
2228 #define CANNOT_STEP_BREAKPOINT (gdbarch_cannot_step_breakpoint (current_gdbarch))
2229 #endif
2230
2231 extern int gdbarch_have_nonsteppable_watchpoint (struct gdbarch *gdbarch);
2232 extern void set_gdbarch_have_nonsteppable_watchpoint (struct gdbarch *gdbarch, int have_nonsteppable_watchpoint);
2233 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (HAVE_NONSTEPPABLE_WATCHPOINT)
2234 #error "Non multi-arch definition of HAVE_NONSTEPPABLE_WATCHPOINT"
2235 #endif
2236 #if !defined (HAVE_NONSTEPPABLE_WATCHPOINT)
2237 #define HAVE_NONSTEPPABLE_WATCHPOINT (gdbarch_have_nonsteppable_watchpoint (current_gdbarch))
2238 #endif
2239
2240 #if defined (ADDRESS_CLASS_TYPE_FLAGS)
2241 /* Legacy for systems yet to multi-arch ADDRESS_CLASS_TYPE_FLAGS */
2242 #if !defined (ADDRESS_CLASS_TYPE_FLAGS_P)
2243 #define ADDRESS_CLASS_TYPE_FLAGS_P() (1)
2244 #endif
2245 #endif
2246
2247 extern int gdbarch_address_class_type_flags_p (struct gdbarch *gdbarch);
2248 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (ADDRESS_CLASS_TYPE_FLAGS_P)
2249 #error "Non multi-arch definition of ADDRESS_CLASS_TYPE_FLAGS"
2250 #endif
2251 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (ADDRESS_CLASS_TYPE_FLAGS_P)
2252 #define ADDRESS_CLASS_TYPE_FLAGS_P() (gdbarch_address_class_type_flags_p (current_gdbarch))
2253 #endif
2254
2255 typedef int (gdbarch_address_class_type_flags_ftype) (int byte_size, int dwarf2_addr_class);
2256 extern int gdbarch_address_class_type_flags (struct gdbarch *gdbarch, int byte_size, int dwarf2_addr_class);
2257 extern void set_gdbarch_address_class_type_flags (struct gdbarch *gdbarch, gdbarch_address_class_type_flags_ftype *address_class_type_flags);
2258 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (ADDRESS_CLASS_TYPE_FLAGS)
2259 #error "Non multi-arch definition of ADDRESS_CLASS_TYPE_FLAGS"
2260 #endif
2261 #if !defined (ADDRESS_CLASS_TYPE_FLAGS)
2262 #define ADDRESS_CLASS_TYPE_FLAGS(byte_size, dwarf2_addr_class) (gdbarch_address_class_type_flags (current_gdbarch, byte_size, dwarf2_addr_class))
2263 #endif
2264
2265 extern int gdbarch_address_class_type_flags_to_name_p (struct gdbarch *gdbarch);
2266
2267 typedef const char * (gdbarch_address_class_type_flags_to_name_ftype) (struct gdbarch *gdbarch, int type_flags);
2268 extern const char * gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, int type_flags);
2269 extern void set_gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, gdbarch_address_class_type_flags_to_name_ftype *address_class_type_flags_to_name);
2270
2271 extern int gdbarch_address_class_name_to_type_flags_p (struct gdbarch *gdbarch);
2272
2273 typedef int (gdbarch_address_class_name_to_type_flags_ftype) (struct gdbarch *gdbarch, const char *name, int *type_flags_ptr);
2274 extern int gdbarch_address_class_name_to_type_flags (struct gdbarch *gdbarch, const char *name, int *type_flags_ptr);
2275 extern void set_gdbarch_address_class_name_to_type_flags (struct gdbarch *gdbarch, gdbarch_address_class_name_to_type_flags_ftype *address_class_name_to_type_flags);
2276
2277 /* Is a register in a group */
2278
2279 typedef int (gdbarch_register_reggroup_p_ftype) (struct gdbarch *gdbarch, int regnum, struct reggroup *reggroup);
2280 extern int gdbarch_register_reggroup_p (struct gdbarch *gdbarch, int regnum, struct reggroup *reggroup);
2281 extern void set_gdbarch_register_reggroup_p (struct gdbarch *gdbarch, gdbarch_register_reggroup_p_ftype *register_reggroup_p);
2282
2283 /* Fetch the pointer to the ith function argument. */
2284
2285 #if defined (FETCH_POINTER_ARGUMENT)
2286 /* Legacy for systems yet to multi-arch FETCH_POINTER_ARGUMENT */
2287 #if !defined (FETCH_POINTER_ARGUMENT_P)
2288 #define FETCH_POINTER_ARGUMENT_P() (1)
2289 #endif
2290 #endif
2291
2292 extern int gdbarch_fetch_pointer_argument_p (struct gdbarch *gdbarch);
2293 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (FETCH_POINTER_ARGUMENT_P)
2294 #error "Non multi-arch definition of FETCH_POINTER_ARGUMENT"
2295 #endif
2296 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (FETCH_POINTER_ARGUMENT_P)
2297 #define FETCH_POINTER_ARGUMENT_P() (gdbarch_fetch_pointer_argument_p (current_gdbarch))
2298 #endif
2299
2300 typedef CORE_ADDR (gdbarch_fetch_pointer_argument_ftype) (struct frame_info *frame, int argi, struct type *type);
2301 extern CORE_ADDR gdbarch_fetch_pointer_argument (struct gdbarch *gdbarch, struct frame_info *frame, int argi, struct type *type);
2302 extern void set_gdbarch_fetch_pointer_argument (struct gdbarch *gdbarch, gdbarch_fetch_pointer_argument_ftype *fetch_pointer_argument);
2303 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (FETCH_POINTER_ARGUMENT)
2304 #error "Non multi-arch definition of FETCH_POINTER_ARGUMENT"
2305 #endif
2306 #if !defined (FETCH_POINTER_ARGUMENT)
2307 #define FETCH_POINTER_ARGUMENT(frame, argi, type) (gdbarch_fetch_pointer_argument (current_gdbarch, frame, argi, type))
2308 #endif
2309
2310 /* Return the appropriate register set for a core file section with
2311    name SECT_NAME and size SECT_SIZE. */
2312
2313 extern int gdbarch_regset_from_core_section_p (struct gdbarch *gdbarch);
2314
2315 typedef const struct regset * (gdbarch_regset_from_core_section_ftype) (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size);
2316 extern const struct regset * gdbarch_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size);
2317 extern void set_gdbarch_regset_from_core_section (struct gdbarch *gdbarch, gdbarch_regset_from_core_section_ftype *regset_from_core_section);
2318
2319 extern struct gdbarch_tdep *gdbarch_tdep (struct gdbarch *gdbarch);
2320
2321
2322 /* Mechanism for co-ordinating the selection of a specific
2323    architecture.
2324
2325    GDB targets (*-tdep.c) can register an interest in a specific
2326    architecture.  Other GDB components can register a need to maintain
2327    per-architecture data.
2328
2329    The mechanisms below ensures that there is only a loose connection
2330    between the set-architecture command and the various GDB
2331    components.  Each component can independently register their need
2332    to maintain architecture specific data with gdbarch.
2333
2334    Pragmatics:
2335
2336    Previously, a single TARGET_ARCHITECTURE_HOOK was provided.  It
2337    didn't scale.
2338
2339    The more traditional mega-struct containing architecture specific
2340    data for all the various GDB components was also considered.  Since
2341    GDB is built from a variable number of (fairly independent)
2342    components it was determined that the global aproach was not
2343    applicable. */
2344
2345
2346 /* Register a new architectural family with GDB.
2347
2348    Register support for the specified ARCHITECTURE with GDB.  When
2349    gdbarch determines that the specified architecture has been
2350    selected, the corresponding INIT function is called.
2351
2352    --
2353
2354    The INIT function takes two parameters: INFO which contains the
2355    information available to gdbarch about the (possibly new)
2356    architecture; ARCHES which is a list of the previously created
2357    ``struct gdbarch'' for this architecture.
2358
2359    The INFO parameter is, as far as possible, be pre-initialized with
2360    information obtained from INFO.ABFD or the previously selected
2361    architecture.
2362
2363    The ARCHES parameter is a linked list (sorted most recently used)
2364    of all the previously created architures for this architecture
2365    family.  The (possibly NULL) ARCHES->gdbarch can used to access
2366    values from the previously selected architecture for this
2367    architecture family.  The global ``current_gdbarch'' shall not be
2368    used.
2369
2370    The INIT function shall return any of: NULL - indicating that it
2371    doesn't recognize the selected architecture; an existing ``struct
2372    gdbarch'' from the ARCHES list - indicating that the new
2373    architecture is just a synonym for an earlier architecture (see
2374    gdbarch_list_lookup_by_info()); a newly created ``struct gdbarch''
2375    - that describes the selected architecture (see gdbarch_alloc()).
2376
2377    The DUMP_TDEP function shall print out all target specific values.
2378    Care should be taken to ensure that the function works in both the
2379    multi-arch and non- multi-arch cases. */
2380
2381 struct gdbarch_list
2382 {
2383   struct gdbarch *gdbarch;
2384   struct gdbarch_list *next;
2385 };
2386
2387 struct gdbarch_info
2388 {
2389   /* Use default: NULL (ZERO). */
2390   const struct bfd_arch_info *bfd_arch_info;
2391
2392   /* Use default: BFD_ENDIAN_UNKNOWN (NB: is not ZERO).  */
2393   int byte_order;
2394
2395   /* Use default: NULL (ZERO). */
2396   bfd *abfd;
2397
2398   /* Use default: NULL (ZERO). */
2399   struct gdbarch_tdep_info *tdep_info;
2400
2401   /* Use default: GDB_OSABI_UNINITIALIZED (-1).  */
2402   enum gdb_osabi osabi;
2403 };
2404
2405 typedef struct gdbarch *(gdbarch_init_ftype) (struct gdbarch_info info, struct gdbarch_list *arches);
2406 typedef void (gdbarch_dump_tdep_ftype) (struct gdbarch *gdbarch, struct ui_file *file);
2407
2408 /* DEPRECATED - use gdbarch_register() */
2409 extern void register_gdbarch_init (enum bfd_architecture architecture, gdbarch_init_ftype *);
2410
2411 extern void gdbarch_register (enum bfd_architecture architecture,
2412                               gdbarch_init_ftype *,
2413                               gdbarch_dump_tdep_ftype *);
2414
2415
2416 /* Return a freshly allocated, NULL terminated, array of the valid
2417    architecture names.  Since architectures are registered during the
2418    _initialize phase this function only returns useful information
2419    once initialization has been completed. */
2420
2421 extern const char **gdbarch_printable_names (void);
2422
2423
2424 /* Helper function.  Search the list of ARCHES for a GDBARCH that
2425    matches the information provided by INFO. */
2426
2427 extern struct gdbarch_list *gdbarch_list_lookup_by_info (struct gdbarch_list *arches,  const struct gdbarch_info *info);
2428
2429
2430 /* Helper function.  Create a preliminary ``struct gdbarch''.  Perform
2431    basic initialization using values obtained from the INFO andTDEP
2432    parameters.  set_gdbarch_*() functions are called to complete the
2433    initialization of the object. */
2434
2435 extern struct gdbarch *gdbarch_alloc (const struct gdbarch_info *info, struct gdbarch_tdep *tdep);
2436
2437
2438 /* Helper function.  Free a partially-constructed ``struct gdbarch''.
2439    It is assumed that the caller freeds the ``struct
2440    gdbarch_tdep''. */
2441
2442 extern void gdbarch_free (struct gdbarch *);
2443
2444
2445 /* Helper function.  Allocate memory from the ``struct gdbarch''
2446    obstack.  The memory is freed when the corresponding architecture
2447    is also freed.  */
2448
2449 extern void *gdbarch_obstack_zalloc (struct gdbarch *gdbarch, long size);
2450 #define GDBARCH_OBSTACK_CALLOC(GDBARCH, NR, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), (NR) * sizeof (TYPE)))
2451 #define GDBARCH_OBSTACK_ZALLOC(GDBARCH, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), sizeof (TYPE)))
2452
2453
2454 /* Helper function. Force an update of the current architecture.
2455
2456    The actual architecture selected is determined by INFO, ``(gdb) set
2457    architecture'' et.al., the existing architecture and BFD's default
2458    architecture.  INFO should be initialized to zero and then selected
2459    fields should be updated.
2460
2461    Returns non-zero if the update succeeds */
2462
2463 extern int gdbarch_update_p (struct gdbarch_info info);
2464
2465
2466 /* Helper function.  Find an architecture matching info.
2467
2468    INFO should be initialized using gdbarch_info_init, relevant fields
2469    set, and then finished using gdbarch_info_fill.
2470
2471    Returns the corresponding architecture, or NULL if no matching
2472    architecture was found.  "current_gdbarch" is not updated.  */
2473
2474 extern struct gdbarch *gdbarch_find_by_info (struct gdbarch_info info);
2475
2476
2477 /* Helper function.  Set the global "current_gdbarch" to "gdbarch".
2478
2479    FIXME: kettenis/20031124: Of the functions that follow, only
2480    gdbarch_from_bfd is supposed to survive.  The others will
2481    dissappear since in the future GDB will (hopefully) be truly
2482    multi-arch.  However, for now we're still stuck with the concept of
2483    a single active architecture.  */
2484
2485 extern void deprecated_current_gdbarch_select_hack (struct gdbarch *gdbarch);
2486
2487
2488 /* Register per-architecture data-pointer.
2489
2490    Reserve space for a per-architecture data-pointer.  An identifier
2491    for the reserved data-pointer is returned.  That identifer should
2492    be saved in a local static variable.
2493
2494    Memory for the per-architecture data shall be allocated using
2495    gdbarch_obstack_zalloc.  That memory will be deleted when the
2496    corresponding architecture object is deleted.
2497
2498    When a previously created architecture is re-selected, the
2499    per-architecture data-pointer for that previous architecture is
2500    restored.  INIT() is not re-called.
2501
2502    Multiple registrarants for any architecture are allowed (and
2503    strongly encouraged).  */
2504
2505 struct gdbarch_data;
2506
2507 typedef void *(gdbarch_data_pre_init_ftype) (struct obstack *obstack);
2508 extern struct gdbarch_data *gdbarch_data_register_pre_init (gdbarch_data_pre_init_ftype *init);
2509 typedef void *(gdbarch_data_post_init_ftype) (struct gdbarch *gdbarch);
2510 extern struct gdbarch_data *gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *init);
2511 extern void deprecated_set_gdbarch_data (struct gdbarch *gdbarch,
2512                                          struct gdbarch_data *data,
2513                                          void *pointer);
2514
2515 extern void *gdbarch_data (struct gdbarch *gdbarch, struct gdbarch_data *);
2516
2517
2518
2519 /* Register per-architecture memory region.
2520
2521    Provide a memory-region swap mechanism.  Per-architecture memory
2522    region are created.  These memory regions are swapped whenever the
2523    architecture is changed.  For a new architecture, the memory region
2524    is initialized with zero (0) and the INIT function is called.
2525
2526    Memory regions are swapped / initialized in the order that they are
2527    registered.  NULL DATA and/or INIT values can be specified.
2528
2529    New code should use gdbarch_data_register_*(). */
2530
2531 typedef void (gdbarch_swap_ftype) (void);
2532 extern void deprecated_register_gdbarch_swap (void *data, unsigned long size, gdbarch_swap_ftype *init);
2533 #define DEPRECATED_REGISTER_GDBARCH_SWAP(VAR) deprecated_register_gdbarch_swap (&(VAR), sizeof ((VAR)), NULL)
2534
2535
2536
2537 /* Set the dynamic target-system-dependent parameters (architecture,
2538    byte-order, ...) using information found in the BFD */
2539
2540 extern void set_gdbarch_from_file (bfd *);
2541
2542
2543 /* Initialize the current architecture to the "first" one we find on
2544    our list.  */
2545
2546 extern void initialize_current_architecture (void);
2547
2548 /* gdbarch trace variable */
2549 extern int gdbarch_debug;
2550
2551 extern void gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file);
2552
2553 #endif