2002-09-18 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / gdbarch.c
1 /* *INDENT-OFF* */ /* THIS FILE IS GENERATED */
2
3 /* Dynamic architecture support for GDB, the GNU debugger.
4 Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
5
6 This file is part of GDB.
7
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
22
23 /* This file was created with the aid of ``gdbarch.sh''.
24
25 The Bourne shell script ``gdbarch.sh'' creates the files
26 ``new-gdbarch.c'' and ``new-gdbarch.h and then compares them
27 against the existing ``gdbarch.[hc]''. Any differences found
28 being reported.
29
30 If editing this file, please also run gdbarch.sh and merge any
31 changes into that script. Conversely, when making sweeping changes
32 to this file, modifying gdbarch.sh and using its output may prove
33 easier. */
34
35
36 #include "defs.h"
37 #include "arch-utils.h"
38
39 #if GDB_MULTI_ARCH
40 #include "gdbcmd.h"
41 #include "inferior.h" /* enum CALL_DUMMY_LOCATION et.al. */
42 #else
43 /* Just include everything in sight so that the every old definition
44 of macro is visible. */
45 #include "gdb_string.h"
46 #include <ctype.h>
47 #include "symtab.h"
48 #include "frame.h"
49 #include "inferior.h"
50 #include "breakpoint.h"
51 #include "gdb_wait.h"
52 #include "gdbcore.h"
53 #include "gdbcmd.h"
54 #include "target.h"
55 #include "gdbthread.h"
56 #include "annotate.h"
57 #include "symfile.h" /* for overlay functions */
58 #include "value.h" /* For old tm.h/nm.h macros. */
59 #endif
60 #include "symcat.h"
61
62 #include "floatformat.h"
63
64 #include "gdb_assert.h"
65 #include "gdb_string.h"
66 #include "gdb-events.h"
67
68 /* Static function declarations */
69
70 static void verify_gdbarch (struct gdbarch *gdbarch);
71 static void alloc_gdbarch_data (struct gdbarch *);
72 static void free_gdbarch_data (struct gdbarch *);
73 static void init_gdbarch_swap (struct gdbarch *);
74 static void clear_gdbarch_swap (struct gdbarch *);
75 static void swapout_gdbarch_swap (struct gdbarch *);
76 static void swapin_gdbarch_swap (struct gdbarch *);
77
78 /* Non-zero if we want to trace architecture code. */
79
80 #ifndef GDBARCH_DEBUG
81 #define GDBARCH_DEBUG 0
82 #endif
83 int gdbarch_debug = GDBARCH_DEBUG;
84
85
86 /* Maintain the struct gdbarch object */
87
88 struct gdbarch
89 {
90 /* Has this architecture been fully initialized? */
91 int initialized_p;
92 /* basic architectural information */
93 const struct bfd_arch_info * bfd_arch_info;
94 int byte_order;
95
96 /* target specific vector. */
97 struct gdbarch_tdep *tdep;
98 gdbarch_dump_tdep_ftype *dump_tdep;
99
100 /* per-architecture data-pointers */
101 unsigned nr_data;
102 void **data;
103
104 /* per-architecture swap-regions */
105 struct gdbarch_swap *swap;
106
107 /* Multi-arch values.
108
109 When extending this structure you must:
110
111 Add the field below.
112
113 Declare set/get functions and define the corresponding
114 macro in gdbarch.h.
115
116 gdbarch_alloc(): If zero/NULL is not a suitable default,
117 initialize the new field.
118
119 verify_gdbarch(): Confirm that the target updated the field
120 correctly.
121
122 gdbarch_dump(): Add a fprintf_unfiltered call so that the new
123 field is dumped out
124
125 ``startup_gdbarch()'': Append an initial value to the static
126 variable (base values on the host's c-type system).
127
128 get_gdbarch(): Implement the set/get functions (probably using
129 the macro's as shortcuts).
130
131 */
132
133 int short_bit;
134 int int_bit;
135 int long_bit;
136 int long_long_bit;
137 int float_bit;
138 int double_bit;
139 int long_double_bit;
140 int ptr_bit;
141 int addr_bit;
142 int bfd_vma_bit;
143 int char_signed;
144 gdbarch_read_pc_ftype *read_pc;
145 gdbarch_write_pc_ftype *write_pc;
146 gdbarch_read_fp_ftype *read_fp;
147 gdbarch_read_sp_ftype *read_sp;
148 gdbarch_write_sp_ftype *write_sp;
149 gdbarch_virtual_frame_pointer_ftype *virtual_frame_pointer;
150 gdbarch_pseudo_register_read_ftype *pseudo_register_read;
151 gdbarch_pseudo_register_write_ftype *pseudo_register_write;
152 int num_regs;
153 int num_pseudo_regs;
154 int sp_regnum;
155 int fp_regnum;
156 int pc_regnum;
157 int ps_regnum;
158 int fp0_regnum;
159 int npc_regnum;
160 gdbarch_stab_reg_to_regnum_ftype *stab_reg_to_regnum;
161 gdbarch_ecoff_reg_to_regnum_ftype *ecoff_reg_to_regnum;
162 gdbarch_dwarf_reg_to_regnum_ftype *dwarf_reg_to_regnum;
163 gdbarch_sdb_reg_to_regnum_ftype *sdb_reg_to_regnum;
164 gdbarch_dwarf2_reg_to_regnum_ftype *dwarf2_reg_to_regnum;
165 gdbarch_register_name_ftype *register_name;
166 int register_size;
167 int register_bytes;
168 gdbarch_register_byte_ftype *register_byte;
169 gdbarch_register_raw_size_ftype *register_raw_size;
170 int max_register_raw_size;
171 gdbarch_register_virtual_size_ftype *register_virtual_size;
172 int max_register_virtual_size;
173 gdbarch_register_virtual_type_ftype *register_virtual_type;
174 gdbarch_do_registers_info_ftype *do_registers_info;
175 gdbarch_print_registers_info_ftype *print_registers_info;
176 gdbarch_print_float_info_ftype *print_float_info;
177 gdbarch_print_vector_info_ftype *print_vector_info;
178 gdbarch_register_sim_regno_ftype *register_sim_regno;
179 gdbarch_register_bytes_ok_ftype *register_bytes_ok;
180 gdbarch_cannot_fetch_register_ftype *cannot_fetch_register;
181 gdbarch_cannot_store_register_ftype *cannot_store_register;
182 gdbarch_get_longjmp_target_ftype *get_longjmp_target;
183 int use_generic_dummy_frames;
184 int call_dummy_location;
185 gdbarch_call_dummy_address_ftype *call_dummy_address;
186 CORE_ADDR call_dummy_start_offset;
187 CORE_ADDR call_dummy_breakpoint_offset;
188 int call_dummy_breakpoint_offset_p;
189 int call_dummy_length;
190 gdbarch_pc_in_call_dummy_ftype *pc_in_call_dummy;
191 int call_dummy_p;
192 LONGEST * call_dummy_words;
193 int sizeof_call_dummy_words;
194 int call_dummy_stack_adjust_p;
195 int call_dummy_stack_adjust;
196 gdbarch_fix_call_dummy_ftype *fix_call_dummy;
197 gdbarch_init_frame_pc_first_ftype *init_frame_pc_first;
198 gdbarch_init_frame_pc_ftype *init_frame_pc;
199 int believe_pcc_promotion;
200 int believe_pcc_promotion_type;
201 gdbarch_coerce_float_to_double_ftype *coerce_float_to_double;
202 gdbarch_get_saved_register_ftype *get_saved_register;
203 gdbarch_register_convertible_ftype *register_convertible;
204 gdbarch_register_convert_to_virtual_ftype *register_convert_to_virtual;
205 gdbarch_register_convert_to_raw_ftype *register_convert_to_raw;
206 gdbarch_convert_register_p_ftype *convert_register_p;
207 gdbarch_register_to_value_ftype *register_to_value;
208 gdbarch_value_to_register_ftype *value_to_register;
209 gdbarch_pointer_to_address_ftype *pointer_to_address;
210 gdbarch_address_to_pointer_ftype *address_to_pointer;
211 gdbarch_integer_to_address_ftype *integer_to_address;
212 gdbarch_return_value_on_stack_ftype *return_value_on_stack;
213 gdbarch_push_arguments_ftype *push_arguments;
214 gdbarch_push_dummy_frame_ftype *push_dummy_frame;
215 gdbarch_push_return_address_ftype *push_return_address;
216 gdbarch_pop_frame_ftype *pop_frame;
217 gdbarch_store_struct_return_ftype *store_struct_return;
218 gdbarch_extract_return_value_ftype *extract_return_value;
219 gdbarch_store_return_value_ftype *store_return_value;
220 gdbarch_deprecated_extract_return_value_ftype *deprecated_extract_return_value;
221 gdbarch_deprecated_store_return_value_ftype *deprecated_store_return_value;
222 gdbarch_extract_struct_value_address_ftype *extract_struct_value_address;
223 gdbarch_deprecated_extract_struct_value_address_ftype *deprecated_extract_struct_value_address;
224 gdbarch_use_struct_convention_ftype *use_struct_convention;
225 gdbarch_frame_init_saved_regs_ftype *frame_init_saved_regs;
226 gdbarch_init_extra_frame_info_ftype *init_extra_frame_info;
227 gdbarch_skip_prologue_ftype *skip_prologue;
228 gdbarch_prologue_frameless_p_ftype *prologue_frameless_p;
229 gdbarch_inner_than_ftype *inner_than;
230 gdbarch_breakpoint_from_pc_ftype *breakpoint_from_pc;
231 gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint;
232 gdbarch_memory_remove_breakpoint_ftype *memory_remove_breakpoint;
233 CORE_ADDR decr_pc_after_break;
234 gdbarch_prepare_to_proceed_ftype *prepare_to_proceed;
235 CORE_ADDR function_start_offset;
236 gdbarch_remote_translate_xfer_address_ftype *remote_translate_xfer_address;
237 CORE_ADDR frame_args_skip;
238 gdbarch_frameless_function_invocation_ftype *frameless_function_invocation;
239 gdbarch_frame_chain_ftype *frame_chain;
240 gdbarch_frame_chain_valid_ftype *frame_chain_valid;
241 gdbarch_frame_saved_pc_ftype *frame_saved_pc;
242 gdbarch_frame_args_address_ftype *frame_args_address;
243 gdbarch_frame_locals_address_ftype *frame_locals_address;
244 gdbarch_saved_pc_after_call_ftype *saved_pc_after_call;
245 gdbarch_frame_num_args_ftype *frame_num_args;
246 gdbarch_stack_align_ftype *stack_align;
247 gdbarch_frame_align_ftype *frame_align;
248 int extra_stack_alignment_needed;
249 gdbarch_reg_struct_has_addr_ftype *reg_struct_has_addr;
250 gdbarch_save_dummy_frame_tos_ftype *save_dummy_frame_tos;
251 int parm_boundary;
252 const struct floatformat * float_format;
253 const struct floatformat * double_format;
254 const struct floatformat * long_double_format;
255 gdbarch_convert_from_func_ptr_addr_ftype *convert_from_func_ptr_addr;
256 gdbarch_addr_bits_remove_ftype *addr_bits_remove;
257 gdbarch_smash_text_address_ftype *smash_text_address;
258 gdbarch_software_single_step_ftype *software_single_step;
259 gdbarch_print_insn_ftype *print_insn;
260 gdbarch_skip_trampoline_code_ftype *skip_trampoline_code;
261 gdbarch_in_solib_call_trampoline_ftype *in_solib_call_trampoline;
262 gdbarch_in_solib_return_trampoline_ftype *in_solib_return_trampoline;
263 gdbarch_pc_in_sigtramp_ftype *pc_in_sigtramp;
264 gdbarch_sigtramp_start_ftype *sigtramp_start;
265 gdbarch_sigtramp_end_ftype *sigtramp_end;
266 gdbarch_in_function_epilogue_p_ftype *in_function_epilogue_p;
267 gdbarch_construct_inferior_arguments_ftype *construct_inferior_arguments;
268 gdbarch_dwarf2_build_frame_info_ftype *dwarf2_build_frame_info;
269 gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special;
270 gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special;
271 const char * name_of_malloc;
272 };
273
274
275 /* The default architecture uses host values (for want of a better
276 choice). */
277
278 extern const struct bfd_arch_info bfd_default_arch_struct;
279
280 struct gdbarch startup_gdbarch =
281 {
282 1, /* Always initialized. */
283 /* basic architecture information */
284 &bfd_default_arch_struct,
285 BFD_ENDIAN_BIG,
286 /* target specific vector and its dump routine */
287 NULL, NULL,
288 /*per-architecture data-pointers and swap regions */
289 0, NULL, NULL,
290 /* Multi-arch values */
291 8 * sizeof (short),
292 8 * sizeof (int),
293 8 * sizeof (long),
294 8 * sizeof (LONGEST),
295 8 * sizeof (float),
296 8 * sizeof (double),
297 8 * sizeof (long double),
298 8 * sizeof (void*),
299 8 * sizeof (void*),
300 8 * sizeof (void*),
301 1,
302 0,
303 0,
304 0,
305 0,
306 0,
307 0,
308 0,
309 0,
310 0,
311 0,
312 -1,
313 -1,
314 -1,
315 -1,
316 0,
317 0,
318 0,
319 0,
320 0,
321 0,
322 0,
323 0,
324 0,
325 0,
326 generic_register_byte,
327 generic_register_size,
328 0,
329 generic_register_size,
330 0,
331 0,
332 0,
333 default_print_registers_info,
334 0,
335 0,
336 0,
337 0,
338 0,
339 0,
340 0,
341 0,
342 0,
343 0,
344 0,
345 0,
346 0,
347 0,
348 0,
349 0,
350 0,
351 0,
352 0,
353 0,
354 0,
355 0,
356 0,
357 0,
358 0,
359 0,
360 0,
361 0,
362 0,
363 0,
364 0,
365 0,
366 0,
367 0,
368 0,
369 0,
370 0,
371 0,
372 0,
373 0,
374 0,
375 0,
376 0,
377 0,
378 0,
379 0,
380 0,
381 0,
382 0,
383 0,
384 0,
385 0,
386 0,
387 0,
388 0,
389 0,
390 0,
391 0,
392 0,
393 0,
394 0,
395 0,
396 0,
397 0,
398 0,
399 0,
400 0,
401 0,
402 0,
403 0,
404 0,
405 0,
406 0,
407 0,
408 0,
409 0,
410 0,
411 0,
412 0,
413 0,
414 0,
415 0,
416 0,
417 0,
418 0,
419 0,
420 0,
421 0,
422 0,
423 0,
424 generic_in_function_epilogue_p,
425 construct_inferior_arguments,
426 0,
427 0,
428 0,
429 "malloc",
430 /* startup_gdbarch() */
431 };
432
433 struct gdbarch *current_gdbarch = &startup_gdbarch;
434
435 /* Do any initialization needed for a non-multiarch configuration
436 after the _initialize_MODULE functions have been run. */
437 void
438 initialize_non_multiarch (void)
439 {
440 alloc_gdbarch_data (&startup_gdbarch);
441 /* Ensure that all swap areas are zeroed so that they again think
442 they are starting from scratch. */
443 clear_gdbarch_swap (&startup_gdbarch);
444 init_gdbarch_swap (&startup_gdbarch);
445 }
446
447
448 /* Create a new ``struct gdbarch'' based on information provided by
449 ``struct gdbarch_info''. */
450
451 struct gdbarch *
452 gdbarch_alloc (const struct gdbarch_info *info,
453 struct gdbarch_tdep *tdep)
454 {
455 /* NOTE: The new architecture variable is named ``current_gdbarch''
456 so that macros such as TARGET_DOUBLE_BIT, when expanded, refer to
457 the current local architecture and not the previous global
458 architecture. This ensures that the new architectures initial
459 values are not influenced by the previous architecture. Once
460 everything is parameterised with gdbarch, this will go away. */
461 struct gdbarch *current_gdbarch = XMALLOC (struct gdbarch);
462 memset (current_gdbarch, 0, sizeof (*current_gdbarch));
463
464 alloc_gdbarch_data (current_gdbarch);
465
466 current_gdbarch->tdep = tdep;
467
468 current_gdbarch->bfd_arch_info = info->bfd_arch_info;
469 current_gdbarch->byte_order = info->byte_order;
470
471 /* Force the explicit initialization of these. */
472 current_gdbarch->short_bit = 2*TARGET_CHAR_BIT;
473 current_gdbarch->int_bit = 4*TARGET_CHAR_BIT;
474 current_gdbarch->long_bit = 4*TARGET_CHAR_BIT;
475 current_gdbarch->long_long_bit = 2*TARGET_LONG_BIT;
476 current_gdbarch->float_bit = 4*TARGET_CHAR_BIT;
477 current_gdbarch->double_bit = 8*TARGET_CHAR_BIT;
478 current_gdbarch->long_double_bit = 8*TARGET_CHAR_BIT;
479 current_gdbarch->ptr_bit = TARGET_INT_BIT;
480 current_gdbarch->bfd_vma_bit = TARGET_ARCHITECTURE->bits_per_address;
481 current_gdbarch->char_signed = -1;
482 current_gdbarch->read_pc = generic_target_read_pc;
483 current_gdbarch->write_pc = generic_target_write_pc;
484 current_gdbarch->read_fp = generic_target_read_fp;
485 current_gdbarch->read_sp = generic_target_read_sp;
486 current_gdbarch->write_sp = generic_target_write_sp;
487 current_gdbarch->virtual_frame_pointer = legacy_virtual_frame_pointer;
488 current_gdbarch->num_regs = -1;
489 current_gdbarch->sp_regnum = -1;
490 current_gdbarch->fp_regnum = -1;
491 current_gdbarch->pc_regnum = -1;
492 current_gdbarch->ps_regnum = -1;
493 current_gdbarch->fp0_regnum = -1;
494 current_gdbarch->npc_regnum = -1;
495 current_gdbarch->stab_reg_to_regnum = no_op_reg_to_regnum;
496 current_gdbarch->ecoff_reg_to_regnum = no_op_reg_to_regnum;
497 current_gdbarch->dwarf_reg_to_regnum = no_op_reg_to_regnum;
498 current_gdbarch->sdb_reg_to_regnum = no_op_reg_to_regnum;
499 current_gdbarch->dwarf2_reg_to_regnum = no_op_reg_to_regnum;
500 current_gdbarch->register_name = legacy_register_name;
501 current_gdbarch->register_size = -1;
502 current_gdbarch->register_bytes = -1;
503 current_gdbarch->register_byte = generic_register_byte;
504 current_gdbarch->register_raw_size = generic_register_size;
505 current_gdbarch->max_register_raw_size = -1;
506 current_gdbarch->register_virtual_size = generic_register_size;
507 current_gdbarch->max_register_virtual_size = -1;
508 current_gdbarch->print_registers_info = default_print_registers_info;
509 current_gdbarch->register_sim_regno = legacy_register_sim_regno;
510 current_gdbarch->cannot_fetch_register = cannot_register_not;
511 current_gdbarch->cannot_store_register = cannot_register_not;
512 current_gdbarch->use_generic_dummy_frames = -1;
513 current_gdbarch->call_dummy_start_offset = -1;
514 current_gdbarch->call_dummy_breakpoint_offset = -1;
515 current_gdbarch->call_dummy_breakpoint_offset_p = -1;
516 current_gdbarch->call_dummy_length = -1;
517 current_gdbarch->call_dummy_p = -1;
518 current_gdbarch->call_dummy_words = legacy_call_dummy_words;
519 current_gdbarch->sizeof_call_dummy_words = legacy_sizeof_call_dummy_words;
520 current_gdbarch->call_dummy_stack_adjust_p = -1;
521 current_gdbarch->init_frame_pc_first = init_frame_pc_noop;
522 current_gdbarch->init_frame_pc = init_frame_pc_default;
523 current_gdbarch->coerce_float_to_double = default_coerce_float_to_double;
524 current_gdbarch->get_saved_register = generic_unwind_get_saved_register;
525 current_gdbarch->register_convertible = generic_register_convertible_not;
526 current_gdbarch->convert_register_p = legacy_convert_register_p;
527 current_gdbarch->register_to_value = legacy_register_to_value;
528 current_gdbarch->value_to_register = legacy_value_to_register;
529 current_gdbarch->pointer_to_address = unsigned_pointer_to_address;
530 current_gdbarch->address_to_pointer = unsigned_address_to_pointer;
531 current_gdbarch->return_value_on_stack = generic_return_value_on_stack_not;
532 current_gdbarch->push_arguments = default_push_arguments;
533 current_gdbarch->extract_return_value = legacy_extract_return_value;
534 current_gdbarch->store_return_value = legacy_store_return_value;
535 current_gdbarch->use_struct_convention = generic_use_struct_convention;
536 current_gdbarch->prologue_frameless_p = generic_prologue_frameless_p;
537 current_gdbarch->breakpoint_from_pc = legacy_breakpoint_from_pc;
538 current_gdbarch->memory_insert_breakpoint = default_memory_insert_breakpoint;
539 current_gdbarch->memory_remove_breakpoint = default_memory_remove_breakpoint;
540 current_gdbarch->decr_pc_after_break = -1;
541 current_gdbarch->prepare_to_proceed = default_prepare_to_proceed;
542 current_gdbarch->function_start_offset = -1;
543 current_gdbarch->remote_translate_xfer_address = generic_remote_translate_xfer_address;
544 current_gdbarch->frame_args_skip = -1;
545 current_gdbarch->frameless_function_invocation = generic_frameless_function_invocation_not;
546 current_gdbarch->frame_chain_valid = generic_func_frame_chain_valid;
547 current_gdbarch->extra_stack_alignment_needed = 1;
548 current_gdbarch->convert_from_func_ptr_addr = core_addr_identity;
549 current_gdbarch->addr_bits_remove = core_addr_identity;
550 current_gdbarch->smash_text_address = core_addr_identity;
551 current_gdbarch->print_insn = legacy_print_insn;
552 current_gdbarch->skip_trampoline_code = generic_skip_trampoline_code;
553 current_gdbarch->in_solib_call_trampoline = generic_in_solib_call_trampoline;
554 current_gdbarch->in_solib_return_trampoline = generic_in_solib_return_trampoline;
555 current_gdbarch->pc_in_sigtramp = legacy_pc_in_sigtramp;
556 current_gdbarch->in_function_epilogue_p = generic_in_function_epilogue_p;
557 current_gdbarch->construct_inferior_arguments = construct_inferior_arguments;
558 current_gdbarch->elf_make_msymbol_special = default_elf_make_msymbol_special;
559 current_gdbarch->coff_make_msymbol_special = default_coff_make_msymbol_special;
560 current_gdbarch->name_of_malloc = "malloc";
561 /* gdbarch_alloc() */
562
563 return current_gdbarch;
564 }
565
566
567 /* Free a gdbarch struct. This should never happen in normal
568 operation --- once you've created a gdbarch, you keep it around.
569 However, if an architecture's init function encounters an error
570 building the structure, it may need to clean up a partially
571 constructed gdbarch. */
572
573 void
574 gdbarch_free (struct gdbarch *arch)
575 {
576 gdb_assert (arch != NULL);
577 free_gdbarch_data (arch);
578 xfree (arch);
579 }
580
581
582 /* Ensure that all values in a GDBARCH are reasonable. */
583
584 static void
585 verify_gdbarch (struct gdbarch *gdbarch)
586 {
587 struct ui_file *log;
588 struct cleanup *cleanups;
589 long dummy;
590 char *buf;
591 /* Only perform sanity checks on a multi-arch target. */
592 if (!GDB_MULTI_ARCH)
593 return;
594 log = mem_fileopen ();
595 cleanups = make_cleanup_ui_file_delete (log);
596 /* fundamental */
597 if (gdbarch->byte_order == BFD_ENDIAN_UNKNOWN)
598 fprintf_unfiltered (log, "\n\tbyte-order");
599 if (gdbarch->bfd_arch_info == NULL)
600 fprintf_unfiltered (log, "\n\tbfd_arch_info");
601 /* Check those that need to be defined for the given multi-arch level. */
602 /* Skip verify of short_bit, invalid_p == 0 */
603 /* Skip verify of int_bit, invalid_p == 0 */
604 /* Skip verify of long_bit, invalid_p == 0 */
605 /* Skip verify of long_long_bit, invalid_p == 0 */
606 /* Skip verify of float_bit, invalid_p == 0 */
607 /* Skip verify of double_bit, invalid_p == 0 */
608 /* Skip verify of long_double_bit, invalid_p == 0 */
609 /* Skip verify of ptr_bit, invalid_p == 0 */
610 if (gdbarch->addr_bit == 0)
611 gdbarch->addr_bit = TARGET_PTR_BIT;
612 /* Skip verify of bfd_vma_bit, invalid_p == 0 */
613 if (gdbarch->char_signed == -1)
614 gdbarch->char_signed = 1;
615 /* Skip verify of read_pc, invalid_p == 0 */
616 /* Skip verify of write_pc, invalid_p == 0 */
617 /* Skip verify of read_fp, invalid_p == 0 */
618 /* Skip verify of read_sp, invalid_p == 0 */
619 /* Skip verify of write_sp, invalid_p == 0 */
620 /* Skip verify of virtual_frame_pointer, invalid_p == 0 */
621 /* Skip verify of pseudo_register_read, has predicate */
622 /* Skip verify of pseudo_register_write, has predicate */
623 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
624 && (gdbarch->num_regs == -1))
625 fprintf_unfiltered (log, "\n\tnum_regs");
626 /* Skip verify of num_pseudo_regs, invalid_p == 0 */
627 /* Skip verify of sp_regnum, invalid_p == 0 */
628 /* Skip verify of fp_regnum, invalid_p == 0 */
629 /* Skip verify of pc_regnum, invalid_p == 0 */
630 /* Skip verify of ps_regnum, invalid_p == 0 */
631 /* Skip verify of fp0_regnum, invalid_p == 0 */
632 /* Skip verify of npc_regnum, invalid_p == 0 */
633 /* Skip verify of stab_reg_to_regnum, invalid_p == 0 */
634 /* Skip verify of ecoff_reg_to_regnum, invalid_p == 0 */
635 /* Skip verify of dwarf_reg_to_regnum, invalid_p == 0 */
636 /* Skip verify of sdb_reg_to_regnum, invalid_p == 0 */
637 /* Skip verify of dwarf2_reg_to_regnum, invalid_p == 0 */
638 /* Skip verify of register_name, invalid_p == 0 */
639 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
640 && (gdbarch->register_size == -1))
641 fprintf_unfiltered (log, "\n\tregister_size");
642 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
643 && (gdbarch->register_bytes == -1))
644 fprintf_unfiltered (log, "\n\tregister_bytes");
645 /* Skip verify of register_byte, invalid_p == 0 */
646 /* Skip verify of register_raw_size, invalid_p == 0 */
647 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
648 && (gdbarch->max_register_raw_size == -1))
649 fprintf_unfiltered (log, "\n\tmax_register_raw_size");
650 /* Skip verify of register_virtual_size, invalid_p == 0 */
651 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
652 && (gdbarch->max_register_virtual_size == -1))
653 fprintf_unfiltered (log, "\n\tmax_register_virtual_size");
654 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
655 && (gdbarch->register_virtual_type == 0))
656 fprintf_unfiltered (log, "\n\tregister_virtual_type");
657 /* Skip verify of do_registers_info, has predicate */
658 /* Skip verify of print_registers_info, invalid_p == 0 */
659 /* Skip verify of print_float_info, has predicate */
660 /* Skip verify of print_vector_info, has predicate */
661 /* Skip verify of register_sim_regno, invalid_p == 0 */
662 /* Skip verify of register_bytes_ok, has predicate */
663 /* Skip verify of cannot_fetch_register, invalid_p == 0 */
664 /* Skip verify of cannot_store_register, invalid_p == 0 */
665 /* Skip verify of get_longjmp_target, has predicate */
666 if ((GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PARTIAL)
667 && (gdbarch->use_generic_dummy_frames == -1))
668 fprintf_unfiltered (log, "\n\tuse_generic_dummy_frames");
669 if ((GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PARTIAL)
670 && (gdbarch->call_dummy_location == 0))
671 fprintf_unfiltered (log, "\n\tcall_dummy_location");
672 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
673 && (gdbarch->call_dummy_location == AT_ENTRY_POINT && gdbarch->call_dummy_address == 0))
674 fprintf_unfiltered (log, "\n\tcall_dummy_address");
675 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
676 && (gdbarch->call_dummy_start_offset == -1))
677 fprintf_unfiltered (log, "\n\tcall_dummy_start_offset");
678 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
679 && (gdbarch->call_dummy_breakpoint_offset_p && gdbarch->call_dummy_breakpoint_offset == -1))
680 fprintf_unfiltered (log, "\n\tcall_dummy_breakpoint_offset");
681 if ((GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PARTIAL)
682 && (gdbarch->call_dummy_breakpoint_offset_p == -1))
683 fprintf_unfiltered (log, "\n\tcall_dummy_breakpoint_offset_p");
684 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
685 && (gdbarch->call_dummy_length == -1))
686 fprintf_unfiltered (log, "\n\tcall_dummy_length");
687 if ((GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PARTIAL)
688 && (gdbarch->pc_in_call_dummy == 0))
689 fprintf_unfiltered (log, "\n\tpc_in_call_dummy");
690 if ((GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PARTIAL)
691 && (gdbarch->call_dummy_p == -1))
692 fprintf_unfiltered (log, "\n\tcall_dummy_p");
693 /* Skip verify of call_dummy_words, invalid_p == 0 */
694 /* Skip verify of sizeof_call_dummy_words, invalid_p == 0 */
695 if ((GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PARTIAL)
696 && (gdbarch->call_dummy_stack_adjust_p == -1))
697 fprintf_unfiltered (log, "\n\tcall_dummy_stack_adjust_p");
698 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
699 && (gdbarch->call_dummy_stack_adjust_p && gdbarch->call_dummy_stack_adjust == 0))
700 fprintf_unfiltered (log, "\n\tcall_dummy_stack_adjust");
701 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
702 && (gdbarch->fix_call_dummy == 0))
703 fprintf_unfiltered (log, "\n\tfix_call_dummy");
704 /* Skip verify of init_frame_pc_first, invalid_p == 0 */
705 /* Skip verify of init_frame_pc, invalid_p == 0 */
706 /* Skip verify of coerce_float_to_double, invalid_p == 0 */
707 /* Skip verify of get_saved_register, invalid_p == 0 */
708 /* Skip verify of register_convertible, invalid_p == 0 */
709 /* Skip verify of register_convert_to_virtual, invalid_p == 0 */
710 /* Skip verify of register_convert_to_raw, invalid_p == 0 */
711 /* Skip verify of convert_register_p, invalid_p == 0 */
712 /* Skip verify of register_to_value, invalid_p == 0 */
713 /* Skip verify of value_to_register, invalid_p == 0 */
714 /* Skip verify of pointer_to_address, invalid_p == 0 */
715 /* Skip verify of address_to_pointer, invalid_p == 0 */
716 /* Skip verify of integer_to_address, has predicate */
717 /* Skip verify of return_value_on_stack, invalid_p == 0 */
718 /* Skip verify of push_arguments, invalid_p == 0 */
719 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
720 && (gdbarch->push_dummy_frame == 0))
721 fprintf_unfiltered (log, "\n\tpush_dummy_frame");
722 /* Skip verify of push_return_address, has predicate */
723 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
724 && (gdbarch->pop_frame == 0))
725 fprintf_unfiltered (log, "\n\tpop_frame");
726 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
727 && (gdbarch->store_struct_return == 0))
728 fprintf_unfiltered (log, "\n\tstore_struct_return");
729 /* Skip verify of extract_return_value, invalid_p == 0 */
730 /* Skip verify of store_return_value, invalid_p == 0 */
731 /* Skip verify of extract_struct_value_address, has predicate */
732 /* Skip verify of deprecated_extract_struct_value_address, has predicate */
733 /* Skip verify of use_struct_convention, invalid_p == 0 */
734 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
735 && (gdbarch->frame_init_saved_regs == 0))
736 fprintf_unfiltered (log, "\n\tframe_init_saved_regs");
737 /* Skip verify of init_extra_frame_info, has predicate */
738 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
739 && (gdbarch->skip_prologue == 0))
740 fprintf_unfiltered (log, "\n\tskip_prologue");
741 /* Skip verify of prologue_frameless_p, invalid_p == 0 */
742 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
743 && (gdbarch->inner_than == 0))
744 fprintf_unfiltered (log, "\n\tinner_than");
745 /* Skip verify of breakpoint_from_pc, invalid_p == 0 */
746 /* Skip verify of memory_insert_breakpoint, invalid_p == 0 */
747 /* Skip verify of memory_remove_breakpoint, invalid_p == 0 */
748 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
749 && (gdbarch->decr_pc_after_break == -1))
750 fprintf_unfiltered (log, "\n\tdecr_pc_after_break");
751 /* Skip verify of prepare_to_proceed, invalid_p == 0 */
752 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
753 && (gdbarch->function_start_offset == -1))
754 fprintf_unfiltered (log, "\n\tfunction_start_offset");
755 /* Skip verify of remote_translate_xfer_address, invalid_p == 0 */
756 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
757 && (gdbarch->frame_args_skip == -1))
758 fprintf_unfiltered (log, "\n\tframe_args_skip");
759 /* Skip verify of frameless_function_invocation, invalid_p == 0 */
760 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
761 && (gdbarch->frame_chain == 0))
762 fprintf_unfiltered (log, "\n\tframe_chain");
763 /* Skip verify of frame_chain_valid, invalid_p == 0 */
764 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
765 && (gdbarch->frame_saved_pc == 0))
766 fprintf_unfiltered (log, "\n\tframe_saved_pc");
767 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
768 && (gdbarch->frame_args_address == 0))
769 fprintf_unfiltered (log, "\n\tframe_args_address");
770 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
771 && (gdbarch->frame_locals_address == 0))
772 fprintf_unfiltered (log, "\n\tframe_locals_address");
773 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
774 && (gdbarch->saved_pc_after_call == 0))
775 fprintf_unfiltered (log, "\n\tsaved_pc_after_call");
776 if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
777 && (gdbarch->frame_num_args == 0))
778 fprintf_unfiltered (log, "\n\tframe_num_args");
779 /* Skip verify of stack_align, has predicate */
780 /* Skip verify of frame_align, has predicate */
781 /* Skip verify of extra_stack_alignment_needed, invalid_p == 0 */
782 /* Skip verify of reg_struct_has_addr, has predicate */
783 /* Skip verify of save_dummy_frame_tos, has predicate */
784 if (gdbarch->float_format == 0)
785 gdbarch->float_format = default_float_format (gdbarch);
786 if (gdbarch->double_format == 0)
787 gdbarch->double_format = default_double_format (gdbarch);
788 if (gdbarch->long_double_format == 0)
789 gdbarch->long_double_format = default_double_format (gdbarch);
790 /* Skip verify of convert_from_func_ptr_addr, invalid_p == 0 */
791 /* Skip verify of addr_bits_remove, invalid_p == 0 */
792 /* Skip verify of smash_text_address, invalid_p == 0 */
793 /* Skip verify of software_single_step, has predicate */
794 /* Skip verify of print_insn, invalid_p == 0 */
795 /* Skip verify of skip_trampoline_code, invalid_p == 0 */
796 /* Skip verify of in_solib_call_trampoline, invalid_p == 0 */
797 /* Skip verify of in_solib_return_trampoline, invalid_p == 0 */
798 /* Skip verify of pc_in_sigtramp, invalid_p == 0 */
799 /* Skip verify of sigtramp_start, has predicate */
800 /* Skip verify of sigtramp_end, has predicate */
801 /* Skip verify of in_function_epilogue_p, invalid_p == 0 */
802 /* Skip verify of construct_inferior_arguments, invalid_p == 0 */
803 /* Skip verify of dwarf2_build_frame_info, has predicate */
804 /* Skip verify of elf_make_msymbol_special, invalid_p == 0 */
805 /* Skip verify of coff_make_msymbol_special, invalid_p == 0 */
806 /* Skip verify of name_of_malloc, invalid_p == 0 */
807 buf = ui_file_xstrdup (log, &dummy);
808 make_cleanup (xfree, buf);
809 if (strlen (buf) > 0)
810 internal_error (__FILE__, __LINE__,
811 "verify_gdbarch: the following are invalid ...%s",
812 buf);
813 do_cleanups (cleanups);
814 }
815
816
817 /* Print out the details of the current architecture. */
818
819 /* NOTE/WARNING: The parameter is called ``current_gdbarch'' so that it
820 just happens to match the global variable ``current_gdbarch''. That
821 way macros refering to that variable get the local and not the global
822 version - ulgh. Once everything is parameterised with gdbarch, this
823 will go away. */
824
825 void
826 gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
827 {
828 fprintf_unfiltered (file,
829 "gdbarch_dump: GDB_MULTI_ARCH = %d\n",
830 GDB_MULTI_ARCH);
831 if (GDB_MULTI_ARCH)
832 fprintf_unfiltered (file,
833 "gdbarch_dump: frame_align = 0x%08lx\n",
834 (long) current_gdbarch->frame_align);
835 if (GDB_MULTI_ARCH)
836 fprintf_unfiltered (file,
837 "gdbarch_dump: in_function_epilogue_p = 0x%08lx\n",
838 (long) current_gdbarch->in_function_epilogue_p);
839 if (GDB_MULTI_ARCH)
840 fprintf_unfiltered (file,
841 "gdbarch_dump: pseudo_register_read = 0x%08lx\n",
842 (long) current_gdbarch->pseudo_register_read);
843 if (GDB_MULTI_ARCH)
844 fprintf_unfiltered (file,
845 "gdbarch_dump: pseudo_register_write = 0x%08lx\n",
846 (long) current_gdbarch->pseudo_register_write);
847 #ifdef ADDRESS_TO_POINTER
848 #if GDB_MULTI_ARCH
849 /* Macro might contain `[{}]' when not multi-arch */
850 fprintf_unfiltered (file,
851 "gdbarch_dump: %s # %s\n",
852 "ADDRESS_TO_POINTER(type, buf, addr)",
853 XSTRING (ADDRESS_TO_POINTER (type, buf, addr)));
854 #endif
855 if (GDB_MULTI_ARCH)
856 fprintf_unfiltered (file,
857 "gdbarch_dump: ADDRESS_TO_POINTER = 0x%08lx\n",
858 (long) current_gdbarch->address_to_pointer
859 /*ADDRESS_TO_POINTER ()*/);
860 #endif
861 #ifdef ADDR_BITS_REMOVE
862 fprintf_unfiltered (file,
863 "gdbarch_dump: %s # %s\n",
864 "ADDR_BITS_REMOVE(addr)",
865 XSTRING (ADDR_BITS_REMOVE (addr)));
866 if (GDB_MULTI_ARCH)
867 fprintf_unfiltered (file,
868 "gdbarch_dump: ADDR_BITS_REMOVE = 0x%08lx\n",
869 (long) current_gdbarch->addr_bits_remove
870 /*ADDR_BITS_REMOVE ()*/);
871 #endif
872 #ifdef BELIEVE_PCC_PROMOTION
873 fprintf_unfiltered (file,
874 "gdbarch_dump: BELIEVE_PCC_PROMOTION # %s\n",
875 XSTRING (BELIEVE_PCC_PROMOTION));
876 fprintf_unfiltered (file,
877 "gdbarch_dump: BELIEVE_PCC_PROMOTION = %d\n",
878 BELIEVE_PCC_PROMOTION);
879 #endif
880 #ifdef BELIEVE_PCC_PROMOTION_TYPE
881 fprintf_unfiltered (file,
882 "gdbarch_dump: BELIEVE_PCC_PROMOTION_TYPE # %s\n",
883 XSTRING (BELIEVE_PCC_PROMOTION_TYPE));
884 fprintf_unfiltered (file,
885 "gdbarch_dump: BELIEVE_PCC_PROMOTION_TYPE = %d\n",
886 BELIEVE_PCC_PROMOTION_TYPE);
887 #endif
888 #ifdef BREAKPOINT_FROM_PC
889 fprintf_unfiltered (file,
890 "gdbarch_dump: %s # %s\n",
891 "BREAKPOINT_FROM_PC(pcptr, lenptr)",
892 XSTRING (BREAKPOINT_FROM_PC (pcptr, lenptr)));
893 if (GDB_MULTI_ARCH)
894 fprintf_unfiltered (file,
895 "gdbarch_dump: BREAKPOINT_FROM_PC = 0x%08lx\n",
896 (long) current_gdbarch->breakpoint_from_pc
897 /*BREAKPOINT_FROM_PC ()*/);
898 #endif
899 #ifdef CALL_DUMMY_ADDRESS
900 fprintf_unfiltered (file,
901 "gdbarch_dump: %s # %s\n",
902 "CALL_DUMMY_ADDRESS()",
903 XSTRING (CALL_DUMMY_ADDRESS ()));
904 if (GDB_MULTI_ARCH)
905 fprintf_unfiltered (file,
906 "gdbarch_dump: CALL_DUMMY_ADDRESS = 0x%08lx\n",
907 (long) current_gdbarch->call_dummy_address
908 /*CALL_DUMMY_ADDRESS ()*/);
909 #endif
910 #ifdef CALL_DUMMY_BREAKPOINT_OFFSET
911 fprintf_unfiltered (file,
912 "gdbarch_dump: CALL_DUMMY_BREAKPOINT_OFFSET # %s\n",
913 XSTRING (CALL_DUMMY_BREAKPOINT_OFFSET));
914 if (CALL_DUMMY_BREAKPOINT_OFFSET_P)
915 fprintf_unfiltered (file,
916 "gdbarch_dump: CALL_DUMMY_BREAKPOINT_OFFSET = 0x%08lx\n",
917 (long) CALL_DUMMY_BREAKPOINT_OFFSET);
918 #endif
919 #ifdef CALL_DUMMY_BREAKPOINT_OFFSET_P
920 fprintf_unfiltered (file,
921 "gdbarch_dump: CALL_DUMMY_BREAKPOINT_OFFSET_P # %s\n",
922 XSTRING (CALL_DUMMY_BREAKPOINT_OFFSET_P));
923 fprintf_unfiltered (file,
924 "gdbarch_dump: CALL_DUMMY_BREAKPOINT_OFFSET_P = %d\n",
925 CALL_DUMMY_BREAKPOINT_OFFSET_P);
926 #endif
927 #ifdef CALL_DUMMY_LENGTH
928 fprintf_unfiltered (file,
929 "gdbarch_dump: CALL_DUMMY_LENGTH # %s\n",
930 XSTRING (CALL_DUMMY_LENGTH));
931 if (CALL_DUMMY_LOCATION == BEFORE_TEXT_END || CALL_DUMMY_LOCATION == AFTER_TEXT_END)
932 fprintf_unfiltered (file,
933 "gdbarch_dump: CALL_DUMMY_LENGTH = %d\n",
934 CALL_DUMMY_LENGTH);
935 #endif
936 #ifdef CALL_DUMMY_LOCATION
937 fprintf_unfiltered (file,
938 "gdbarch_dump: CALL_DUMMY_LOCATION # %s\n",
939 XSTRING (CALL_DUMMY_LOCATION));
940 fprintf_unfiltered (file,
941 "gdbarch_dump: CALL_DUMMY_LOCATION = %d\n",
942 CALL_DUMMY_LOCATION);
943 #endif
944 #ifdef CALL_DUMMY_P
945 fprintf_unfiltered (file,
946 "gdbarch_dump: CALL_DUMMY_P # %s\n",
947 XSTRING (CALL_DUMMY_P));
948 fprintf_unfiltered (file,
949 "gdbarch_dump: CALL_DUMMY_P = %d\n",
950 CALL_DUMMY_P);
951 #endif
952 #ifdef CALL_DUMMY_STACK_ADJUST
953 fprintf_unfiltered (file,
954 "gdbarch_dump: CALL_DUMMY_STACK_ADJUST # %s\n",
955 XSTRING (CALL_DUMMY_STACK_ADJUST));
956 if (CALL_DUMMY_STACK_ADJUST_P)
957 fprintf_unfiltered (file,
958 "gdbarch_dump: CALL_DUMMY_STACK_ADJUST = 0x%08lx\n",
959 (long) CALL_DUMMY_STACK_ADJUST);
960 #endif
961 #ifdef CALL_DUMMY_STACK_ADJUST_P
962 fprintf_unfiltered (file,
963 "gdbarch_dump: CALL_DUMMY_STACK_ADJUST_P # %s\n",
964 XSTRING (CALL_DUMMY_STACK_ADJUST_P));
965 fprintf_unfiltered (file,
966 "gdbarch_dump: CALL_DUMMY_STACK_ADJUST_P = 0x%08lx\n",
967 (long) CALL_DUMMY_STACK_ADJUST_P);
968 #endif
969 #ifdef CALL_DUMMY_START_OFFSET
970 fprintf_unfiltered (file,
971 "gdbarch_dump: CALL_DUMMY_START_OFFSET # %s\n",
972 XSTRING (CALL_DUMMY_START_OFFSET));
973 fprintf_unfiltered (file,
974 "gdbarch_dump: CALL_DUMMY_START_OFFSET = 0x%08lx\n",
975 (long) CALL_DUMMY_START_OFFSET);
976 #endif
977 #ifdef CALL_DUMMY_WORDS
978 fprintf_unfiltered (file,
979 "gdbarch_dump: CALL_DUMMY_WORDS # %s\n",
980 XSTRING (CALL_DUMMY_WORDS));
981 fprintf_unfiltered (file,
982 "gdbarch_dump: CALL_DUMMY_WORDS = 0x%08lx\n",
983 (long) CALL_DUMMY_WORDS);
984 #endif
985 #ifdef CANNOT_FETCH_REGISTER
986 fprintf_unfiltered (file,
987 "gdbarch_dump: %s # %s\n",
988 "CANNOT_FETCH_REGISTER(regnum)",
989 XSTRING (CANNOT_FETCH_REGISTER (regnum)));
990 if (GDB_MULTI_ARCH)
991 fprintf_unfiltered (file,
992 "gdbarch_dump: CANNOT_FETCH_REGISTER = 0x%08lx\n",
993 (long) current_gdbarch->cannot_fetch_register
994 /*CANNOT_FETCH_REGISTER ()*/);
995 #endif
996 #ifdef CANNOT_STORE_REGISTER
997 fprintf_unfiltered (file,
998 "gdbarch_dump: %s # %s\n",
999 "CANNOT_STORE_REGISTER(regnum)",
1000 XSTRING (CANNOT_STORE_REGISTER (regnum)));
1001 if (GDB_MULTI_ARCH)
1002 fprintf_unfiltered (file,
1003 "gdbarch_dump: CANNOT_STORE_REGISTER = 0x%08lx\n",
1004 (long) current_gdbarch->cannot_store_register
1005 /*CANNOT_STORE_REGISTER ()*/);
1006 #endif
1007 #ifdef COERCE_FLOAT_TO_DOUBLE
1008 fprintf_unfiltered (file,
1009 "gdbarch_dump: %s # %s\n",
1010 "COERCE_FLOAT_TO_DOUBLE(formal, actual)",
1011 XSTRING (COERCE_FLOAT_TO_DOUBLE (formal, actual)));
1012 if (GDB_MULTI_ARCH)
1013 fprintf_unfiltered (file,
1014 "gdbarch_dump: COERCE_FLOAT_TO_DOUBLE = 0x%08lx\n",
1015 (long) current_gdbarch->coerce_float_to_double
1016 /*COERCE_FLOAT_TO_DOUBLE ()*/);
1017 #endif
1018 #ifdef COFF_MAKE_MSYMBOL_SPECIAL
1019 #if GDB_MULTI_ARCH
1020 /* Macro might contain `[{}]' when not multi-arch */
1021 fprintf_unfiltered (file,
1022 "gdbarch_dump: %s # %s\n",
1023 "COFF_MAKE_MSYMBOL_SPECIAL(val, msym)",
1024 XSTRING (COFF_MAKE_MSYMBOL_SPECIAL (val, msym)));
1025 #endif
1026 if (GDB_MULTI_ARCH)
1027 fprintf_unfiltered (file,
1028 "gdbarch_dump: COFF_MAKE_MSYMBOL_SPECIAL = 0x%08lx\n",
1029 (long) current_gdbarch->coff_make_msymbol_special
1030 /*COFF_MAKE_MSYMBOL_SPECIAL ()*/);
1031 #endif
1032 if (GDB_MULTI_ARCH)
1033 fprintf_unfiltered (file,
1034 "gdbarch_dump: construct_inferior_arguments = 0x%08lx\n",
1035 (long) current_gdbarch->construct_inferior_arguments);
1036 #ifdef CONVERT_FROM_FUNC_PTR_ADDR
1037 fprintf_unfiltered (file,
1038 "gdbarch_dump: %s # %s\n",
1039 "CONVERT_FROM_FUNC_PTR_ADDR(addr)",
1040 XSTRING (CONVERT_FROM_FUNC_PTR_ADDR (addr)));
1041 if (GDB_MULTI_ARCH)
1042 fprintf_unfiltered (file,
1043 "gdbarch_dump: CONVERT_FROM_FUNC_PTR_ADDR = 0x%08lx\n",
1044 (long) current_gdbarch->convert_from_func_ptr_addr
1045 /*CONVERT_FROM_FUNC_PTR_ADDR ()*/);
1046 #endif
1047 #ifdef CONVERT_REGISTER_P
1048 fprintf_unfiltered (file,
1049 "gdbarch_dump: %s # %s\n",
1050 "CONVERT_REGISTER_P(regnum)",
1051 XSTRING (CONVERT_REGISTER_P (regnum)));
1052 if (GDB_MULTI_ARCH)
1053 fprintf_unfiltered (file,
1054 "gdbarch_dump: CONVERT_REGISTER_P = 0x%08lx\n",
1055 (long) current_gdbarch->convert_register_p
1056 /*CONVERT_REGISTER_P ()*/);
1057 #endif
1058 #ifdef DECR_PC_AFTER_BREAK
1059 fprintf_unfiltered (file,
1060 "gdbarch_dump: DECR_PC_AFTER_BREAK # %s\n",
1061 XSTRING (DECR_PC_AFTER_BREAK));
1062 fprintf_unfiltered (file,
1063 "gdbarch_dump: DECR_PC_AFTER_BREAK = %ld\n",
1064 (long) DECR_PC_AFTER_BREAK);
1065 #endif
1066 #ifdef DEPRECATED_EXTRACT_RETURN_VALUE
1067 #if GDB_MULTI_ARCH
1068 /* Macro might contain `[{}]' when not multi-arch */
1069 fprintf_unfiltered (file,
1070 "gdbarch_dump: %s # %s\n",
1071 "DEPRECATED_EXTRACT_RETURN_VALUE(type, regbuf, valbuf)",
1072 XSTRING (DEPRECATED_EXTRACT_RETURN_VALUE (type, regbuf, valbuf)));
1073 #endif
1074 if (GDB_MULTI_ARCH)
1075 fprintf_unfiltered (file,
1076 "gdbarch_dump: DEPRECATED_EXTRACT_RETURN_VALUE = 0x%08lx\n",
1077 (long) current_gdbarch->deprecated_extract_return_value
1078 /*DEPRECATED_EXTRACT_RETURN_VALUE ()*/);
1079 #endif
1080 #ifdef DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS
1081 fprintf_unfiltered (file,
1082 "gdbarch_dump: %s # %s\n",
1083 "DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS(regbuf)",
1084 XSTRING (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS (regbuf)));
1085 if (GDB_MULTI_ARCH)
1086 fprintf_unfiltered (file,
1087 "gdbarch_dump: DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS = 0x%08lx\n",
1088 (long) current_gdbarch->deprecated_extract_struct_value_address
1089 /*DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS ()*/);
1090 #endif
1091 #ifdef DEPRECATED_STORE_RETURN_VALUE
1092 #if GDB_MULTI_ARCH
1093 /* Macro might contain `[{}]' when not multi-arch */
1094 fprintf_unfiltered (file,
1095 "gdbarch_dump: %s # %s\n",
1096 "DEPRECATED_STORE_RETURN_VALUE(type, valbuf)",
1097 XSTRING (DEPRECATED_STORE_RETURN_VALUE (type, valbuf)));
1098 #endif
1099 if (GDB_MULTI_ARCH)
1100 fprintf_unfiltered (file,
1101 "gdbarch_dump: DEPRECATED_STORE_RETURN_VALUE = 0x%08lx\n",
1102 (long) current_gdbarch->deprecated_store_return_value
1103 /*DEPRECATED_STORE_RETURN_VALUE ()*/);
1104 #endif
1105 #ifdef DO_REGISTERS_INFO
1106 #if GDB_MULTI_ARCH
1107 /* Macro might contain `[{}]' when not multi-arch */
1108 fprintf_unfiltered (file,
1109 "gdbarch_dump: %s # %s\n",
1110 "DO_REGISTERS_INFO(reg_nr, fpregs)",
1111 XSTRING (DO_REGISTERS_INFO (reg_nr, fpregs)));
1112 #endif
1113 if (GDB_MULTI_ARCH)
1114 fprintf_unfiltered (file,
1115 "gdbarch_dump: DO_REGISTERS_INFO = 0x%08lx\n",
1116 (long) current_gdbarch->do_registers_info
1117 /*DO_REGISTERS_INFO ()*/);
1118 #endif
1119 #ifdef DWARF2_BUILD_FRAME_INFO
1120 #if GDB_MULTI_ARCH
1121 /* Macro might contain `[{}]' when not multi-arch */
1122 fprintf_unfiltered (file,
1123 "gdbarch_dump: %s # %s\n",
1124 "DWARF2_BUILD_FRAME_INFO(objfile)",
1125 XSTRING (DWARF2_BUILD_FRAME_INFO (objfile)));
1126 #endif
1127 if (GDB_MULTI_ARCH)
1128 fprintf_unfiltered (file,
1129 "gdbarch_dump: DWARF2_BUILD_FRAME_INFO = 0x%08lx\n",
1130 (long) current_gdbarch->dwarf2_build_frame_info
1131 /*DWARF2_BUILD_FRAME_INFO ()*/);
1132 #endif
1133 #ifdef DWARF2_REG_TO_REGNUM
1134 fprintf_unfiltered (file,
1135 "gdbarch_dump: %s # %s\n",
1136 "DWARF2_REG_TO_REGNUM(dwarf2_regnr)",
1137 XSTRING (DWARF2_REG_TO_REGNUM (dwarf2_regnr)));
1138 if (GDB_MULTI_ARCH)
1139 fprintf_unfiltered (file,
1140 "gdbarch_dump: DWARF2_REG_TO_REGNUM = 0x%08lx\n",
1141 (long) current_gdbarch->dwarf2_reg_to_regnum
1142 /*DWARF2_REG_TO_REGNUM ()*/);
1143 #endif
1144 #ifdef DWARF_REG_TO_REGNUM
1145 fprintf_unfiltered (file,
1146 "gdbarch_dump: %s # %s\n",
1147 "DWARF_REG_TO_REGNUM(dwarf_regnr)",
1148 XSTRING (DWARF_REG_TO_REGNUM (dwarf_regnr)));
1149 if (GDB_MULTI_ARCH)
1150 fprintf_unfiltered (file,
1151 "gdbarch_dump: DWARF_REG_TO_REGNUM = 0x%08lx\n",
1152 (long) current_gdbarch->dwarf_reg_to_regnum
1153 /*DWARF_REG_TO_REGNUM ()*/);
1154 #endif
1155 #ifdef ECOFF_REG_TO_REGNUM
1156 fprintf_unfiltered (file,
1157 "gdbarch_dump: %s # %s\n",
1158 "ECOFF_REG_TO_REGNUM(ecoff_regnr)",
1159 XSTRING (ECOFF_REG_TO_REGNUM (ecoff_regnr)));
1160 if (GDB_MULTI_ARCH)
1161 fprintf_unfiltered (file,
1162 "gdbarch_dump: ECOFF_REG_TO_REGNUM = 0x%08lx\n",
1163 (long) current_gdbarch->ecoff_reg_to_regnum
1164 /*ECOFF_REG_TO_REGNUM ()*/);
1165 #endif
1166 #ifdef ELF_MAKE_MSYMBOL_SPECIAL
1167 #if GDB_MULTI_ARCH
1168 /* Macro might contain `[{}]' when not multi-arch */
1169 fprintf_unfiltered (file,
1170 "gdbarch_dump: %s # %s\n",
1171 "ELF_MAKE_MSYMBOL_SPECIAL(sym, msym)",
1172 XSTRING (ELF_MAKE_MSYMBOL_SPECIAL (sym, msym)));
1173 #endif
1174 if (GDB_MULTI_ARCH)
1175 fprintf_unfiltered (file,
1176 "gdbarch_dump: ELF_MAKE_MSYMBOL_SPECIAL = 0x%08lx\n",
1177 (long) current_gdbarch->elf_make_msymbol_special
1178 /*ELF_MAKE_MSYMBOL_SPECIAL ()*/);
1179 #endif
1180 #ifdef EXTRACT_RETURN_VALUE
1181 #if GDB_MULTI_ARCH
1182 /* Macro might contain `[{}]' when not multi-arch */
1183 fprintf_unfiltered (file,
1184 "gdbarch_dump: %s # %s\n",
1185 "EXTRACT_RETURN_VALUE(type, regcache, valbuf)",
1186 XSTRING (EXTRACT_RETURN_VALUE (type, regcache, valbuf)));
1187 #endif
1188 if (GDB_MULTI_ARCH)
1189 fprintf_unfiltered (file,
1190 "gdbarch_dump: EXTRACT_RETURN_VALUE = 0x%08lx\n",
1191 (long) current_gdbarch->extract_return_value
1192 /*EXTRACT_RETURN_VALUE ()*/);
1193 #endif
1194 #ifdef EXTRACT_STRUCT_VALUE_ADDRESS
1195 fprintf_unfiltered (file,
1196 "gdbarch_dump: %s # %s\n",
1197 "EXTRACT_STRUCT_VALUE_ADDRESS(regcache)",
1198 XSTRING (EXTRACT_STRUCT_VALUE_ADDRESS (regcache)));
1199 if (GDB_MULTI_ARCH)
1200 fprintf_unfiltered (file,
1201 "gdbarch_dump: EXTRACT_STRUCT_VALUE_ADDRESS = 0x%08lx\n",
1202 (long) current_gdbarch->extract_struct_value_address
1203 /*EXTRACT_STRUCT_VALUE_ADDRESS ()*/);
1204 #endif
1205 #ifdef EXTRA_STACK_ALIGNMENT_NEEDED
1206 fprintf_unfiltered (file,
1207 "gdbarch_dump: EXTRA_STACK_ALIGNMENT_NEEDED # %s\n",
1208 XSTRING (EXTRA_STACK_ALIGNMENT_NEEDED));
1209 fprintf_unfiltered (file,
1210 "gdbarch_dump: EXTRA_STACK_ALIGNMENT_NEEDED = %d\n",
1211 EXTRA_STACK_ALIGNMENT_NEEDED);
1212 #endif
1213 #ifdef FIX_CALL_DUMMY
1214 #if GDB_MULTI_ARCH
1215 /* Macro might contain `[{}]' when not multi-arch */
1216 fprintf_unfiltered (file,
1217 "gdbarch_dump: %s # %s\n",
1218 "FIX_CALL_DUMMY(dummy, pc, fun, nargs, args, type, gcc_p)",
1219 XSTRING (FIX_CALL_DUMMY (dummy, pc, fun, nargs, args, type, gcc_p)));
1220 #endif
1221 if (GDB_MULTI_ARCH)
1222 fprintf_unfiltered (file,
1223 "gdbarch_dump: FIX_CALL_DUMMY = 0x%08lx\n",
1224 (long) current_gdbarch->fix_call_dummy
1225 /*FIX_CALL_DUMMY ()*/);
1226 #endif
1227 #ifdef FP0_REGNUM
1228 fprintf_unfiltered (file,
1229 "gdbarch_dump: FP0_REGNUM # %s\n",
1230 XSTRING (FP0_REGNUM));
1231 fprintf_unfiltered (file,
1232 "gdbarch_dump: FP0_REGNUM = %d\n",
1233 FP0_REGNUM);
1234 #endif
1235 #ifdef FP_REGNUM
1236 fprintf_unfiltered (file,
1237 "gdbarch_dump: FP_REGNUM # %s\n",
1238 XSTRING (FP_REGNUM));
1239 fprintf_unfiltered (file,
1240 "gdbarch_dump: FP_REGNUM = %d\n",
1241 FP_REGNUM);
1242 #endif
1243 #ifdef FRAMELESS_FUNCTION_INVOCATION
1244 fprintf_unfiltered (file,
1245 "gdbarch_dump: %s # %s\n",
1246 "FRAMELESS_FUNCTION_INVOCATION(fi)",
1247 XSTRING (FRAMELESS_FUNCTION_INVOCATION (fi)));
1248 if (GDB_MULTI_ARCH)
1249 fprintf_unfiltered (file,
1250 "gdbarch_dump: FRAMELESS_FUNCTION_INVOCATION = 0x%08lx\n",
1251 (long) current_gdbarch->frameless_function_invocation
1252 /*FRAMELESS_FUNCTION_INVOCATION ()*/);
1253 #endif
1254 #ifdef FRAME_ARGS_ADDRESS
1255 fprintf_unfiltered (file,
1256 "gdbarch_dump: %s # %s\n",
1257 "FRAME_ARGS_ADDRESS(fi)",
1258 XSTRING (FRAME_ARGS_ADDRESS (fi)));
1259 if (GDB_MULTI_ARCH)
1260 fprintf_unfiltered (file,
1261 "gdbarch_dump: FRAME_ARGS_ADDRESS = 0x%08lx\n",
1262 (long) current_gdbarch->frame_args_address
1263 /*FRAME_ARGS_ADDRESS ()*/);
1264 #endif
1265 #ifdef FRAME_ARGS_SKIP
1266 fprintf_unfiltered (file,
1267 "gdbarch_dump: FRAME_ARGS_SKIP # %s\n",
1268 XSTRING (FRAME_ARGS_SKIP));
1269 fprintf_unfiltered (file,
1270 "gdbarch_dump: FRAME_ARGS_SKIP = %ld\n",
1271 (long) FRAME_ARGS_SKIP);
1272 #endif
1273 #ifdef FRAME_CHAIN
1274 fprintf_unfiltered (file,
1275 "gdbarch_dump: %s # %s\n",
1276 "FRAME_CHAIN(frame)",
1277 XSTRING (FRAME_CHAIN (frame)));
1278 if (GDB_MULTI_ARCH)
1279 fprintf_unfiltered (file,
1280 "gdbarch_dump: FRAME_CHAIN = 0x%08lx\n",
1281 (long) current_gdbarch->frame_chain
1282 /*FRAME_CHAIN ()*/);
1283 #endif
1284 #ifdef FRAME_CHAIN_VALID
1285 fprintf_unfiltered (file,
1286 "gdbarch_dump: %s # %s\n",
1287 "FRAME_CHAIN_VALID(chain, thisframe)",
1288 XSTRING (FRAME_CHAIN_VALID (chain, thisframe)));
1289 if (GDB_MULTI_ARCH)
1290 fprintf_unfiltered (file,
1291 "gdbarch_dump: FRAME_CHAIN_VALID = 0x%08lx\n",
1292 (long) current_gdbarch->frame_chain_valid
1293 /*FRAME_CHAIN_VALID ()*/);
1294 #endif
1295 #ifdef FRAME_INIT_SAVED_REGS
1296 #if GDB_MULTI_ARCH
1297 /* Macro might contain `[{}]' when not multi-arch */
1298 fprintf_unfiltered (file,
1299 "gdbarch_dump: %s # %s\n",
1300 "FRAME_INIT_SAVED_REGS(frame)",
1301 XSTRING (FRAME_INIT_SAVED_REGS (frame)));
1302 #endif
1303 if (GDB_MULTI_ARCH)
1304 fprintf_unfiltered (file,
1305 "gdbarch_dump: FRAME_INIT_SAVED_REGS = 0x%08lx\n",
1306 (long) current_gdbarch->frame_init_saved_regs
1307 /*FRAME_INIT_SAVED_REGS ()*/);
1308 #endif
1309 #ifdef FRAME_LOCALS_ADDRESS
1310 fprintf_unfiltered (file,
1311 "gdbarch_dump: %s # %s\n",
1312 "FRAME_LOCALS_ADDRESS(fi)",
1313 XSTRING (FRAME_LOCALS_ADDRESS (fi)));
1314 if (GDB_MULTI_ARCH)
1315 fprintf_unfiltered (file,
1316 "gdbarch_dump: FRAME_LOCALS_ADDRESS = 0x%08lx\n",
1317 (long) current_gdbarch->frame_locals_address
1318 /*FRAME_LOCALS_ADDRESS ()*/);
1319 #endif
1320 #ifdef FRAME_NUM_ARGS
1321 fprintf_unfiltered (file,
1322 "gdbarch_dump: %s # %s\n",
1323 "FRAME_NUM_ARGS(frame)",
1324 XSTRING (FRAME_NUM_ARGS (frame)));
1325 if (GDB_MULTI_ARCH)
1326 fprintf_unfiltered (file,
1327 "gdbarch_dump: FRAME_NUM_ARGS = 0x%08lx\n",
1328 (long) current_gdbarch->frame_num_args
1329 /*FRAME_NUM_ARGS ()*/);
1330 #endif
1331 #ifdef FRAME_SAVED_PC
1332 fprintf_unfiltered (file,
1333 "gdbarch_dump: %s # %s\n",
1334 "FRAME_SAVED_PC(fi)",
1335 XSTRING (FRAME_SAVED_PC (fi)));
1336 if (GDB_MULTI_ARCH)
1337 fprintf_unfiltered (file,
1338 "gdbarch_dump: FRAME_SAVED_PC = 0x%08lx\n",
1339 (long) current_gdbarch->frame_saved_pc
1340 /*FRAME_SAVED_PC ()*/);
1341 #endif
1342 #ifdef FUNCTION_START_OFFSET
1343 fprintf_unfiltered (file,
1344 "gdbarch_dump: FUNCTION_START_OFFSET # %s\n",
1345 XSTRING (FUNCTION_START_OFFSET));
1346 fprintf_unfiltered (file,
1347 "gdbarch_dump: FUNCTION_START_OFFSET = %ld\n",
1348 (long) FUNCTION_START_OFFSET);
1349 #endif
1350 #ifdef GET_LONGJMP_TARGET
1351 fprintf_unfiltered (file,
1352 "gdbarch_dump: %s # %s\n",
1353 "GET_LONGJMP_TARGET(pc)",
1354 XSTRING (GET_LONGJMP_TARGET (pc)));
1355 if (GDB_MULTI_ARCH)
1356 fprintf_unfiltered (file,
1357 "gdbarch_dump: GET_LONGJMP_TARGET = 0x%08lx\n",
1358 (long) current_gdbarch->get_longjmp_target
1359 /*GET_LONGJMP_TARGET ()*/);
1360 #endif
1361 #ifdef GET_SAVED_REGISTER
1362 #if GDB_MULTI_ARCH
1363 /* Macro might contain `[{}]' when not multi-arch */
1364 fprintf_unfiltered (file,
1365 "gdbarch_dump: %s # %s\n",
1366 "GET_SAVED_REGISTER(raw_buffer, optimized, addrp, frame, regnum, lval)",
1367 XSTRING (GET_SAVED_REGISTER (raw_buffer, optimized, addrp, frame, regnum, lval)));
1368 #endif
1369 if (GDB_MULTI_ARCH)
1370 fprintf_unfiltered (file,
1371 "gdbarch_dump: GET_SAVED_REGISTER = 0x%08lx\n",
1372 (long) current_gdbarch->get_saved_register
1373 /*GET_SAVED_REGISTER ()*/);
1374 #endif
1375 #ifdef INIT_EXTRA_FRAME_INFO
1376 #if GDB_MULTI_ARCH
1377 /* Macro might contain `[{}]' when not multi-arch */
1378 fprintf_unfiltered (file,
1379 "gdbarch_dump: %s # %s\n",
1380 "INIT_EXTRA_FRAME_INFO(fromleaf, frame)",
1381 XSTRING (INIT_EXTRA_FRAME_INFO (fromleaf, frame)));
1382 #endif
1383 if (GDB_MULTI_ARCH)
1384 fprintf_unfiltered (file,
1385 "gdbarch_dump: INIT_EXTRA_FRAME_INFO = 0x%08lx\n",
1386 (long) current_gdbarch->init_extra_frame_info
1387 /*INIT_EXTRA_FRAME_INFO ()*/);
1388 #endif
1389 #ifdef INIT_FRAME_PC
1390 #if GDB_MULTI_ARCH
1391 /* Macro might contain `[{}]' when not multi-arch */
1392 fprintf_unfiltered (file,
1393 "gdbarch_dump: %s # %s\n",
1394 "INIT_FRAME_PC(fromleaf, prev)",
1395 XSTRING (INIT_FRAME_PC (fromleaf, prev)));
1396 #endif
1397 if (GDB_MULTI_ARCH)
1398 fprintf_unfiltered (file,
1399 "gdbarch_dump: INIT_FRAME_PC = 0x%08lx\n",
1400 (long) current_gdbarch->init_frame_pc
1401 /*INIT_FRAME_PC ()*/);
1402 #endif
1403 #ifdef INIT_FRAME_PC_FIRST
1404 #if GDB_MULTI_ARCH
1405 /* Macro might contain `[{}]' when not multi-arch */
1406 fprintf_unfiltered (file,
1407 "gdbarch_dump: %s # %s\n",
1408 "INIT_FRAME_PC_FIRST(fromleaf, prev)",
1409 XSTRING (INIT_FRAME_PC_FIRST (fromleaf, prev)));
1410 #endif
1411 if (GDB_MULTI_ARCH)
1412 fprintf_unfiltered (file,
1413 "gdbarch_dump: INIT_FRAME_PC_FIRST = 0x%08lx\n",
1414 (long) current_gdbarch->init_frame_pc_first
1415 /*INIT_FRAME_PC_FIRST ()*/);
1416 #endif
1417 #ifdef INNER_THAN
1418 fprintf_unfiltered (file,
1419 "gdbarch_dump: %s # %s\n",
1420 "INNER_THAN(lhs, rhs)",
1421 XSTRING (INNER_THAN (lhs, rhs)));
1422 if (GDB_MULTI_ARCH)
1423 fprintf_unfiltered (file,
1424 "gdbarch_dump: INNER_THAN = 0x%08lx\n",
1425 (long) current_gdbarch->inner_than
1426 /*INNER_THAN ()*/);
1427 #endif
1428 #ifdef INTEGER_TO_ADDRESS
1429 fprintf_unfiltered (file,
1430 "gdbarch_dump: %s # %s\n",
1431 "INTEGER_TO_ADDRESS(type, buf)",
1432 XSTRING (INTEGER_TO_ADDRESS (type, buf)));
1433 if (GDB_MULTI_ARCH)
1434 fprintf_unfiltered (file,
1435 "gdbarch_dump: INTEGER_TO_ADDRESS = 0x%08lx\n",
1436 (long) current_gdbarch->integer_to_address
1437 /*INTEGER_TO_ADDRESS ()*/);
1438 #endif
1439 #ifdef IN_SOLIB_CALL_TRAMPOLINE
1440 fprintf_unfiltered (file,
1441 "gdbarch_dump: %s # %s\n",
1442 "IN_SOLIB_CALL_TRAMPOLINE(pc, name)",
1443 XSTRING (IN_SOLIB_CALL_TRAMPOLINE (pc, name)));
1444 if (GDB_MULTI_ARCH)
1445 fprintf_unfiltered (file,
1446 "gdbarch_dump: IN_SOLIB_CALL_TRAMPOLINE = 0x%08lx\n",
1447 (long) current_gdbarch->in_solib_call_trampoline
1448 /*IN_SOLIB_CALL_TRAMPOLINE ()*/);
1449 #endif
1450 #ifdef IN_SOLIB_RETURN_TRAMPOLINE
1451 fprintf_unfiltered (file,
1452 "gdbarch_dump: %s # %s\n",
1453 "IN_SOLIB_RETURN_TRAMPOLINE(pc, name)",
1454 XSTRING (IN_SOLIB_RETURN_TRAMPOLINE (pc, name)));
1455 if (GDB_MULTI_ARCH)
1456 fprintf_unfiltered (file,
1457 "gdbarch_dump: IN_SOLIB_RETURN_TRAMPOLINE = 0x%08lx\n",
1458 (long) current_gdbarch->in_solib_return_trampoline
1459 /*IN_SOLIB_RETURN_TRAMPOLINE ()*/);
1460 #endif
1461 #ifdef MAX_REGISTER_RAW_SIZE
1462 fprintf_unfiltered (file,
1463 "gdbarch_dump: MAX_REGISTER_RAW_SIZE # %s\n",
1464 XSTRING (MAX_REGISTER_RAW_SIZE));
1465 fprintf_unfiltered (file,
1466 "gdbarch_dump: MAX_REGISTER_RAW_SIZE = %d\n",
1467 MAX_REGISTER_RAW_SIZE);
1468 #endif
1469 #ifdef MAX_REGISTER_VIRTUAL_SIZE
1470 fprintf_unfiltered (file,
1471 "gdbarch_dump: MAX_REGISTER_VIRTUAL_SIZE # %s\n",
1472 XSTRING (MAX_REGISTER_VIRTUAL_SIZE));
1473 fprintf_unfiltered (file,
1474 "gdbarch_dump: MAX_REGISTER_VIRTUAL_SIZE = %d\n",
1475 MAX_REGISTER_VIRTUAL_SIZE);
1476 #endif
1477 #ifdef MEMORY_INSERT_BREAKPOINT
1478 fprintf_unfiltered (file,
1479 "gdbarch_dump: %s # %s\n",
1480 "MEMORY_INSERT_BREAKPOINT(addr, contents_cache)",
1481 XSTRING (MEMORY_INSERT_BREAKPOINT (addr, contents_cache)));
1482 if (GDB_MULTI_ARCH)
1483 fprintf_unfiltered (file,
1484 "gdbarch_dump: MEMORY_INSERT_BREAKPOINT = 0x%08lx\n",
1485 (long) current_gdbarch->memory_insert_breakpoint
1486 /*MEMORY_INSERT_BREAKPOINT ()*/);
1487 #endif
1488 #ifdef MEMORY_REMOVE_BREAKPOINT
1489 fprintf_unfiltered (file,
1490 "gdbarch_dump: %s # %s\n",
1491 "MEMORY_REMOVE_BREAKPOINT(addr, contents_cache)",
1492 XSTRING (MEMORY_REMOVE_BREAKPOINT (addr, contents_cache)));
1493 if (GDB_MULTI_ARCH)
1494 fprintf_unfiltered (file,
1495 "gdbarch_dump: MEMORY_REMOVE_BREAKPOINT = 0x%08lx\n",
1496 (long) current_gdbarch->memory_remove_breakpoint
1497 /*MEMORY_REMOVE_BREAKPOINT ()*/);
1498 #endif
1499 #ifdef NAME_OF_MALLOC
1500 fprintf_unfiltered (file,
1501 "gdbarch_dump: NAME_OF_MALLOC # %s\n",
1502 XSTRING (NAME_OF_MALLOC));
1503 fprintf_unfiltered (file,
1504 "gdbarch_dump: NAME_OF_MALLOC = %ld\n",
1505 (long) NAME_OF_MALLOC);
1506 #endif
1507 #ifdef NPC_REGNUM
1508 fprintf_unfiltered (file,
1509 "gdbarch_dump: NPC_REGNUM # %s\n",
1510 XSTRING (NPC_REGNUM));
1511 fprintf_unfiltered (file,
1512 "gdbarch_dump: NPC_REGNUM = %d\n",
1513 NPC_REGNUM);
1514 #endif
1515 #ifdef NUM_PSEUDO_REGS
1516 fprintf_unfiltered (file,
1517 "gdbarch_dump: NUM_PSEUDO_REGS # %s\n",
1518 XSTRING (NUM_PSEUDO_REGS));
1519 fprintf_unfiltered (file,
1520 "gdbarch_dump: NUM_PSEUDO_REGS = %d\n",
1521 NUM_PSEUDO_REGS);
1522 #endif
1523 #ifdef NUM_REGS
1524 fprintf_unfiltered (file,
1525 "gdbarch_dump: NUM_REGS # %s\n",
1526 XSTRING (NUM_REGS));
1527 fprintf_unfiltered (file,
1528 "gdbarch_dump: NUM_REGS = %d\n",
1529 NUM_REGS);
1530 #endif
1531 #ifdef PARM_BOUNDARY
1532 fprintf_unfiltered (file,
1533 "gdbarch_dump: PARM_BOUNDARY # %s\n",
1534 XSTRING (PARM_BOUNDARY));
1535 fprintf_unfiltered (file,
1536 "gdbarch_dump: PARM_BOUNDARY = %d\n",
1537 PARM_BOUNDARY);
1538 #endif
1539 #ifdef PC_IN_CALL_DUMMY
1540 fprintf_unfiltered (file,
1541 "gdbarch_dump: %s # %s\n",
1542 "PC_IN_CALL_DUMMY(pc, sp, frame_address)",
1543 XSTRING (PC_IN_CALL_DUMMY (pc, sp, frame_address)));
1544 if (GDB_MULTI_ARCH)
1545 fprintf_unfiltered (file,
1546 "gdbarch_dump: PC_IN_CALL_DUMMY = 0x%08lx\n",
1547 (long) current_gdbarch->pc_in_call_dummy
1548 /*PC_IN_CALL_DUMMY ()*/);
1549 #endif
1550 #ifdef PC_IN_SIGTRAMP
1551 fprintf_unfiltered (file,
1552 "gdbarch_dump: %s # %s\n",
1553 "PC_IN_SIGTRAMP(pc, name)",
1554 XSTRING (PC_IN_SIGTRAMP (pc, name)));
1555 if (GDB_MULTI_ARCH)
1556 fprintf_unfiltered (file,
1557 "gdbarch_dump: PC_IN_SIGTRAMP = 0x%08lx\n",
1558 (long) current_gdbarch->pc_in_sigtramp
1559 /*PC_IN_SIGTRAMP ()*/);
1560 #endif
1561 #ifdef PC_REGNUM
1562 fprintf_unfiltered (file,
1563 "gdbarch_dump: PC_REGNUM # %s\n",
1564 XSTRING (PC_REGNUM));
1565 fprintf_unfiltered (file,
1566 "gdbarch_dump: PC_REGNUM = %d\n",
1567 PC_REGNUM);
1568 #endif
1569 #ifdef POINTER_TO_ADDRESS
1570 fprintf_unfiltered (file,
1571 "gdbarch_dump: %s # %s\n",
1572 "POINTER_TO_ADDRESS(type, buf)",
1573 XSTRING (POINTER_TO_ADDRESS (type, buf)));
1574 if (GDB_MULTI_ARCH)
1575 fprintf_unfiltered (file,
1576 "gdbarch_dump: POINTER_TO_ADDRESS = 0x%08lx\n",
1577 (long) current_gdbarch->pointer_to_address
1578 /*POINTER_TO_ADDRESS ()*/);
1579 #endif
1580 #ifdef POP_FRAME
1581 #if GDB_MULTI_ARCH
1582 /* Macro might contain `[{}]' when not multi-arch */
1583 fprintf_unfiltered (file,
1584 "gdbarch_dump: %s # %s\n",
1585 "POP_FRAME(-)",
1586 XSTRING (POP_FRAME (-)));
1587 #endif
1588 if (GDB_MULTI_ARCH)
1589 fprintf_unfiltered (file,
1590 "gdbarch_dump: POP_FRAME = 0x%08lx\n",
1591 (long) current_gdbarch->pop_frame
1592 /*POP_FRAME ()*/);
1593 #endif
1594 #ifdef PREPARE_TO_PROCEED
1595 fprintf_unfiltered (file,
1596 "gdbarch_dump: %s # %s\n",
1597 "PREPARE_TO_PROCEED(select_it)",
1598 XSTRING (PREPARE_TO_PROCEED (select_it)));
1599 if (GDB_MULTI_ARCH)
1600 fprintf_unfiltered (file,
1601 "gdbarch_dump: PREPARE_TO_PROCEED = 0x%08lx\n",
1602 (long) current_gdbarch->prepare_to_proceed
1603 /*PREPARE_TO_PROCEED ()*/);
1604 #endif
1605 if (GDB_MULTI_ARCH)
1606 fprintf_unfiltered (file,
1607 "gdbarch_dump: print_float_info = 0x%08lx\n",
1608 (long) current_gdbarch->print_float_info);
1609 if (GDB_MULTI_ARCH)
1610 fprintf_unfiltered (file,
1611 "gdbarch_dump: print_registers_info = 0x%08lx\n",
1612 (long) current_gdbarch->print_registers_info);
1613 if (GDB_MULTI_ARCH)
1614 fprintf_unfiltered (file,
1615 "gdbarch_dump: print_vector_info = 0x%08lx\n",
1616 (long) current_gdbarch->print_vector_info);
1617 #ifdef PROLOGUE_FRAMELESS_P
1618 fprintf_unfiltered (file,
1619 "gdbarch_dump: %s # %s\n",
1620 "PROLOGUE_FRAMELESS_P(ip)",
1621 XSTRING (PROLOGUE_FRAMELESS_P (ip)));
1622 if (GDB_MULTI_ARCH)
1623 fprintf_unfiltered (file,
1624 "gdbarch_dump: PROLOGUE_FRAMELESS_P = 0x%08lx\n",
1625 (long) current_gdbarch->prologue_frameless_p
1626 /*PROLOGUE_FRAMELESS_P ()*/);
1627 #endif
1628 #ifdef PS_REGNUM
1629 fprintf_unfiltered (file,
1630 "gdbarch_dump: PS_REGNUM # %s\n",
1631 XSTRING (PS_REGNUM));
1632 fprintf_unfiltered (file,
1633 "gdbarch_dump: PS_REGNUM = %d\n",
1634 PS_REGNUM);
1635 #endif
1636 #ifdef PUSH_ARGUMENTS
1637 fprintf_unfiltered (file,
1638 "gdbarch_dump: %s # %s\n",
1639 "PUSH_ARGUMENTS(nargs, args, sp, struct_return, struct_addr)",
1640 XSTRING (PUSH_ARGUMENTS (nargs, args, sp, struct_return, struct_addr)));
1641 if (GDB_MULTI_ARCH)
1642 fprintf_unfiltered (file,
1643 "gdbarch_dump: PUSH_ARGUMENTS = 0x%08lx\n",
1644 (long) current_gdbarch->push_arguments
1645 /*PUSH_ARGUMENTS ()*/);
1646 #endif
1647 #ifdef PUSH_DUMMY_FRAME
1648 #if GDB_MULTI_ARCH
1649 /* Macro might contain `[{}]' when not multi-arch */
1650 fprintf_unfiltered (file,
1651 "gdbarch_dump: %s # %s\n",
1652 "PUSH_DUMMY_FRAME(-)",
1653 XSTRING (PUSH_DUMMY_FRAME (-)));
1654 #endif
1655 if (GDB_MULTI_ARCH)
1656 fprintf_unfiltered (file,
1657 "gdbarch_dump: PUSH_DUMMY_FRAME = 0x%08lx\n",
1658 (long) current_gdbarch->push_dummy_frame
1659 /*PUSH_DUMMY_FRAME ()*/);
1660 #endif
1661 #ifdef PUSH_RETURN_ADDRESS
1662 fprintf_unfiltered (file,
1663 "gdbarch_dump: %s # %s\n",
1664 "PUSH_RETURN_ADDRESS(pc, sp)",
1665 XSTRING (PUSH_RETURN_ADDRESS (pc, sp)));
1666 if (GDB_MULTI_ARCH)
1667 fprintf_unfiltered (file,
1668 "gdbarch_dump: PUSH_RETURN_ADDRESS = 0x%08lx\n",
1669 (long) current_gdbarch->push_return_address
1670 /*PUSH_RETURN_ADDRESS ()*/);
1671 #endif
1672 #ifdef REGISTER_BYTE
1673 fprintf_unfiltered (file,
1674 "gdbarch_dump: %s # %s\n",
1675 "REGISTER_BYTE(reg_nr)",
1676 XSTRING (REGISTER_BYTE (reg_nr)));
1677 if (GDB_MULTI_ARCH)
1678 fprintf_unfiltered (file,
1679 "gdbarch_dump: REGISTER_BYTE = 0x%08lx\n",
1680 (long) current_gdbarch->register_byte
1681 /*REGISTER_BYTE ()*/);
1682 #endif
1683 #ifdef REGISTER_BYTES
1684 fprintf_unfiltered (file,
1685 "gdbarch_dump: REGISTER_BYTES # %s\n",
1686 XSTRING (REGISTER_BYTES));
1687 fprintf_unfiltered (file,
1688 "gdbarch_dump: REGISTER_BYTES = %d\n",
1689 REGISTER_BYTES);
1690 #endif
1691 #ifdef REGISTER_BYTES_OK
1692 fprintf_unfiltered (file,
1693 "gdbarch_dump: %s # %s\n",
1694 "REGISTER_BYTES_OK(nr_bytes)",
1695 XSTRING (REGISTER_BYTES_OK (nr_bytes)));
1696 if (GDB_MULTI_ARCH)
1697 fprintf_unfiltered (file,
1698 "gdbarch_dump: REGISTER_BYTES_OK = 0x%08lx\n",
1699 (long) current_gdbarch->register_bytes_ok
1700 /*REGISTER_BYTES_OK ()*/);
1701 #endif
1702 #ifdef REGISTER_CONVERTIBLE
1703 fprintf_unfiltered (file,
1704 "gdbarch_dump: %s # %s\n",
1705 "REGISTER_CONVERTIBLE(nr)",
1706 XSTRING (REGISTER_CONVERTIBLE (nr)));
1707 if (GDB_MULTI_ARCH)
1708 fprintf_unfiltered (file,
1709 "gdbarch_dump: REGISTER_CONVERTIBLE = 0x%08lx\n",
1710 (long) current_gdbarch->register_convertible
1711 /*REGISTER_CONVERTIBLE ()*/);
1712 #endif
1713 #ifdef REGISTER_CONVERT_TO_RAW
1714 #if GDB_MULTI_ARCH
1715 /* Macro might contain `[{}]' when not multi-arch */
1716 fprintf_unfiltered (file,
1717 "gdbarch_dump: %s # %s\n",
1718 "REGISTER_CONVERT_TO_RAW(type, regnum, from, to)",
1719 XSTRING (REGISTER_CONVERT_TO_RAW (type, regnum, from, to)));
1720 #endif
1721 if (GDB_MULTI_ARCH)
1722 fprintf_unfiltered (file,
1723 "gdbarch_dump: REGISTER_CONVERT_TO_RAW = 0x%08lx\n",
1724 (long) current_gdbarch->register_convert_to_raw
1725 /*REGISTER_CONVERT_TO_RAW ()*/);
1726 #endif
1727 #ifdef REGISTER_CONVERT_TO_VIRTUAL
1728 #if GDB_MULTI_ARCH
1729 /* Macro might contain `[{}]' when not multi-arch */
1730 fprintf_unfiltered (file,
1731 "gdbarch_dump: %s # %s\n",
1732 "REGISTER_CONVERT_TO_VIRTUAL(regnum, type, from, to)",
1733 XSTRING (REGISTER_CONVERT_TO_VIRTUAL (regnum, type, from, to)));
1734 #endif
1735 if (GDB_MULTI_ARCH)
1736 fprintf_unfiltered (file,
1737 "gdbarch_dump: REGISTER_CONVERT_TO_VIRTUAL = 0x%08lx\n",
1738 (long) current_gdbarch->register_convert_to_virtual
1739 /*REGISTER_CONVERT_TO_VIRTUAL ()*/);
1740 #endif
1741 #ifdef REGISTER_NAME
1742 fprintf_unfiltered (file,
1743 "gdbarch_dump: %s # %s\n",
1744 "REGISTER_NAME(regnr)",
1745 XSTRING (REGISTER_NAME (regnr)));
1746 if (GDB_MULTI_ARCH)
1747 fprintf_unfiltered (file,
1748 "gdbarch_dump: REGISTER_NAME = 0x%08lx\n",
1749 (long) current_gdbarch->register_name
1750 /*REGISTER_NAME ()*/);
1751 #endif
1752 #ifdef REGISTER_RAW_SIZE
1753 fprintf_unfiltered (file,
1754 "gdbarch_dump: %s # %s\n",
1755 "REGISTER_RAW_SIZE(reg_nr)",
1756 XSTRING (REGISTER_RAW_SIZE (reg_nr)));
1757 if (GDB_MULTI_ARCH)
1758 fprintf_unfiltered (file,
1759 "gdbarch_dump: REGISTER_RAW_SIZE = 0x%08lx\n",
1760 (long) current_gdbarch->register_raw_size
1761 /*REGISTER_RAW_SIZE ()*/);
1762 #endif
1763 #ifdef REGISTER_SIM_REGNO
1764 fprintf_unfiltered (file,
1765 "gdbarch_dump: %s # %s\n",
1766 "REGISTER_SIM_REGNO(reg_nr)",
1767 XSTRING (REGISTER_SIM_REGNO (reg_nr)));
1768 if (GDB_MULTI_ARCH)
1769 fprintf_unfiltered (file,
1770 "gdbarch_dump: REGISTER_SIM_REGNO = 0x%08lx\n",
1771 (long) current_gdbarch->register_sim_regno
1772 /*REGISTER_SIM_REGNO ()*/);
1773 #endif
1774 #ifdef REGISTER_SIZE
1775 fprintf_unfiltered (file,
1776 "gdbarch_dump: REGISTER_SIZE # %s\n",
1777 XSTRING (REGISTER_SIZE));
1778 fprintf_unfiltered (file,
1779 "gdbarch_dump: REGISTER_SIZE = %d\n",
1780 REGISTER_SIZE);
1781 #endif
1782 #ifdef REGISTER_TO_VALUE
1783 #if GDB_MULTI_ARCH
1784 /* Macro might contain `[{}]' when not multi-arch */
1785 fprintf_unfiltered (file,
1786 "gdbarch_dump: %s # %s\n",
1787 "REGISTER_TO_VALUE(regnum, type, from, to)",
1788 XSTRING (REGISTER_TO_VALUE (regnum, type, from, to)));
1789 #endif
1790 if (GDB_MULTI_ARCH)
1791 fprintf_unfiltered (file,
1792 "gdbarch_dump: REGISTER_TO_VALUE = 0x%08lx\n",
1793 (long) current_gdbarch->register_to_value
1794 /*REGISTER_TO_VALUE ()*/);
1795 #endif
1796 #ifdef REGISTER_VIRTUAL_SIZE
1797 fprintf_unfiltered (file,
1798 "gdbarch_dump: %s # %s\n",
1799 "REGISTER_VIRTUAL_SIZE(reg_nr)",
1800 XSTRING (REGISTER_VIRTUAL_SIZE (reg_nr)));
1801 if (GDB_MULTI_ARCH)
1802 fprintf_unfiltered (file,
1803 "gdbarch_dump: REGISTER_VIRTUAL_SIZE = 0x%08lx\n",
1804 (long) current_gdbarch->register_virtual_size
1805 /*REGISTER_VIRTUAL_SIZE ()*/);
1806 #endif
1807 #ifdef REGISTER_VIRTUAL_TYPE
1808 fprintf_unfiltered (file,
1809 "gdbarch_dump: %s # %s\n",
1810 "REGISTER_VIRTUAL_TYPE(reg_nr)",
1811 XSTRING (REGISTER_VIRTUAL_TYPE (reg_nr)));
1812 if (GDB_MULTI_ARCH)
1813 fprintf_unfiltered (file,
1814 "gdbarch_dump: REGISTER_VIRTUAL_TYPE = 0x%08lx\n",
1815 (long) current_gdbarch->register_virtual_type
1816 /*REGISTER_VIRTUAL_TYPE ()*/);
1817 #endif
1818 #ifdef REG_STRUCT_HAS_ADDR
1819 fprintf_unfiltered (file,
1820 "gdbarch_dump: %s # %s\n",
1821 "REG_STRUCT_HAS_ADDR(gcc_p, type)",
1822 XSTRING (REG_STRUCT_HAS_ADDR (gcc_p, type)));
1823 if (GDB_MULTI_ARCH)
1824 fprintf_unfiltered (file,
1825 "gdbarch_dump: REG_STRUCT_HAS_ADDR = 0x%08lx\n",
1826 (long) current_gdbarch->reg_struct_has_addr
1827 /*REG_STRUCT_HAS_ADDR ()*/);
1828 #endif
1829 #ifdef REMOTE_TRANSLATE_XFER_ADDRESS
1830 #if GDB_MULTI_ARCH
1831 /* Macro might contain `[{}]' when not multi-arch */
1832 fprintf_unfiltered (file,
1833 "gdbarch_dump: %s # %s\n",
1834 "REMOTE_TRANSLATE_XFER_ADDRESS(gdb_addr, gdb_len, rem_addr, rem_len)",
1835 XSTRING (REMOTE_TRANSLATE_XFER_ADDRESS (gdb_addr, gdb_len, rem_addr, rem_len)));
1836 #endif
1837 if (GDB_MULTI_ARCH)
1838 fprintf_unfiltered (file,
1839 "gdbarch_dump: REMOTE_TRANSLATE_XFER_ADDRESS = 0x%08lx\n",
1840 (long) current_gdbarch->remote_translate_xfer_address
1841 /*REMOTE_TRANSLATE_XFER_ADDRESS ()*/);
1842 #endif
1843 #ifdef RETURN_VALUE_ON_STACK
1844 fprintf_unfiltered (file,
1845 "gdbarch_dump: %s # %s\n",
1846 "RETURN_VALUE_ON_STACK(type)",
1847 XSTRING (RETURN_VALUE_ON_STACK (type)));
1848 if (GDB_MULTI_ARCH)
1849 fprintf_unfiltered (file,
1850 "gdbarch_dump: RETURN_VALUE_ON_STACK = 0x%08lx\n",
1851 (long) current_gdbarch->return_value_on_stack
1852 /*RETURN_VALUE_ON_STACK ()*/);
1853 #endif
1854 #ifdef SAVED_PC_AFTER_CALL
1855 fprintf_unfiltered (file,
1856 "gdbarch_dump: %s # %s\n",
1857 "SAVED_PC_AFTER_CALL(frame)",
1858 XSTRING (SAVED_PC_AFTER_CALL (frame)));
1859 if (GDB_MULTI_ARCH)
1860 fprintf_unfiltered (file,
1861 "gdbarch_dump: SAVED_PC_AFTER_CALL = 0x%08lx\n",
1862 (long) current_gdbarch->saved_pc_after_call
1863 /*SAVED_PC_AFTER_CALL ()*/);
1864 #endif
1865 #ifdef SAVE_DUMMY_FRAME_TOS
1866 #if GDB_MULTI_ARCH
1867 /* Macro might contain `[{}]' when not multi-arch */
1868 fprintf_unfiltered (file,
1869 "gdbarch_dump: %s # %s\n",
1870 "SAVE_DUMMY_FRAME_TOS(sp)",
1871 XSTRING (SAVE_DUMMY_FRAME_TOS (sp)));
1872 #endif
1873 if (GDB_MULTI_ARCH)
1874 fprintf_unfiltered (file,
1875 "gdbarch_dump: SAVE_DUMMY_FRAME_TOS = 0x%08lx\n",
1876 (long) current_gdbarch->save_dummy_frame_tos
1877 /*SAVE_DUMMY_FRAME_TOS ()*/);
1878 #endif
1879 #ifdef SDB_REG_TO_REGNUM
1880 fprintf_unfiltered (file,
1881 "gdbarch_dump: %s # %s\n",
1882 "SDB_REG_TO_REGNUM(sdb_regnr)",
1883 XSTRING (SDB_REG_TO_REGNUM (sdb_regnr)));
1884 if (GDB_MULTI_ARCH)
1885 fprintf_unfiltered (file,
1886 "gdbarch_dump: SDB_REG_TO_REGNUM = 0x%08lx\n",
1887 (long) current_gdbarch->sdb_reg_to_regnum
1888 /*SDB_REG_TO_REGNUM ()*/);
1889 #endif
1890 #ifdef SIGTRAMP_END
1891 fprintf_unfiltered (file,
1892 "gdbarch_dump: %s # %s\n",
1893 "SIGTRAMP_END(pc)",
1894 XSTRING (SIGTRAMP_END (pc)));
1895 if (GDB_MULTI_ARCH)
1896 fprintf_unfiltered (file,
1897 "gdbarch_dump: SIGTRAMP_END = 0x%08lx\n",
1898 (long) current_gdbarch->sigtramp_end
1899 /*SIGTRAMP_END ()*/);
1900 #endif
1901 #ifdef SIGTRAMP_START
1902 fprintf_unfiltered (file,
1903 "gdbarch_dump: %s # %s\n",
1904 "SIGTRAMP_START(pc)",
1905 XSTRING (SIGTRAMP_START (pc)));
1906 if (GDB_MULTI_ARCH)
1907 fprintf_unfiltered (file,
1908 "gdbarch_dump: SIGTRAMP_START = 0x%08lx\n",
1909 (long) current_gdbarch->sigtramp_start
1910 /*SIGTRAMP_START ()*/);
1911 #endif
1912 #ifdef SIZEOF_CALL_DUMMY_WORDS
1913 fprintf_unfiltered (file,
1914 "gdbarch_dump: SIZEOF_CALL_DUMMY_WORDS # %s\n",
1915 XSTRING (SIZEOF_CALL_DUMMY_WORDS));
1916 fprintf_unfiltered (file,
1917 "gdbarch_dump: SIZEOF_CALL_DUMMY_WORDS = 0x%08lx\n",
1918 (long) SIZEOF_CALL_DUMMY_WORDS);
1919 #endif
1920 #ifdef SKIP_PROLOGUE
1921 fprintf_unfiltered (file,
1922 "gdbarch_dump: %s # %s\n",
1923 "SKIP_PROLOGUE(ip)",
1924 XSTRING (SKIP_PROLOGUE (ip)));
1925 if (GDB_MULTI_ARCH)
1926 fprintf_unfiltered (file,
1927 "gdbarch_dump: SKIP_PROLOGUE = 0x%08lx\n",
1928 (long) current_gdbarch->skip_prologue
1929 /*SKIP_PROLOGUE ()*/);
1930 #endif
1931 #ifdef SKIP_TRAMPOLINE_CODE
1932 fprintf_unfiltered (file,
1933 "gdbarch_dump: %s # %s\n",
1934 "SKIP_TRAMPOLINE_CODE(pc)",
1935 XSTRING (SKIP_TRAMPOLINE_CODE (pc)));
1936 if (GDB_MULTI_ARCH)
1937 fprintf_unfiltered (file,
1938 "gdbarch_dump: SKIP_TRAMPOLINE_CODE = 0x%08lx\n",
1939 (long) current_gdbarch->skip_trampoline_code
1940 /*SKIP_TRAMPOLINE_CODE ()*/);
1941 #endif
1942 #ifdef SMASH_TEXT_ADDRESS
1943 fprintf_unfiltered (file,
1944 "gdbarch_dump: %s # %s\n",
1945 "SMASH_TEXT_ADDRESS(addr)",
1946 XSTRING (SMASH_TEXT_ADDRESS (addr)));
1947 if (GDB_MULTI_ARCH)
1948 fprintf_unfiltered (file,
1949 "gdbarch_dump: SMASH_TEXT_ADDRESS = 0x%08lx\n",
1950 (long) current_gdbarch->smash_text_address
1951 /*SMASH_TEXT_ADDRESS ()*/);
1952 #endif
1953 #ifdef SOFTWARE_SINGLE_STEP
1954 #if GDB_MULTI_ARCH
1955 /* Macro might contain `[{}]' when not multi-arch */
1956 fprintf_unfiltered (file,
1957 "gdbarch_dump: %s # %s\n",
1958 "SOFTWARE_SINGLE_STEP(sig, insert_breakpoints_p)",
1959 XSTRING (SOFTWARE_SINGLE_STEP (sig, insert_breakpoints_p)));
1960 #endif
1961 if (GDB_MULTI_ARCH)
1962 fprintf_unfiltered (file,
1963 "gdbarch_dump: SOFTWARE_SINGLE_STEP = 0x%08lx\n",
1964 (long) current_gdbarch->software_single_step
1965 /*SOFTWARE_SINGLE_STEP ()*/);
1966 #endif
1967 #ifdef SP_REGNUM
1968 fprintf_unfiltered (file,
1969 "gdbarch_dump: SP_REGNUM # %s\n",
1970 XSTRING (SP_REGNUM));
1971 fprintf_unfiltered (file,
1972 "gdbarch_dump: SP_REGNUM = %d\n",
1973 SP_REGNUM);
1974 #endif
1975 #ifdef STAB_REG_TO_REGNUM
1976 fprintf_unfiltered (file,
1977 "gdbarch_dump: %s # %s\n",
1978 "STAB_REG_TO_REGNUM(stab_regnr)",
1979 XSTRING (STAB_REG_TO_REGNUM (stab_regnr)));
1980 if (GDB_MULTI_ARCH)
1981 fprintf_unfiltered (file,
1982 "gdbarch_dump: STAB_REG_TO_REGNUM = 0x%08lx\n",
1983 (long) current_gdbarch->stab_reg_to_regnum
1984 /*STAB_REG_TO_REGNUM ()*/);
1985 #endif
1986 #ifdef STACK_ALIGN
1987 fprintf_unfiltered (file,
1988 "gdbarch_dump: %s # %s\n",
1989 "STACK_ALIGN(sp)",
1990 XSTRING (STACK_ALIGN (sp)));
1991 if (GDB_MULTI_ARCH)
1992 fprintf_unfiltered (file,
1993 "gdbarch_dump: STACK_ALIGN = 0x%08lx\n",
1994 (long) current_gdbarch->stack_align
1995 /*STACK_ALIGN ()*/);
1996 #endif
1997 #ifdef STORE_RETURN_VALUE
1998 #if GDB_MULTI_ARCH
1999 /* Macro might contain `[{}]' when not multi-arch */
2000 fprintf_unfiltered (file,
2001 "gdbarch_dump: %s # %s\n",
2002 "STORE_RETURN_VALUE(type, regcache, valbuf)",
2003 XSTRING (STORE_RETURN_VALUE (type, regcache, valbuf)));
2004 #endif
2005 if (GDB_MULTI_ARCH)
2006 fprintf_unfiltered (file,
2007 "gdbarch_dump: STORE_RETURN_VALUE = 0x%08lx\n",
2008 (long) current_gdbarch->store_return_value
2009 /*STORE_RETURN_VALUE ()*/);
2010 #endif
2011 #ifdef STORE_STRUCT_RETURN
2012 #if GDB_MULTI_ARCH
2013 /* Macro might contain `[{}]' when not multi-arch */
2014 fprintf_unfiltered (file,
2015 "gdbarch_dump: %s # %s\n",
2016 "STORE_STRUCT_RETURN(addr, sp)",
2017 XSTRING (STORE_STRUCT_RETURN (addr, sp)));
2018 #endif
2019 if (GDB_MULTI_ARCH)
2020 fprintf_unfiltered (file,
2021 "gdbarch_dump: STORE_STRUCT_RETURN = 0x%08lx\n",
2022 (long) current_gdbarch->store_struct_return
2023 /*STORE_STRUCT_RETURN ()*/);
2024 #endif
2025 #ifdef TARGET_ADDR_BIT
2026 fprintf_unfiltered (file,
2027 "gdbarch_dump: TARGET_ADDR_BIT # %s\n",
2028 XSTRING (TARGET_ADDR_BIT));
2029 fprintf_unfiltered (file,
2030 "gdbarch_dump: TARGET_ADDR_BIT = %d\n",
2031 TARGET_ADDR_BIT);
2032 #endif
2033 #ifdef TARGET_ARCHITECTURE
2034 fprintf_unfiltered (file,
2035 "gdbarch_dump: TARGET_ARCHITECTURE # %s\n",
2036 XSTRING (TARGET_ARCHITECTURE));
2037 if (TARGET_ARCHITECTURE != NULL)
2038 fprintf_unfiltered (file,
2039 "gdbarch_dump: TARGET_ARCHITECTURE = %s\n",
2040 TARGET_ARCHITECTURE->printable_name);
2041 #endif
2042 #ifdef TARGET_BFD_VMA_BIT
2043 fprintf_unfiltered (file,
2044 "gdbarch_dump: TARGET_BFD_VMA_BIT # %s\n",
2045 XSTRING (TARGET_BFD_VMA_BIT));
2046 fprintf_unfiltered (file,
2047 "gdbarch_dump: TARGET_BFD_VMA_BIT = %d\n",
2048 TARGET_BFD_VMA_BIT);
2049 #endif
2050 #ifdef TARGET_BYTE_ORDER
2051 fprintf_unfiltered (file,
2052 "gdbarch_dump: TARGET_BYTE_ORDER # %s\n",
2053 XSTRING (TARGET_BYTE_ORDER));
2054 fprintf_unfiltered (file,
2055 "gdbarch_dump: TARGET_BYTE_ORDER = %ld\n",
2056 (long) TARGET_BYTE_ORDER);
2057 #endif
2058 #ifdef TARGET_CHAR_SIGNED
2059 fprintf_unfiltered (file,
2060 "gdbarch_dump: TARGET_CHAR_SIGNED # %s\n",
2061 XSTRING (TARGET_CHAR_SIGNED));
2062 fprintf_unfiltered (file,
2063 "gdbarch_dump: TARGET_CHAR_SIGNED = %d\n",
2064 TARGET_CHAR_SIGNED);
2065 #endif
2066 #ifdef TARGET_DOUBLE_BIT
2067 fprintf_unfiltered (file,
2068 "gdbarch_dump: TARGET_DOUBLE_BIT # %s\n",
2069 XSTRING (TARGET_DOUBLE_BIT));
2070 fprintf_unfiltered (file,
2071 "gdbarch_dump: TARGET_DOUBLE_BIT = %d\n",
2072 TARGET_DOUBLE_BIT);
2073 #endif
2074 #ifdef TARGET_DOUBLE_FORMAT
2075 fprintf_unfiltered (file,
2076 "gdbarch_dump: TARGET_DOUBLE_FORMAT # %s\n",
2077 XSTRING (TARGET_DOUBLE_FORMAT));
2078 fprintf_unfiltered (file,
2079 "gdbarch_dump: TARGET_DOUBLE_FORMAT = %ld\n",
2080 (long) TARGET_DOUBLE_FORMAT);
2081 #endif
2082 #ifdef TARGET_FLOAT_BIT
2083 fprintf_unfiltered (file,
2084 "gdbarch_dump: TARGET_FLOAT_BIT # %s\n",
2085 XSTRING (TARGET_FLOAT_BIT));
2086 fprintf_unfiltered (file,
2087 "gdbarch_dump: TARGET_FLOAT_BIT = %d\n",
2088 TARGET_FLOAT_BIT);
2089 #endif
2090 #ifdef TARGET_FLOAT_FORMAT
2091 fprintf_unfiltered (file,
2092 "gdbarch_dump: TARGET_FLOAT_FORMAT # %s\n",
2093 XSTRING (TARGET_FLOAT_FORMAT));
2094 fprintf_unfiltered (file,
2095 "gdbarch_dump: TARGET_FLOAT_FORMAT = %ld\n",
2096 (long) TARGET_FLOAT_FORMAT);
2097 #endif
2098 #ifdef TARGET_INT_BIT
2099 fprintf_unfiltered (file,
2100 "gdbarch_dump: TARGET_INT_BIT # %s\n",
2101 XSTRING (TARGET_INT_BIT));
2102 fprintf_unfiltered (file,
2103 "gdbarch_dump: TARGET_INT_BIT = %d\n",
2104 TARGET_INT_BIT);
2105 #endif
2106 #ifdef TARGET_LONG_BIT
2107 fprintf_unfiltered (file,
2108 "gdbarch_dump: TARGET_LONG_BIT # %s\n",
2109 XSTRING (TARGET_LONG_BIT));
2110 fprintf_unfiltered (file,
2111 "gdbarch_dump: TARGET_LONG_BIT = %d\n",
2112 TARGET_LONG_BIT);
2113 #endif
2114 #ifdef TARGET_LONG_DOUBLE_BIT
2115 fprintf_unfiltered (file,
2116 "gdbarch_dump: TARGET_LONG_DOUBLE_BIT # %s\n",
2117 XSTRING (TARGET_LONG_DOUBLE_BIT));
2118 fprintf_unfiltered (file,
2119 "gdbarch_dump: TARGET_LONG_DOUBLE_BIT = %d\n",
2120 TARGET_LONG_DOUBLE_BIT);
2121 #endif
2122 #ifdef TARGET_LONG_DOUBLE_FORMAT
2123 fprintf_unfiltered (file,
2124 "gdbarch_dump: TARGET_LONG_DOUBLE_FORMAT # %s\n",
2125 XSTRING (TARGET_LONG_DOUBLE_FORMAT));
2126 fprintf_unfiltered (file,
2127 "gdbarch_dump: TARGET_LONG_DOUBLE_FORMAT = %ld\n",
2128 (long) TARGET_LONG_DOUBLE_FORMAT);
2129 #endif
2130 #ifdef TARGET_LONG_LONG_BIT
2131 fprintf_unfiltered (file,
2132 "gdbarch_dump: TARGET_LONG_LONG_BIT # %s\n",
2133 XSTRING (TARGET_LONG_LONG_BIT));
2134 fprintf_unfiltered (file,
2135 "gdbarch_dump: TARGET_LONG_LONG_BIT = %d\n",
2136 TARGET_LONG_LONG_BIT);
2137 #endif
2138 #ifdef TARGET_PRINT_INSN
2139 fprintf_unfiltered (file,
2140 "gdbarch_dump: %s # %s\n",
2141 "TARGET_PRINT_INSN(vma, info)",
2142 XSTRING (TARGET_PRINT_INSN (vma, info)));
2143 if (GDB_MULTI_ARCH)
2144 fprintf_unfiltered (file,
2145 "gdbarch_dump: TARGET_PRINT_INSN = 0x%08lx\n",
2146 (long) current_gdbarch->print_insn
2147 /*TARGET_PRINT_INSN ()*/);
2148 #endif
2149 #ifdef TARGET_PTR_BIT
2150 fprintf_unfiltered (file,
2151 "gdbarch_dump: TARGET_PTR_BIT # %s\n",
2152 XSTRING (TARGET_PTR_BIT));
2153 fprintf_unfiltered (file,
2154 "gdbarch_dump: TARGET_PTR_BIT = %d\n",
2155 TARGET_PTR_BIT);
2156 #endif
2157 #ifdef TARGET_READ_FP
2158 fprintf_unfiltered (file,
2159 "gdbarch_dump: %s # %s\n",
2160 "TARGET_READ_FP()",
2161 XSTRING (TARGET_READ_FP ()));
2162 if (GDB_MULTI_ARCH)
2163 fprintf_unfiltered (file,
2164 "gdbarch_dump: TARGET_READ_FP = 0x%08lx\n",
2165 (long) current_gdbarch->read_fp
2166 /*TARGET_READ_FP ()*/);
2167 #endif
2168 #ifdef TARGET_READ_PC
2169 fprintf_unfiltered (file,
2170 "gdbarch_dump: %s # %s\n",
2171 "TARGET_READ_PC(ptid)",
2172 XSTRING (TARGET_READ_PC (ptid)));
2173 if (GDB_MULTI_ARCH)
2174 fprintf_unfiltered (file,
2175 "gdbarch_dump: TARGET_READ_PC = 0x%08lx\n",
2176 (long) current_gdbarch->read_pc
2177 /*TARGET_READ_PC ()*/);
2178 #endif
2179 #ifdef TARGET_READ_SP
2180 fprintf_unfiltered (file,
2181 "gdbarch_dump: %s # %s\n",
2182 "TARGET_READ_SP()",
2183 XSTRING (TARGET_READ_SP ()));
2184 if (GDB_MULTI_ARCH)
2185 fprintf_unfiltered (file,
2186 "gdbarch_dump: TARGET_READ_SP = 0x%08lx\n",
2187 (long) current_gdbarch->read_sp
2188 /*TARGET_READ_SP ()*/);
2189 #endif
2190 #ifdef TARGET_SHORT_BIT
2191 fprintf_unfiltered (file,
2192 "gdbarch_dump: TARGET_SHORT_BIT # %s\n",
2193 XSTRING (TARGET_SHORT_BIT));
2194 fprintf_unfiltered (file,
2195 "gdbarch_dump: TARGET_SHORT_BIT = %d\n",
2196 TARGET_SHORT_BIT);
2197 #endif
2198 #ifdef TARGET_VIRTUAL_FRAME_POINTER
2199 #if GDB_MULTI_ARCH
2200 /* Macro might contain `[{}]' when not multi-arch */
2201 fprintf_unfiltered (file,
2202 "gdbarch_dump: %s # %s\n",
2203 "TARGET_VIRTUAL_FRAME_POINTER(pc, frame_regnum, frame_offset)",
2204 XSTRING (TARGET_VIRTUAL_FRAME_POINTER (pc, frame_regnum, frame_offset)));
2205 #endif
2206 if (GDB_MULTI_ARCH)
2207 fprintf_unfiltered (file,
2208 "gdbarch_dump: TARGET_VIRTUAL_FRAME_POINTER = 0x%08lx\n",
2209 (long) current_gdbarch->virtual_frame_pointer
2210 /*TARGET_VIRTUAL_FRAME_POINTER ()*/);
2211 #endif
2212 #ifdef TARGET_WRITE_PC
2213 #if GDB_MULTI_ARCH
2214 /* Macro might contain `[{}]' when not multi-arch */
2215 fprintf_unfiltered (file,
2216 "gdbarch_dump: %s # %s\n",
2217 "TARGET_WRITE_PC(val, ptid)",
2218 XSTRING (TARGET_WRITE_PC (val, ptid)));
2219 #endif
2220 if (GDB_MULTI_ARCH)
2221 fprintf_unfiltered (file,
2222 "gdbarch_dump: TARGET_WRITE_PC = 0x%08lx\n",
2223 (long) current_gdbarch->write_pc
2224 /*TARGET_WRITE_PC ()*/);
2225 #endif
2226 #ifdef TARGET_WRITE_SP
2227 #if GDB_MULTI_ARCH
2228 /* Macro might contain `[{}]' when not multi-arch */
2229 fprintf_unfiltered (file,
2230 "gdbarch_dump: %s # %s\n",
2231 "TARGET_WRITE_SP(val)",
2232 XSTRING (TARGET_WRITE_SP (val)));
2233 #endif
2234 if (GDB_MULTI_ARCH)
2235 fprintf_unfiltered (file,
2236 "gdbarch_dump: TARGET_WRITE_SP = 0x%08lx\n",
2237 (long) current_gdbarch->write_sp
2238 /*TARGET_WRITE_SP ()*/);
2239 #endif
2240 #ifdef USE_GENERIC_DUMMY_FRAMES
2241 fprintf_unfiltered (file,
2242 "gdbarch_dump: USE_GENERIC_DUMMY_FRAMES # %s\n",
2243 XSTRING (USE_GENERIC_DUMMY_FRAMES));
2244 fprintf_unfiltered (file,
2245 "gdbarch_dump: USE_GENERIC_DUMMY_FRAMES = %d\n",
2246 USE_GENERIC_DUMMY_FRAMES);
2247 #endif
2248 #ifdef USE_STRUCT_CONVENTION
2249 fprintf_unfiltered (file,
2250 "gdbarch_dump: %s # %s\n",
2251 "USE_STRUCT_CONVENTION(gcc_p, value_type)",
2252 XSTRING (USE_STRUCT_CONVENTION (gcc_p, value_type)));
2253 if (GDB_MULTI_ARCH)
2254 fprintf_unfiltered (file,
2255 "gdbarch_dump: USE_STRUCT_CONVENTION = 0x%08lx\n",
2256 (long) current_gdbarch->use_struct_convention
2257 /*USE_STRUCT_CONVENTION ()*/);
2258 #endif
2259 #ifdef VALUE_TO_REGISTER
2260 #if GDB_MULTI_ARCH
2261 /* Macro might contain `[{}]' when not multi-arch */
2262 fprintf_unfiltered (file,
2263 "gdbarch_dump: %s # %s\n",
2264 "VALUE_TO_REGISTER(type, regnum, from, to)",
2265 XSTRING (VALUE_TO_REGISTER (type, regnum, from, to)));
2266 #endif
2267 if (GDB_MULTI_ARCH)
2268 fprintf_unfiltered (file,
2269 "gdbarch_dump: VALUE_TO_REGISTER = 0x%08lx\n",
2270 (long) current_gdbarch->value_to_register
2271 /*VALUE_TO_REGISTER ()*/);
2272 #endif
2273 if (current_gdbarch->dump_tdep != NULL)
2274 current_gdbarch->dump_tdep (current_gdbarch, file);
2275 }
2276
2277 struct gdbarch_tdep *
2278 gdbarch_tdep (struct gdbarch *gdbarch)
2279 {
2280 if (gdbarch_debug >= 2)
2281 fprintf_unfiltered (gdb_stdlog, "gdbarch_tdep called\n");
2282 return gdbarch->tdep;
2283 }
2284
2285
2286 const struct bfd_arch_info *
2287 gdbarch_bfd_arch_info (struct gdbarch *gdbarch)
2288 {
2289 gdb_assert (gdbarch != NULL);
2290 if (gdbarch_debug >= 2)
2291 fprintf_unfiltered (gdb_stdlog, "gdbarch_bfd_arch_info called\n");
2292 return gdbarch->bfd_arch_info;
2293 }
2294
2295 int
2296 gdbarch_byte_order (struct gdbarch *gdbarch)
2297 {
2298 gdb_assert (gdbarch != NULL);
2299 if (gdbarch_debug >= 2)
2300 fprintf_unfiltered (gdb_stdlog, "gdbarch_byte_order called\n");
2301 return gdbarch->byte_order;
2302 }
2303
2304 int
2305 gdbarch_short_bit (struct gdbarch *gdbarch)
2306 {
2307 gdb_assert (gdbarch != NULL);
2308 /* Skip verify of short_bit, invalid_p == 0 */
2309 if (gdbarch_debug >= 2)
2310 fprintf_unfiltered (gdb_stdlog, "gdbarch_short_bit called\n");
2311 return gdbarch->short_bit;
2312 }
2313
2314 void
2315 set_gdbarch_short_bit (struct gdbarch *gdbarch,
2316 int short_bit)
2317 {
2318 gdbarch->short_bit = short_bit;
2319 }
2320
2321 int
2322 gdbarch_int_bit (struct gdbarch *gdbarch)
2323 {
2324 gdb_assert (gdbarch != NULL);
2325 /* Skip verify of int_bit, invalid_p == 0 */
2326 if (gdbarch_debug >= 2)
2327 fprintf_unfiltered (gdb_stdlog, "gdbarch_int_bit called\n");
2328 return gdbarch->int_bit;
2329 }
2330
2331 void
2332 set_gdbarch_int_bit (struct gdbarch *gdbarch,
2333 int int_bit)
2334 {
2335 gdbarch->int_bit = int_bit;
2336 }
2337
2338 int
2339 gdbarch_long_bit (struct gdbarch *gdbarch)
2340 {
2341 gdb_assert (gdbarch != NULL);
2342 /* Skip verify of long_bit, invalid_p == 0 */
2343 if (gdbarch_debug >= 2)
2344 fprintf_unfiltered (gdb_stdlog, "gdbarch_long_bit called\n");
2345 return gdbarch->long_bit;
2346 }
2347
2348 void
2349 set_gdbarch_long_bit (struct gdbarch *gdbarch,
2350 int long_bit)
2351 {
2352 gdbarch->long_bit = long_bit;
2353 }
2354
2355 int
2356 gdbarch_long_long_bit (struct gdbarch *gdbarch)
2357 {
2358 gdb_assert (gdbarch != NULL);
2359 /* Skip verify of long_long_bit, invalid_p == 0 */
2360 if (gdbarch_debug >= 2)
2361 fprintf_unfiltered (gdb_stdlog, "gdbarch_long_long_bit called\n");
2362 return gdbarch->long_long_bit;
2363 }
2364
2365 void
2366 set_gdbarch_long_long_bit (struct gdbarch *gdbarch,
2367 int long_long_bit)
2368 {
2369 gdbarch->long_long_bit = long_long_bit;
2370 }
2371
2372 int
2373 gdbarch_float_bit (struct gdbarch *gdbarch)
2374 {
2375 gdb_assert (gdbarch != NULL);
2376 /* Skip verify of float_bit, invalid_p == 0 */
2377 if (gdbarch_debug >= 2)
2378 fprintf_unfiltered (gdb_stdlog, "gdbarch_float_bit called\n");
2379 return gdbarch->float_bit;
2380 }
2381
2382 void
2383 set_gdbarch_float_bit (struct gdbarch *gdbarch,
2384 int float_bit)
2385 {
2386 gdbarch->float_bit = float_bit;
2387 }
2388
2389 int
2390 gdbarch_double_bit (struct gdbarch *gdbarch)
2391 {
2392 gdb_assert (gdbarch != NULL);
2393 /* Skip verify of double_bit, invalid_p == 0 */
2394 if (gdbarch_debug >= 2)
2395 fprintf_unfiltered (gdb_stdlog, "gdbarch_double_bit called\n");
2396 return gdbarch->double_bit;
2397 }
2398
2399 void
2400 set_gdbarch_double_bit (struct gdbarch *gdbarch,
2401 int double_bit)
2402 {
2403 gdbarch->double_bit = double_bit;
2404 }
2405
2406 int
2407 gdbarch_long_double_bit (struct gdbarch *gdbarch)
2408 {
2409 gdb_assert (gdbarch != NULL);
2410 /* Skip verify of long_double_bit, invalid_p == 0 */
2411 if (gdbarch_debug >= 2)
2412 fprintf_unfiltered (gdb_stdlog, "gdbarch_long_double_bit called\n");
2413 return gdbarch->long_double_bit;
2414 }
2415
2416 void
2417 set_gdbarch_long_double_bit (struct gdbarch *gdbarch,
2418 int long_double_bit)
2419 {
2420 gdbarch->long_double_bit = long_double_bit;
2421 }
2422
2423 int
2424 gdbarch_ptr_bit (struct gdbarch *gdbarch)
2425 {
2426 gdb_assert (gdbarch != NULL);
2427 /* Skip verify of ptr_bit, invalid_p == 0 */
2428 if (gdbarch_debug >= 2)
2429 fprintf_unfiltered (gdb_stdlog, "gdbarch_ptr_bit called\n");
2430 return gdbarch->ptr_bit;
2431 }
2432
2433 void
2434 set_gdbarch_ptr_bit (struct gdbarch *gdbarch,
2435 int ptr_bit)
2436 {
2437 gdbarch->ptr_bit = ptr_bit;
2438 }
2439
2440 int
2441 gdbarch_addr_bit (struct gdbarch *gdbarch)
2442 {
2443 gdb_assert (gdbarch != NULL);
2444 if (gdbarch->addr_bit == 0)
2445 internal_error (__FILE__, __LINE__,
2446 "gdbarch: gdbarch_addr_bit invalid");
2447 if (gdbarch_debug >= 2)
2448 fprintf_unfiltered (gdb_stdlog, "gdbarch_addr_bit called\n");
2449 return gdbarch->addr_bit;
2450 }
2451
2452 void
2453 set_gdbarch_addr_bit (struct gdbarch *gdbarch,
2454 int addr_bit)
2455 {
2456 gdbarch->addr_bit = addr_bit;
2457 }
2458
2459 int
2460 gdbarch_bfd_vma_bit (struct gdbarch *gdbarch)
2461 {
2462 gdb_assert (gdbarch != NULL);
2463 /* Skip verify of bfd_vma_bit, invalid_p == 0 */
2464 if (gdbarch_debug >= 2)
2465 fprintf_unfiltered (gdb_stdlog, "gdbarch_bfd_vma_bit called\n");
2466 return gdbarch->bfd_vma_bit;
2467 }
2468
2469 void
2470 set_gdbarch_bfd_vma_bit (struct gdbarch *gdbarch,
2471 int bfd_vma_bit)
2472 {
2473 gdbarch->bfd_vma_bit = bfd_vma_bit;
2474 }
2475
2476 int
2477 gdbarch_char_signed (struct gdbarch *gdbarch)
2478 {
2479 gdb_assert (gdbarch != NULL);
2480 if (gdbarch->char_signed == -1)
2481 internal_error (__FILE__, __LINE__,
2482 "gdbarch: gdbarch_char_signed invalid");
2483 if (gdbarch_debug >= 2)
2484 fprintf_unfiltered (gdb_stdlog, "gdbarch_char_signed called\n");
2485 return gdbarch->char_signed;
2486 }
2487
2488 void
2489 set_gdbarch_char_signed (struct gdbarch *gdbarch,
2490 int char_signed)
2491 {
2492 gdbarch->char_signed = char_signed;
2493 }
2494
2495 CORE_ADDR
2496 gdbarch_read_pc (struct gdbarch *gdbarch, ptid_t ptid)
2497 {
2498 gdb_assert (gdbarch != NULL);
2499 if (gdbarch->read_pc == 0)
2500 internal_error (__FILE__, __LINE__,
2501 "gdbarch: gdbarch_read_pc invalid");
2502 if (gdbarch_debug >= 2)
2503 fprintf_unfiltered (gdb_stdlog, "gdbarch_read_pc called\n");
2504 return gdbarch->read_pc (ptid);
2505 }
2506
2507 void
2508 set_gdbarch_read_pc (struct gdbarch *gdbarch,
2509 gdbarch_read_pc_ftype read_pc)
2510 {
2511 gdbarch->read_pc = read_pc;
2512 }
2513
2514 void
2515 gdbarch_write_pc (struct gdbarch *gdbarch, CORE_ADDR val, ptid_t ptid)
2516 {
2517 gdb_assert (gdbarch != NULL);
2518 if (gdbarch->write_pc == 0)
2519 internal_error (__FILE__, __LINE__,
2520 "gdbarch: gdbarch_write_pc invalid");
2521 if (gdbarch_debug >= 2)
2522 fprintf_unfiltered (gdb_stdlog, "gdbarch_write_pc called\n");
2523 gdbarch->write_pc (val, ptid);
2524 }
2525
2526 void
2527 set_gdbarch_write_pc (struct gdbarch *gdbarch,
2528 gdbarch_write_pc_ftype write_pc)
2529 {
2530 gdbarch->write_pc = write_pc;
2531 }
2532
2533 CORE_ADDR
2534 gdbarch_read_fp (struct gdbarch *gdbarch)
2535 {
2536 gdb_assert (gdbarch != NULL);
2537 if (gdbarch->read_fp == 0)
2538 internal_error (__FILE__, __LINE__,
2539 "gdbarch: gdbarch_read_fp invalid");
2540 if (gdbarch_debug >= 2)
2541 fprintf_unfiltered (gdb_stdlog, "gdbarch_read_fp called\n");
2542 return gdbarch->read_fp ();
2543 }
2544
2545 void
2546 set_gdbarch_read_fp (struct gdbarch *gdbarch,
2547 gdbarch_read_fp_ftype read_fp)
2548 {
2549 gdbarch->read_fp = read_fp;
2550 }
2551
2552 CORE_ADDR
2553 gdbarch_read_sp (struct gdbarch *gdbarch)
2554 {
2555 gdb_assert (gdbarch != NULL);
2556 if (gdbarch->read_sp == 0)
2557 internal_error (__FILE__, __LINE__,
2558 "gdbarch: gdbarch_read_sp invalid");
2559 if (gdbarch_debug >= 2)
2560 fprintf_unfiltered (gdb_stdlog, "gdbarch_read_sp called\n");
2561 return gdbarch->read_sp ();
2562 }
2563
2564 void
2565 set_gdbarch_read_sp (struct gdbarch *gdbarch,
2566 gdbarch_read_sp_ftype read_sp)
2567 {
2568 gdbarch->read_sp = read_sp;
2569 }
2570
2571 void
2572 gdbarch_write_sp (struct gdbarch *gdbarch, CORE_ADDR val)
2573 {
2574 gdb_assert (gdbarch != NULL);
2575 if (gdbarch->write_sp == 0)
2576 internal_error (__FILE__, __LINE__,
2577 "gdbarch: gdbarch_write_sp invalid");
2578 if (gdbarch_debug >= 2)
2579 fprintf_unfiltered (gdb_stdlog, "gdbarch_write_sp called\n");
2580 gdbarch->write_sp (val);
2581 }
2582
2583 void
2584 set_gdbarch_write_sp (struct gdbarch *gdbarch,
2585 gdbarch_write_sp_ftype write_sp)
2586 {
2587 gdbarch->write_sp = write_sp;
2588 }
2589
2590 void
2591 gdbarch_virtual_frame_pointer (struct gdbarch *gdbarch, CORE_ADDR pc, int *frame_regnum, LONGEST *frame_offset)
2592 {
2593 gdb_assert (gdbarch != NULL);
2594 if (gdbarch->virtual_frame_pointer == 0)
2595 internal_error (__FILE__, __LINE__,
2596 "gdbarch: gdbarch_virtual_frame_pointer invalid");
2597 if (gdbarch_debug >= 2)
2598 fprintf_unfiltered (gdb_stdlog, "gdbarch_virtual_frame_pointer called\n");
2599 gdbarch->virtual_frame_pointer (pc, frame_regnum, frame_offset);
2600 }
2601
2602 void
2603 set_gdbarch_virtual_frame_pointer (struct gdbarch *gdbarch,
2604 gdbarch_virtual_frame_pointer_ftype virtual_frame_pointer)
2605 {
2606 gdbarch->virtual_frame_pointer = virtual_frame_pointer;
2607 }
2608
2609 int
2610 gdbarch_pseudo_register_read_p (struct gdbarch *gdbarch)
2611 {
2612 gdb_assert (gdbarch != NULL);
2613 return gdbarch->pseudo_register_read != 0;
2614 }
2615
2616 void
2617 gdbarch_pseudo_register_read (struct gdbarch *gdbarch, struct regcache *regcache, int cookednum, void *buf)
2618 {
2619 gdb_assert (gdbarch != NULL);
2620 if (gdbarch->pseudo_register_read == 0)
2621 internal_error (__FILE__, __LINE__,
2622 "gdbarch: gdbarch_pseudo_register_read invalid");
2623 if (gdbarch_debug >= 2)
2624 fprintf_unfiltered (gdb_stdlog, "gdbarch_pseudo_register_read called\n");
2625 gdbarch->pseudo_register_read (gdbarch, regcache, cookednum, buf);
2626 }
2627
2628 void
2629 set_gdbarch_pseudo_register_read (struct gdbarch *gdbarch,
2630 gdbarch_pseudo_register_read_ftype pseudo_register_read)
2631 {
2632 gdbarch->pseudo_register_read = pseudo_register_read;
2633 }
2634
2635 int
2636 gdbarch_pseudo_register_write_p (struct gdbarch *gdbarch)
2637 {
2638 gdb_assert (gdbarch != NULL);
2639 return gdbarch->pseudo_register_write != 0;
2640 }
2641
2642 void
2643 gdbarch_pseudo_register_write (struct gdbarch *gdbarch, struct regcache *regcache, int cookednum, const void *buf)
2644 {
2645 gdb_assert (gdbarch != NULL);
2646 if (gdbarch->pseudo_register_write == 0)
2647 internal_error (__FILE__, __LINE__,
2648 "gdbarch: gdbarch_pseudo_register_write invalid");
2649 if (gdbarch_debug >= 2)
2650 fprintf_unfiltered (gdb_stdlog, "gdbarch_pseudo_register_write called\n");
2651 gdbarch->pseudo_register_write (gdbarch, regcache, cookednum, buf);
2652 }
2653
2654 void
2655 set_gdbarch_pseudo_register_write (struct gdbarch *gdbarch,
2656 gdbarch_pseudo_register_write_ftype pseudo_register_write)
2657 {
2658 gdbarch->pseudo_register_write = pseudo_register_write;
2659 }
2660
2661 int
2662 gdbarch_num_regs (struct gdbarch *gdbarch)
2663 {
2664 gdb_assert (gdbarch != NULL);
2665 if (gdbarch->num_regs == -1)
2666 internal_error (__FILE__, __LINE__,
2667 "gdbarch: gdbarch_num_regs invalid");
2668 if (gdbarch_debug >= 2)
2669 fprintf_unfiltered (gdb_stdlog, "gdbarch_num_regs called\n");
2670 return gdbarch->num_regs;
2671 }
2672
2673 void
2674 set_gdbarch_num_regs (struct gdbarch *gdbarch,
2675 int num_regs)
2676 {
2677 gdbarch->num_regs = num_regs;
2678 }
2679
2680 int
2681 gdbarch_num_pseudo_regs (struct gdbarch *gdbarch)
2682 {
2683 gdb_assert (gdbarch != NULL);
2684 /* Skip verify of num_pseudo_regs, invalid_p == 0 */
2685 if (gdbarch_debug >= 2)
2686 fprintf_unfiltered (gdb_stdlog, "gdbarch_num_pseudo_regs called\n");
2687 return gdbarch->num_pseudo_regs;
2688 }
2689
2690 void
2691 set_gdbarch_num_pseudo_regs (struct gdbarch *gdbarch,
2692 int num_pseudo_regs)
2693 {
2694 gdbarch->num_pseudo_regs = num_pseudo_regs;
2695 }
2696
2697 int
2698 gdbarch_sp_regnum (struct gdbarch *gdbarch)
2699 {
2700 gdb_assert (gdbarch != NULL);
2701 /* Skip verify of sp_regnum, invalid_p == 0 */
2702 if (gdbarch_debug >= 2)
2703 fprintf_unfiltered (gdb_stdlog, "gdbarch_sp_regnum called\n");
2704 return gdbarch->sp_regnum;
2705 }
2706
2707 void
2708 set_gdbarch_sp_regnum (struct gdbarch *gdbarch,
2709 int sp_regnum)
2710 {
2711 gdbarch->sp_regnum = sp_regnum;
2712 }
2713
2714 int
2715 gdbarch_fp_regnum (struct gdbarch *gdbarch)
2716 {
2717 gdb_assert (gdbarch != NULL);
2718 /* Skip verify of fp_regnum, invalid_p == 0 */
2719 if (gdbarch_debug >= 2)
2720 fprintf_unfiltered (gdb_stdlog, "gdbarch_fp_regnum called\n");
2721 return gdbarch->fp_regnum;
2722 }
2723
2724 void
2725 set_gdbarch_fp_regnum (struct gdbarch *gdbarch,
2726 int fp_regnum)
2727 {
2728 gdbarch->fp_regnum = fp_regnum;
2729 }
2730
2731 int
2732 gdbarch_pc_regnum (struct gdbarch *gdbarch)
2733 {
2734 gdb_assert (gdbarch != NULL);
2735 /* Skip verify of pc_regnum, invalid_p == 0 */
2736 if (gdbarch_debug >= 2)
2737 fprintf_unfiltered (gdb_stdlog, "gdbarch_pc_regnum called\n");
2738 return gdbarch->pc_regnum;
2739 }
2740
2741 void
2742 set_gdbarch_pc_regnum (struct gdbarch *gdbarch,
2743 int pc_regnum)
2744 {
2745 gdbarch->pc_regnum = pc_regnum;
2746 }
2747
2748 int
2749 gdbarch_ps_regnum (struct gdbarch *gdbarch)
2750 {
2751 gdb_assert (gdbarch != NULL);
2752 /* Skip verify of ps_regnum, invalid_p == 0 */
2753 if (gdbarch_debug >= 2)
2754 fprintf_unfiltered (gdb_stdlog, "gdbarch_ps_regnum called\n");
2755 return gdbarch->ps_regnum;
2756 }
2757
2758 void
2759 set_gdbarch_ps_regnum (struct gdbarch *gdbarch,
2760 int ps_regnum)
2761 {
2762 gdbarch->ps_regnum = ps_regnum;
2763 }
2764
2765 int
2766 gdbarch_fp0_regnum (struct gdbarch *gdbarch)
2767 {
2768 gdb_assert (gdbarch != NULL);
2769 /* Skip verify of fp0_regnum, invalid_p == 0 */
2770 if (gdbarch_debug >= 2)
2771 fprintf_unfiltered (gdb_stdlog, "gdbarch_fp0_regnum called\n");
2772 return gdbarch->fp0_regnum;
2773 }
2774
2775 void
2776 set_gdbarch_fp0_regnum (struct gdbarch *gdbarch,
2777 int fp0_regnum)
2778 {
2779 gdbarch->fp0_regnum = fp0_regnum;
2780 }
2781
2782 int
2783 gdbarch_npc_regnum (struct gdbarch *gdbarch)
2784 {
2785 gdb_assert (gdbarch != NULL);
2786 /* Skip verify of npc_regnum, invalid_p == 0 */
2787 if (gdbarch_debug >= 2)
2788 fprintf_unfiltered (gdb_stdlog, "gdbarch_npc_regnum called\n");
2789 return gdbarch->npc_regnum;
2790 }
2791
2792 void
2793 set_gdbarch_npc_regnum (struct gdbarch *gdbarch,
2794 int npc_regnum)
2795 {
2796 gdbarch->npc_regnum = npc_regnum;
2797 }
2798
2799 int
2800 gdbarch_stab_reg_to_regnum (struct gdbarch *gdbarch, int stab_regnr)
2801 {
2802 gdb_assert (gdbarch != NULL);
2803 if (gdbarch->stab_reg_to_regnum == 0)
2804 internal_error (__FILE__, __LINE__,
2805 "gdbarch: gdbarch_stab_reg_to_regnum invalid");
2806 if (gdbarch_debug >= 2)
2807 fprintf_unfiltered (gdb_stdlog, "gdbarch_stab_reg_to_regnum called\n");
2808 return gdbarch->stab_reg_to_regnum (stab_regnr);
2809 }
2810
2811 void
2812 set_gdbarch_stab_reg_to_regnum (struct gdbarch *gdbarch,
2813 gdbarch_stab_reg_to_regnum_ftype stab_reg_to_regnum)
2814 {
2815 gdbarch->stab_reg_to_regnum = stab_reg_to_regnum;
2816 }
2817
2818 int
2819 gdbarch_ecoff_reg_to_regnum (struct gdbarch *gdbarch, int ecoff_regnr)
2820 {
2821 gdb_assert (gdbarch != NULL);
2822 if (gdbarch->ecoff_reg_to_regnum == 0)
2823 internal_error (__FILE__, __LINE__,
2824 "gdbarch: gdbarch_ecoff_reg_to_regnum invalid");
2825 if (gdbarch_debug >= 2)
2826 fprintf_unfiltered (gdb_stdlog, "gdbarch_ecoff_reg_to_regnum called\n");
2827 return gdbarch->ecoff_reg_to_regnum (ecoff_regnr);
2828 }
2829
2830 void
2831 set_gdbarch_ecoff_reg_to_regnum (struct gdbarch *gdbarch,
2832 gdbarch_ecoff_reg_to_regnum_ftype ecoff_reg_to_regnum)
2833 {
2834 gdbarch->ecoff_reg_to_regnum = ecoff_reg_to_regnum;
2835 }
2836
2837 int
2838 gdbarch_dwarf_reg_to_regnum (struct gdbarch *gdbarch, int dwarf_regnr)
2839 {
2840 gdb_assert (gdbarch != NULL);
2841 if (gdbarch->dwarf_reg_to_regnum == 0)
2842 internal_error (__FILE__, __LINE__,
2843 "gdbarch: gdbarch_dwarf_reg_to_regnum invalid");
2844 if (gdbarch_debug >= 2)
2845 fprintf_unfiltered (gdb_stdlog, "gdbarch_dwarf_reg_to_regnum called\n");
2846 return gdbarch->dwarf_reg_to_regnum (dwarf_regnr);
2847 }
2848
2849 void
2850 set_gdbarch_dwarf_reg_to_regnum (struct gdbarch *gdbarch,
2851 gdbarch_dwarf_reg_to_regnum_ftype dwarf_reg_to_regnum)
2852 {
2853 gdbarch->dwarf_reg_to_regnum = dwarf_reg_to_regnum;
2854 }
2855
2856 int
2857 gdbarch_sdb_reg_to_regnum (struct gdbarch *gdbarch, int sdb_regnr)
2858 {
2859 gdb_assert (gdbarch != NULL);
2860 if (gdbarch->sdb_reg_to_regnum == 0)
2861 internal_error (__FILE__, __LINE__,
2862 "gdbarch: gdbarch_sdb_reg_to_regnum invalid");
2863 if (gdbarch_debug >= 2)
2864 fprintf_unfiltered (gdb_stdlog, "gdbarch_sdb_reg_to_regnum called\n");
2865 return gdbarch->sdb_reg_to_regnum (sdb_regnr);
2866 }
2867
2868 void
2869 set_gdbarch_sdb_reg_to_regnum (struct gdbarch *gdbarch,
2870 gdbarch_sdb_reg_to_regnum_ftype sdb_reg_to_regnum)
2871 {
2872 gdbarch->sdb_reg_to_regnum = sdb_reg_to_regnum;
2873 }
2874
2875 int
2876 gdbarch_dwarf2_reg_to_regnum (struct gdbarch *gdbarch, int dwarf2_regnr)
2877 {
2878 gdb_assert (gdbarch != NULL);
2879 if (gdbarch->dwarf2_reg_to_regnum == 0)
2880 internal_error (__FILE__, __LINE__,
2881 "gdbarch: gdbarch_dwarf2_reg_to_regnum invalid");
2882 if (gdbarch_debug >= 2)
2883 fprintf_unfiltered (gdb_stdlog, "gdbarch_dwarf2_reg_to_regnum called\n");
2884 return gdbarch->dwarf2_reg_to_regnum (dwarf2_regnr);
2885 }
2886
2887 void
2888 set_gdbarch_dwarf2_reg_to_regnum (struct gdbarch *gdbarch,
2889 gdbarch_dwarf2_reg_to_regnum_ftype dwarf2_reg_to_regnum)
2890 {
2891 gdbarch->dwarf2_reg_to_regnum = dwarf2_reg_to_regnum;
2892 }
2893
2894 const char *
2895 gdbarch_register_name (struct gdbarch *gdbarch, int regnr)
2896 {
2897 gdb_assert (gdbarch != NULL);
2898 if (gdbarch->register_name == 0)
2899 internal_error (__FILE__, __LINE__,
2900 "gdbarch: gdbarch_register_name invalid");
2901 if (gdbarch_debug >= 2)
2902 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_name called\n");
2903 return gdbarch->register_name (regnr);
2904 }
2905
2906 void
2907 set_gdbarch_register_name (struct gdbarch *gdbarch,
2908 gdbarch_register_name_ftype register_name)
2909 {
2910 gdbarch->register_name = register_name;
2911 }
2912
2913 int
2914 gdbarch_register_size (struct gdbarch *gdbarch)
2915 {
2916 gdb_assert (gdbarch != NULL);
2917 if (gdbarch->register_size == -1)
2918 internal_error (__FILE__, __LINE__,
2919 "gdbarch: gdbarch_register_size invalid");
2920 if (gdbarch_debug >= 2)
2921 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_size called\n");
2922 return gdbarch->register_size;
2923 }
2924
2925 void
2926 set_gdbarch_register_size (struct gdbarch *gdbarch,
2927 int register_size)
2928 {
2929 gdbarch->register_size = register_size;
2930 }
2931
2932 int
2933 gdbarch_register_bytes (struct gdbarch *gdbarch)
2934 {
2935 gdb_assert (gdbarch != NULL);
2936 if (gdbarch->register_bytes == -1)
2937 internal_error (__FILE__, __LINE__,
2938 "gdbarch: gdbarch_register_bytes invalid");
2939 if (gdbarch_debug >= 2)
2940 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_bytes called\n");
2941 return gdbarch->register_bytes;
2942 }
2943
2944 void
2945 set_gdbarch_register_bytes (struct gdbarch *gdbarch,
2946 int register_bytes)
2947 {
2948 gdbarch->register_bytes = register_bytes;
2949 }
2950
2951 int
2952 gdbarch_register_byte (struct gdbarch *gdbarch, int reg_nr)
2953 {
2954 gdb_assert (gdbarch != NULL);
2955 if (gdbarch->register_byte == 0)
2956 internal_error (__FILE__, __LINE__,
2957 "gdbarch: gdbarch_register_byte invalid");
2958 if (gdbarch_debug >= 2)
2959 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_byte called\n");
2960 return gdbarch->register_byte (reg_nr);
2961 }
2962
2963 void
2964 set_gdbarch_register_byte (struct gdbarch *gdbarch,
2965 gdbarch_register_byte_ftype register_byte)
2966 {
2967 gdbarch->register_byte = register_byte;
2968 }
2969
2970 int
2971 gdbarch_register_raw_size (struct gdbarch *gdbarch, int reg_nr)
2972 {
2973 gdb_assert (gdbarch != NULL);
2974 if (gdbarch->register_raw_size == 0)
2975 internal_error (__FILE__, __LINE__,
2976 "gdbarch: gdbarch_register_raw_size invalid");
2977 if (gdbarch_debug >= 2)
2978 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_raw_size called\n");
2979 return gdbarch->register_raw_size (reg_nr);
2980 }
2981
2982 void
2983 set_gdbarch_register_raw_size (struct gdbarch *gdbarch,
2984 gdbarch_register_raw_size_ftype register_raw_size)
2985 {
2986 gdbarch->register_raw_size = register_raw_size;
2987 }
2988
2989 int
2990 gdbarch_max_register_raw_size (struct gdbarch *gdbarch)
2991 {
2992 gdb_assert (gdbarch != NULL);
2993 if (gdbarch->max_register_raw_size == -1)
2994 internal_error (__FILE__, __LINE__,
2995 "gdbarch: gdbarch_max_register_raw_size invalid");
2996 if (gdbarch_debug >= 2)
2997 fprintf_unfiltered (gdb_stdlog, "gdbarch_max_register_raw_size called\n");
2998 return gdbarch->max_register_raw_size;
2999 }
3000
3001 void
3002 set_gdbarch_max_register_raw_size (struct gdbarch *gdbarch,
3003 int max_register_raw_size)
3004 {
3005 gdbarch->max_register_raw_size = max_register_raw_size;
3006 }
3007
3008 int
3009 gdbarch_register_virtual_size (struct gdbarch *gdbarch, int reg_nr)
3010 {
3011 gdb_assert (gdbarch != NULL);
3012 if (gdbarch->register_virtual_size == 0)
3013 internal_error (__FILE__, __LINE__,
3014 "gdbarch: gdbarch_register_virtual_size invalid");
3015 if (gdbarch_debug >= 2)
3016 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_virtual_size called\n");
3017 return gdbarch->register_virtual_size (reg_nr);
3018 }
3019
3020 void
3021 set_gdbarch_register_virtual_size (struct gdbarch *gdbarch,
3022 gdbarch_register_virtual_size_ftype register_virtual_size)
3023 {
3024 gdbarch->register_virtual_size = register_virtual_size;
3025 }
3026
3027 int
3028 gdbarch_max_register_virtual_size (struct gdbarch *gdbarch)
3029 {
3030 gdb_assert (gdbarch != NULL);
3031 if (gdbarch->max_register_virtual_size == -1)
3032 internal_error (__FILE__, __LINE__,
3033 "gdbarch: gdbarch_max_register_virtual_size invalid");
3034 if (gdbarch_debug >= 2)
3035 fprintf_unfiltered (gdb_stdlog, "gdbarch_max_register_virtual_size called\n");
3036 return gdbarch->max_register_virtual_size;
3037 }
3038
3039 void
3040 set_gdbarch_max_register_virtual_size (struct gdbarch *gdbarch,
3041 int max_register_virtual_size)
3042 {
3043 gdbarch->max_register_virtual_size = max_register_virtual_size;
3044 }
3045
3046 struct type *
3047 gdbarch_register_virtual_type (struct gdbarch *gdbarch, int reg_nr)
3048 {
3049 gdb_assert (gdbarch != NULL);
3050 if (gdbarch->register_virtual_type == 0)
3051 internal_error (__FILE__, __LINE__,
3052 "gdbarch: gdbarch_register_virtual_type invalid");
3053 if (gdbarch_debug >= 2)
3054 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_virtual_type called\n");
3055 return gdbarch->register_virtual_type (reg_nr);
3056 }
3057
3058 void
3059 set_gdbarch_register_virtual_type (struct gdbarch *gdbarch,
3060 gdbarch_register_virtual_type_ftype register_virtual_type)
3061 {
3062 gdbarch->register_virtual_type = register_virtual_type;
3063 }
3064
3065 int
3066 gdbarch_do_registers_info_p (struct gdbarch *gdbarch)
3067 {
3068 gdb_assert (gdbarch != NULL);
3069 return gdbarch->do_registers_info != 0;
3070 }
3071
3072 void
3073 gdbarch_do_registers_info (struct gdbarch *gdbarch, int reg_nr, int fpregs)
3074 {
3075 gdb_assert (gdbarch != NULL);
3076 if (gdbarch->do_registers_info == 0)
3077 internal_error (__FILE__, __LINE__,
3078 "gdbarch: gdbarch_do_registers_info invalid");
3079 if (gdbarch_debug >= 2)
3080 fprintf_unfiltered (gdb_stdlog, "gdbarch_do_registers_info called\n");
3081 gdbarch->do_registers_info (reg_nr, fpregs);
3082 }
3083
3084 void
3085 set_gdbarch_do_registers_info (struct gdbarch *gdbarch,
3086 gdbarch_do_registers_info_ftype do_registers_info)
3087 {
3088 gdbarch->do_registers_info = do_registers_info;
3089 }
3090
3091 void
3092 gdbarch_print_registers_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regnum, int all)
3093 {
3094 gdb_assert (gdbarch != NULL);
3095 if (gdbarch->print_registers_info == 0)
3096 internal_error (__FILE__, __LINE__,
3097 "gdbarch: gdbarch_print_registers_info invalid");
3098 if (gdbarch_debug >= 2)
3099 fprintf_unfiltered (gdb_stdlog, "gdbarch_print_registers_info called\n");
3100 gdbarch->print_registers_info (gdbarch, file, frame, regnum, all);
3101 }
3102
3103 void
3104 set_gdbarch_print_registers_info (struct gdbarch *gdbarch,
3105 gdbarch_print_registers_info_ftype print_registers_info)
3106 {
3107 gdbarch->print_registers_info = print_registers_info;
3108 }
3109
3110 int
3111 gdbarch_print_float_info_p (struct gdbarch *gdbarch)
3112 {
3113 gdb_assert (gdbarch != NULL);
3114 return gdbarch->print_float_info != 0;
3115 }
3116
3117 void
3118 gdbarch_print_float_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args)
3119 {
3120 gdb_assert (gdbarch != NULL);
3121 if (gdbarch->print_float_info == 0)
3122 internal_error (__FILE__, __LINE__,
3123 "gdbarch: gdbarch_print_float_info invalid");
3124 if (gdbarch_debug >= 2)
3125 fprintf_unfiltered (gdb_stdlog, "gdbarch_print_float_info called\n");
3126 gdbarch->print_float_info (gdbarch, file, frame, args);
3127 }
3128
3129 void
3130 set_gdbarch_print_float_info (struct gdbarch *gdbarch,
3131 gdbarch_print_float_info_ftype print_float_info)
3132 {
3133 gdbarch->print_float_info = print_float_info;
3134 }
3135
3136 int
3137 gdbarch_print_vector_info_p (struct gdbarch *gdbarch)
3138 {
3139 gdb_assert (gdbarch != NULL);
3140 return gdbarch->print_vector_info != 0;
3141 }
3142
3143 void
3144 gdbarch_print_vector_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args)
3145 {
3146 gdb_assert (gdbarch != NULL);
3147 if (gdbarch->print_vector_info == 0)
3148 internal_error (__FILE__, __LINE__,
3149 "gdbarch: gdbarch_print_vector_info invalid");
3150 if (gdbarch_debug >= 2)
3151 fprintf_unfiltered (gdb_stdlog, "gdbarch_print_vector_info called\n");
3152 gdbarch->print_vector_info (gdbarch, file, frame, args);
3153 }
3154
3155 void
3156 set_gdbarch_print_vector_info (struct gdbarch *gdbarch,
3157 gdbarch_print_vector_info_ftype print_vector_info)
3158 {
3159 gdbarch->print_vector_info = print_vector_info;
3160 }
3161
3162 int
3163 gdbarch_register_sim_regno (struct gdbarch *gdbarch, int reg_nr)
3164 {
3165 gdb_assert (gdbarch != NULL);
3166 if (gdbarch->register_sim_regno == 0)
3167 internal_error (__FILE__, __LINE__,
3168 "gdbarch: gdbarch_register_sim_regno invalid");
3169 if (gdbarch_debug >= 2)
3170 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_sim_regno called\n");
3171 return gdbarch->register_sim_regno (reg_nr);
3172 }
3173
3174 void
3175 set_gdbarch_register_sim_regno (struct gdbarch *gdbarch,
3176 gdbarch_register_sim_regno_ftype register_sim_regno)
3177 {
3178 gdbarch->register_sim_regno = register_sim_regno;
3179 }
3180
3181 int
3182 gdbarch_register_bytes_ok_p (struct gdbarch *gdbarch)
3183 {
3184 gdb_assert (gdbarch != NULL);
3185 return gdbarch->register_bytes_ok != 0;
3186 }
3187
3188 int
3189 gdbarch_register_bytes_ok (struct gdbarch *gdbarch, long nr_bytes)
3190 {
3191 gdb_assert (gdbarch != NULL);
3192 if (gdbarch->register_bytes_ok == 0)
3193 internal_error (__FILE__, __LINE__,
3194 "gdbarch: gdbarch_register_bytes_ok invalid");
3195 if (gdbarch_debug >= 2)
3196 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_bytes_ok called\n");
3197 return gdbarch->register_bytes_ok (nr_bytes);
3198 }
3199
3200 void
3201 set_gdbarch_register_bytes_ok (struct gdbarch *gdbarch,
3202 gdbarch_register_bytes_ok_ftype register_bytes_ok)
3203 {
3204 gdbarch->register_bytes_ok = register_bytes_ok;
3205 }
3206
3207 int
3208 gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, int regnum)
3209 {
3210 gdb_assert (gdbarch != NULL);
3211 if (gdbarch->cannot_fetch_register == 0)
3212 internal_error (__FILE__, __LINE__,
3213 "gdbarch: gdbarch_cannot_fetch_register invalid");
3214 if (gdbarch_debug >= 2)
3215 fprintf_unfiltered (gdb_stdlog, "gdbarch_cannot_fetch_register called\n");
3216 return gdbarch->cannot_fetch_register (regnum);
3217 }
3218
3219 void
3220 set_gdbarch_cannot_fetch_register (struct gdbarch *gdbarch,
3221 gdbarch_cannot_fetch_register_ftype cannot_fetch_register)
3222 {
3223 gdbarch->cannot_fetch_register = cannot_fetch_register;
3224 }
3225
3226 int
3227 gdbarch_cannot_store_register (struct gdbarch *gdbarch, int regnum)
3228 {
3229 gdb_assert (gdbarch != NULL);
3230 if (gdbarch->cannot_store_register == 0)
3231 internal_error (__FILE__, __LINE__,
3232 "gdbarch: gdbarch_cannot_store_register invalid");
3233 if (gdbarch_debug >= 2)
3234 fprintf_unfiltered (gdb_stdlog, "gdbarch_cannot_store_register called\n");
3235 return gdbarch->cannot_store_register (regnum);
3236 }
3237
3238 void
3239 set_gdbarch_cannot_store_register (struct gdbarch *gdbarch,
3240 gdbarch_cannot_store_register_ftype cannot_store_register)
3241 {
3242 gdbarch->cannot_store_register = cannot_store_register;
3243 }
3244
3245 int
3246 gdbarch_get_longjmp_target_p (struct gdbarch *gdbarch)
3247 {
3248 gdb_assert (gdbarch != NULL);
3249 return gdbarch->get_longjmp_target != 0;
3250 }
3251
3252 int
3253 gdbarch_get_longjmp_target (struct gdbarch *gdbarch, CORE_ADDR *pc)
3254 {
3255 gdb_assert (gdbarch != NULL);
3256 if (gdbarch->get_longjmp_target == 0)
3257 internal_error (__FILE__, __LINE__,
3258 "gdbarch: gdbarch_get_longjmp_target invalid");
3259 if (gdbarch_debug >= 2)
3260 fprintf_unfiltered (gdb_stdlog, "gdbarch_get_longjmp_target called\n");
3261 return gdbarch->get_longjmp_target (pc);
3262 }
3263
3264 void
3265 set_gdbarch_get_longjmp_target (struct gdbarch *gdbarch,
3266 gdbarch_get_longjmp_target_ftype get_longjmp_target)
3267 {
3268 gdbarch->get_longjmp_target = get_longjmp_target;
3269 }
3270
3271 int
3272 gdbarch_use_generic_dummy_frames (struct gdbarch *gdbarch)
3273 {
3274 gdb_assert (gdbarch != NULL);
3275 if (gdbarch->use_generic_dummy_frames == -1)
3276 internal_error (__FILE__, __LINE__,
3277 "gdbarch: gdbarch_use_generic_dummy_frames invalid");
3278 if (gdbarch_debug >= 2)
3279 fprintf_unfiltered (gdb_stdlog, "gdbarch_use_generic_dummy_frames called\n");
3280 return gdbarch->use_generic_dummy_frames;
3281 }
3282
3283 void
3284 set_gdbarch_use_generic_dummy_frames (struct gdbarch *gdbarch,
3285 int use_generic_dummy_frames)
3286 {
3287 gdbarch->use_generic_dummy_frames = use_generic_dummy_frames;
3288 }
3289
3290 int
3291 gdbarch_call_dummy_location (struct gdbarch *gdbarch)
3292 {
3293 gdb_assert (gdbarch != NULL);
3294 if (gdbarch->call_dummy_location == 0)
3295 internal_error (__FILE__, __LINE__,
3296 "gdbarch: gdbarch_call_dummy_location invalid");
3297 if (gdbarch_debug >= 2)
3298 fprintf_unfiltered (gdb_stdlog, "gdbarch_call_dummy_location called\n");
3299 return gdbarch->call_dummy_location;
3300 }
3301
3302 void
3303 set_gdbarch_call_dummy_location (struct gdbarch *gdbarch,
3304 int call_dummy_location)
3305 {
3306 gdbarch->call_dummy_location = call_dummy_location;
3307 }
3308
3309 CORE_ADDR
3310 gdbarch_call_dummy_address (struct gdbarch *gdbarch)
3311 {
3312 gdb_assert (gdbarch != NULL);
3313 if (gdbarch->call_dummy_address == 0)
3314 internal_error (__FILE__, __LINE__,
3315 "gdbarch: gdbarch_call_dummy_address invalid");
3316 if (gdbarch_debug >= 2)
3317 fprintf_unfiltered (gdb_stdlog, "gdbarch_call_dummy_address called\n");
3318 return gdbarch->call_dummy_address ();
3319 }
3320
3321 void
3322 set_gdbarch_call_dummy_address (struct gdbarch *gdbarch,
3323 gdbarch_call_dummy_address_ftype call_dummy_address)
3324 {
3325 gdbarch->call_dummy_address = call_dummy_address;
3326 }
3327
3328 CORE_ADDR
3329 gdbarch_call_dummy_start_offset (struct gdbarch *gdbarch)
3330 {
3331 gdb_assert (gdbarch != NULL);
3332 if (gdbarch->call_dummy_start_offset == -1)
3333 internal_error (__FILE__, __LINE__,
3334 "gdbarch: gdbarch_call_dummy_start_offset invalid");
3335 if (gdbarch_debug >= 2)
3336 fprintf_unfiltered (gdb_stdlog, "gdbarch_call_dummy_start_offset called\n");
3337 return gdbarch->call_dummy_start_offset;
3338 }
3339
3340 void
3341 set_gdbarch_call_dummy_start_offset (struct gdbarch *gdbarch,
3342 CORE_ADDR call_dummy_start_offset)
3343 {
3344 gdbarch->call_dummy_start_offset = call_dummy_start_offset;
3345 }
3346
3347 CORE_ADDR
3348 gdbarch_call_dummy_breakpoint_offset (struct gdbarch *gdbarch)
3349 {
3350 gdb_assert (gdbarch != NULL);
3351 if (gdbarch->call_dummy_breakpoint_offset_p && gdbarch->call_dummy_breakpoint_offset == -1)
3352 internal_error (__FILE__, __LINE__,
3353 "gdbarch: gdbarch_call_dummy_breakpoint_offset invalid");
3354 if (gdbarch_debug >= 2)
3355 fprintf_unfiltered (gdb_stdlog, "gdbarch_call_dummy_breakpoint_offset called\n");
3356 return gdbarch->call_dummy_breakpoint_offset;
3357 }
3358
3359 void
3360 set_gdbarch_call_dummy_breakpoint_offset (struct gdbarch *gdbarch,
3361 CORE_ADDR call_dummy_breakpoint_offset)
3362 {
3363 gdbarch->call_dummy_breakpoint_offset = call_dummy_breakpoint_offset;
3364 }
3365
3366 int
3367 gdbarch_call_dummy_breakpoint_offset_p (struct gdbarch *gdbarch)
3368 {
3369 gdb_assert (gdbarch != NULL);
3370 if (gdbarch->call_dummy_breakpoint_offset_p == -1)
3371 internal_error (__FILE__, __LINE__,
3372 "gdbarch: gdbarch_call_dummy_breakpoint_offset_p invalid");
3373 if (gdbarch_debug >= 2)
3374 fprintf_unfiltered (gdb_stdlog, "gdbarch_call_dummy_breakpoint_offset_p called\n");
3375 return gdbarch->call_dummy_breakpoint_offset_p;
3376 }
3377
3378 void
3379 set_gdbarch_call_dummy_breakpoint_offset_p (struct gdbarch *gdbarch,
3380 int call_dummy_breakpoint_offset_p)
3381 {
3382 gdbarch->call_dummy_breakpoint_offset_p = call_dummy_breakpoint_offset_p;
3383 }
3384
3385 int
3386 gdbarch_call_dummy_length (struct gdbarch *gdbarch)
3387 {
3388 gdb_assert (gdbarch != NULL);
3389 if (gdbarch->call_dummy_length == -1)
3390 internal_error (__FILE__, __LINE__,
3391 "gdbarch: gdbarch_call_dummy_length invalid");
3392 if (gdbarch_debug >= 2)
3393 fprintf_unfiltered (gdb_stdlog, "gdbarch_call_dummy_length called\n");
3394 return gdbarch->call_dummy_length;
3395 }
3396
3397 void
3398 set_gdbarch_call_dummy_length (struct gdbarch *gdbarch,
3399 int call_dummy_length)
3400 {
3401 gdbarch->call_dummy_length = call_dummy_length;
3402 }
3403
3404 int
3405 gdbarch_pc_in_call_dummy (struct gdbarch *gdbarch, CORE_ADDR pc, CORE_ADDR sp, CORE_ADDR frame_address)
3406 {
3407 gdb_assert (gdbarch != NULL);
3408 if (gdbarch->pc_in_call_dummy == 0)
3409 internal_error (__FILE__, __LINE__,
3410 "gdbarch: gdbarch_pc_in_call_dummy invalid");
3411 if (gdbarch_debug >= 2)
3412 fprintf_unfiltered (gdb_stdlog, "gdbarch_pc_in_call_dummy called\n");
3413 return gdbarch->pc_in_call_dummy (pc, sp, frame_address);
3414 }
3415
3416 void
3417 set_gdbarch_pc_in_call_dummy (struct gdbarch *gdbarch,
3418 gdbarch_pc_in_call_dummy_ftype pc_in_call_dummy)
3419 {
3420 gdbarch->pc_in_call_dummy = pc_in_call_dummy;
3421 }
3422
3423 int
3424 gdbarch_call_dummy_p (struct gdbarch *gdbarch)
3425 {
3426 gdb_assert (gdbarch != NULL);
3427 if (gdbarch->call_dummy_p == -1)
3428 internal_error (__FILE__, __LINE__,
3429 "gdbarch: gdbarch_call_dummy_p invalid");
3430 if (gdbarch_debug >= 2)
3431 fprintf_unfiltered (gdb_stdlog, "gdbarch_call_dummy_p called\n");
3432 return gdbarch->call_dummy_p;
3433 }
3434
3435 void
3436 set_gdbarch_call_dummy_p (struct gdbarch *gdbarch,
3437 int call_dummy_p)
3438 {
3439 gdbarch->call_dummy_p = call_dummy_p;
3440 }
3441
3442 LONGEST *
3443 gdbarch_call_dummy_words (struct gdbarch *gdbarch)
3444 {
3445 gdb_assert (gdbarch != NULL);
3446 /* Skip verify of call_dummy_words, invalid_p == 0 */
3447 if (gdbarch_debug >= 2)
3448 fprintf_unfiltered (gdb_stdlog, "gdbarch_call_dummy_words called\n");
3449 return gdbarch->call_dummy_words;
3450 }
3451
3452 void
3453 set_gdbarch_call_dummy_words (struct gdbarch *gdbarch,
3454 LONGEST * call_dummy_words)
3455 {
3456 gdbarch->call_dummy_words = call_dummy_words;
3457 }
3458
3459 int
3460 gdbarch_sizeof_call_dummy_words (struct gdbarch *gdbarch)
3461 {
3462 gdb_assert (gdbarch != NULL);
3463 /* Skip verify of sizeof_call_dummy_words, invalid_p == 0 */
3464 if (gdbarch_debug >= 2)
3465 fprintf_unfiltered (gdb_stdlog, "gdbarch_sizeof_call_dummy_words called\n");
3466 return gdbarch->sizeof_call_dummy_words;
3467 }
3468
3469 void
3470 set_gdbarch_sizeof_call_dummy_words (struct gdbarch *gdbarch,
3471 int sizeof_call_dummy_words)
3472 {
3473 gdbarch->sizeof_call_dummy_words = sizeof_call_dummy_words;
3474 }
3475
3476 int
3477 gdbarch_call_dummy_stack_adjust_p (struct gdbarch *gdbarch)
3478 {
3479 gdb_assert (gdbarch != NULL);
3480 if (gdbarch->call_dummy_stack_adjust_p == -1)
3481 internal_error (__FILE__, __LINE__,
3482 "gdbarch: gdbarch_call_dummy_stack_adjust_p invalid");
3483 if (gdbarch_debug >= 2)
3484 fprintf_unfiltered (gdb_stdlog, "gdbarch_call_dummy_stack_adjust_p called\n");
3485 return gdbarch->call_dummy_stack_adjust_p;
3486 }
3487
3488 void
3489 set_gdbarch_call_dummy_stack_adjust_p (struct gdbarch *gdbarch,
3490 int call_dummy_stack_adjust_p)
3491 {
3492 gdbarch->call_dummy_stack_adjust_p = call_dummy_stack_adjust_p;
3493 }
3494
3495 int
3496 gdbarch_call_dummy_stack_adjust (struct gdbarch *gdbarch)
3497 {
3498 gdb_assert (gdbarch != NULL);
3499 if (gdbarch->call_dummy_stack_adjust_p && gdbarch->call_dummy_stack_adjust == 0)
3500 internal_error (__FILE__, __LINE__,
3501 "gdbarch: gdbarch_call_dummy_stack_adjust invalid");
3502 if (gdbarch_debug >= 2)
3503 fprintf_unfiltered (gdb_stdlog, "gdbarch_call_dummy_stack_adjust called\n");
3504 return gdbarch->call_dummy_stack_adjust;
3505 }
3506
3507 void
3508 set_gdbarch_call_dummy_stack_adjust (struct gdbarch *gdbarch,
3509 int call_dummy_stack_adjust)
3510 {
3511 gdbarch->call_dummy_stack_adjust = call_dummy_stack_adjust;
3512 }
3513
3514 void
3515 gdbarch_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)
3516 {
3517 gdb_assert (gdbarch != NULL);
3518 if (gdbarch->fix_call_dummy == 0)
3519 internal_error (__FILE__, __LINE__,
3520 "gdbarch: gdbarch_fix_call_dummy invalid");
3521 if (gdbarch_debug >= 2)
3522 fprintf_unfiltered (gdb_stdlog, "gdbarch_fix_call_dummy called\n");
3523 gdbarch->fix_call_dummy (dummy, pc, fun, nargs, args, type, gcc_p);
3524 }
3525
3526 void
3527 set_gdbarch_fix_call_dummy (struct gdbarch *gdbarch,
3528 gdbarch_fix_call_dummy_ftype fix_call_dummy)
3529 {
3530 gdbarch->fix_call_dummy = fix_call_dummy;
3531 }
3532
3533 void
3534 gdbarch_init_frame_pc_first (struct gdbarch *gdbarch, int fromleaf, struct frame_info *prev)
3535 {
3536 gdb_assert (gdbarch != NULL);
3537 if (gdbarch->init_frame_pc_first == 0)
3538 internal_error (__FILE__, __LINE__,
3539 "gdbarch: gdbarch_init_frame_pc_first invalid");
3540 if (gdbarch_debug >= 2)
3541 fprintf_unfiltered (gdb_stdlog, "gdbarch_init_frame_pc_first called\n");
3542 gdbarch->init_frame_pc_first (fromleaf, prev);
3543 }
3544
3545 void
3546 set_gdbarch_init_frame_pc_first (struct gdbarch *gdbarch,
3547 gdbarch_init_frame_pc_first_ftype init_frame_pc_first)
3548 {
3549 gdbarch->init_frame_pc_first = init_frame_pc_first;
3550 }
3551
3552 void
3553 gdbarch_init_frame_pc (struct gdbarch *gdbarch, int fromleaf, struct frame_info *prev)
3554 {
3555 gdb_assert (gdbarch != NULL);
3556 if (gdbarch->init_frame_pc == 0)
3557 internal_error (__FILE__, __LINE__,
3558 "gdbarch: gdbarch_init_frame_pc invalid");
3559 if (gdbarch_debug >= 2)
3560 fprintf_unfiltered (gdb_stdlog, "gdbarch_init_frame_pc called\n");
3561 gdbarch->init_frame_pc (fromleaf, prev);
3562 }
3563
3564 void
3565 set_gdbarch_init_frame_pc (struct gdbarch *gdbarch,
3566 gdbarch_init_frame_pc_ftype init_frame_pc)
3567 {
3568 gdbarch->init_frame_pc = init_frame_pc;
3569 }
3570
3571 int
3572 gdbarch_believe_pcc_promotion (struct gdbarch *gdbarch)
3573 {
3574 gdb_assert (gdbarch != NULL);
3575 if (gdbarch_debug >= 2)
3576 fprintf_unfiltered (gdb_stdlog, "gdbarch_believe_pcc_promotion called\n");
3577 return gdbarch->believe_pcc_promotion;
3578 }
3579
3580 void
3581 set_gdbarch_believe_pcc_promotion (struct gdbarch *gdbarch,
3582 int believe_pcc_promotion)
3583 {
3584 gdbarch->believe_pcc_promotion = believe_pcc_promotion;
3585 }
3586
3587 int
3588 gdbarch_believe_pcc_promotion_type (struct gdbarch *gdbarch)
3589 {
3590 gdb_assert (gdbarch != NULL);
3591 if (gdbarch_debug >= 2)
3592 fprintf_unfiltered (gdb_stdlog, "gdbarch_believe_pcc_promotion_type called\n");
3593 return gdbarch->believe_pcc_promotion_type;
3594 }
3595
3596 void
3597 set_gdbarch_believe_pcc_promotion_type (struct gdbarch *gdbarch,
3598 int believe_pcc_promotion_type)
3599 {
3600 gdbarch->believe_pcc_promotion_type = believe_pcc_promotion_type;
3601 }
3602
3603 int
3604 gdbarch_coerce_float_to_double (struct gdbarch *gdbarch, struct type *formal, struct type *actual)
3605 {
3606 gdb_assert (gdbarch != NULL);
3607 if (gdbarch->coerce_float_to_double == 0)
3608 internal_error (__FILE__, __LINE__,
3609 "gdbarch: gdbarch_coerce_float_to_double invalid");
3610 if (gdbarch_debug >= 2)
3611 fprintf_unfiltered (gdb_stdlog, "gdbarch_coerce_float_to_double called\n");
3612 return gdbarch->coerce_float_to_double (formal, actual);
3613 }
3614
3615 void
3616 set_gdbarch_coerce_float_to_double (struct gdbarch *gdbarch,
3617 gdbarch_coerce_float_to_double_ftype coerce_float_to_double)
3618 {
3619 gdbarch->coerce_float_to_double = coerce_float_to_double;
3620 }
3621
3622 void
3623 gdbarch_get_saved_register (struct gdbarch *gdbarch, char *raw_buffer, int *optimized, CORE_ADDR *addrp, struct frame_info *frame, int regnum, enum lval_type *lval)
3624 {
3625 gdb_assert (gdbarch != NULL);
3626 if (gdbarch->get_saved_register == 0)
3627 internal_error (__FILE__, __LINE__,
3628 "gdbarch: gdbarch_get_saved_register invalid");
3629 if (gdbarch_debug >= 2)
3630 fprintf_unfiltered (gdb_stdlog, "gdbarch_get_saved_register called\n");
3631 gdbarch->get_saved_register (raw_buffer, optimized, addrp, frame, regnum, lval);
3632 }
3633
3634 void
3635 set_gdbarch_get_saved_register (struct gdbarch *gdbarch,
3636 gdbarch_get_saved_register_ftype get_saved_register)
3637 {
3638 gdbarch->get_saved_register = get_saved_register;
3639 }
3640
3641 int
3642 gdbarch_register_convertible (struct gdbarch *gdbarch, int nr)
3643 {
3644 gdb_assert (gdbarch != NULL);
3645 if (gdbarch->register_convertible == 0)
3646 internal_error (__FILE__, __LINE__,
3647 "gdbarch: gdbarch_register_convertible invalid");
3648 if (gdbarch_debug >= 2)
3649 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_convertible called\n");
3650 return gdbarch->register_convertible (nr);
3651 }
3652
3653 void
3654 set_gdbarch_register_convertible (struct gdbarch *gdbarch,
3655 gdbarch_register_convertible_ftype register_convertible)
3656 {
3657 gdbarch->register_convertible = register_convertible;
3658 }
3659
3660 void
3661 gdbarch_register_convert_to_virtual (struct gdbarch *gdbarch, int regnum, struct type *type, char *from, char *to)
3662 {
3663 gdb_assert (gdbarch != NULL);
3664 if (gdbarch->register_convert_to_virtual == 0)
3665 internal_error (__FILE__, __LINE__,
3666 "gdbarch: gdbarch_register_convert_to_virtual invalid");
3667 if (gdbarch_debug >= 2)
3668 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_convert_to_virtual called\n");
3669 gdbarch->register_convert_to_virtual (regnum, type, from, to);
3670 }
3671
3672 void
3673 set_gdbarch_register_convert_to_virtual (struct gdbarch *gdbarch,
3674 gdbarch_register_convert_to_virtual_ftype register_convert_to_virtual)
3675 {
3676 gdbarch->register_convert_to_virtual = register_convert_to_virtual;
3677 }
3678
3679 void
3680 gdbarch_register_convert_to_raw (struct gdbarch *gdbarch, struct type *type, int regnum, char *from, char *to)
3681 {
3682 gdb_assert (gdbarch != NULL);
3683 if (gdbarch->register_convert_to_raw == 0)
3684 internal_error (__FILE__, __LINE__,
3685 "gdbarch: gdbarch_register_convert_to_raw invalid");
3686 if (gdbarch_debug >= 2)
3687 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_convert_to_raw called\n");
3688 gdbarch->register_convert_to_raw (type, regnum, from, to);
3689 }
3690
3691 void
3692 set_gdbarch_register_convert_to_raw (struct gdbarch *gdbarch,
3693 gdbarch_register_convert_to_raw_ftype register_convert_to_raw)
3694 {
3695 gdbarch->register_convert_to_raw = register_convert_to_raw;
3696 }
3697
3698 int
3699 gdbarch_convert_register_p (struct gdbarch *gdbarch, int regnum)
3700 {
3701 gdb_assert (gdbarch != NULL);
3702 if (gdbarch->convert_register_p == 0)
3703 internal_error (__FILE__, __LINE__,
3704 "gdbarch: gdbarch_convert_register_p invalid");
3705 if (gdbarch_debug >= 2)
3706 fprintf_unfiltered (gdb_stdlog, "gdbarch_convert_register_p called\n");
3707 return gdbarch->convert_register_p (regnum);
3708 }
3709
3710 void
3711 set_gdbarch_convert_register_p (struct gdbarch *gdbarch,
3712 gdbarch_convert_register_p_ftype convert_register_p)
3713 {
3714 gdbarch->convert_register_p = convert_register_p;
3715 }
3716
3717 void
3718 gdbarch_register_to_value (struct gdbarch *gdbarch, int regnum, struct type *type, char *from, char *to)
3719 {
3720 gdb_assert (gdbarch != NULL);
3721 if (gdbarch->register_to_value == 0)
3722 internal_error (__FILE__, __LINE__,
3723 "gdbarch: gdbarch_register_to_value invalid");
3724 if (gdbarch_debug >= 2)
3725 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_to_value called\n");
3726 gdbarch->register_to_value (regnum, type, from, to);
3727 }
3728
3729 void
3730 set_gdbarch_register_to_value (struct gdbarch *gdbarch,
3731 gdbarch_register_to_value_ftype register_to_value)
3732 {
3733 gdbarch->register_to_value = register_to_value;
3734 }
3735
3736 void
3737 gdbarch_value_to_register (struct gdbarch *gdbarch, struct type *type, int regnum, char *from, char *to)
3738 {
3739 gdb_assert (gdbarch != NULL);
3740 if (gdbarch->value_to_register == 0)
3741 internal_error (__FILE__, __LINE__,
3742 "gdbarch: gdbarch_value_to_register invalid");
3743 if (gdbarch_debug >= 2)
3744 fprintf_unfiltered (gdb_stdlog, "gdbarch_value_to_register called\n");
3745 gdbarch->value_to_register (type, regnum, from, to);
3746 }
3747
3748 void
3749 set_gdbarch_value_to_register (struct gdbarch *gdbarch,
3750 gdbarch_value_to_register_ftype value_to_register)
3751 {
3752 gdbarch->value_to_register = value_to_register;
3753 }
3754
3755 CORE_ADDR
3756 gdbarch_pointer_to_address (struct gdbarch *gdbarch, struct type *type, void *buf)
3757 {
3758 gdb_assert (gdbarch != NULL);
3759 if (gdbarch->pointer_to_address == 0)
3760 internal_error (__FILE__, __LINE__,
3761 "gdbarch: gdbarch_pointer_to_address invalid");
3762 if (gdbarch_debug >= 2)
3763 fprintf_unfiltered (gdb_stdlog, "gdbarch_pointer_to_address called\n");
3764 return gdbarch->pointer_to_address (type, buf);
3765 }
3766
3767 void
3768 set_gdbarch_pointer_to_address (struct gdbarch *gdbarch,
3769 gdbarch_pointer_to_address_ftype pointer_to_address)
3770 {
3771 gdbarch->pointer_to_address = pointer_to_address;
3772 }
3773
3774 void
3775 gdbarch_address_to_pointer (struct gdbarch *gdbarch, struct type *type, void *buf, CORE_ADDR addr)
3776 {
3777 gdb_assert (gdbarch != NULL);
3778 if (gdbarch->address_to_pointer == 0)
3779 internal_error (__FILE__, __LINE__,
3780 "gdbarch: gdbarch_address_to_pointer invalid");
3781 if (gdbarch_debug >= 2)
3782 fprintf_unfiltered (gdb_stdlog, "gdbarch_address_to_pointer called\n");
3783 gdbarch->address_to_pointer (type, buf, addr);
3784 }
3785
3786 void
3787 set_gdbarch_address_to_pointer (struct gdbarch *gdbarch,
3788 gdbarch_address_to_pointer_ftype address_to_pointer)
3789 {
3790 gdbarch->address_to_pointer = address_to_pointer;
3791 }
3792
3793 int
3794 gdbarch_integer_to_address_p (struct gdbarch *gdbarch)
3795 {
3796 gdb_assert (gdbarch != NULL);
3797 return gdbarch->integer_to_address != 0;
3798 }
3799
3800 CORE_ADDR
3801 gdbarch_integer_to_address (struct gdbarch *gdbarch, struct type *type, void *buf)
3802 {
3803 gdb_assert (gdbarch != NULL);
3804 if (gdbarch->integer_to_address == 0)
3805 internal_error (__FILE__, __LINE__,
3806 "gdbarch: gdbarch_integer_to_address invalid");
3807 if (gdbarch_debug >= 2)
3808 fprintf_unfiltered (gdb_stdlog, "gdbarch_integer_to_address called\n");
3809 return gdbarch->integer_to_address (type, buf);
3810 }
3811
3812 void
3813 set_gdbarch_integer_to_address (struct gdbarch *gdbarch,
3814 gdbarch_integer_to_address_ftype integer_to_address)
3815 {
3816 gdbarch->integer_to_address = integer_to_address;
3817 }
3818
3819 int
3820 gdbarch_return_value_on_stack (struct gdbarch *gdbarch, struct type *type)
3821 {
3822 gdb_assert (gdbarch != NULL);
3823 if (gdbarch->return_value_on_stack == 0)
3824 internal_error (__FILE__, __LINE__,
3825 "gdbarch: gdbarch_return_value_on_stack invalid");
3826 if (gdbarch_debug >= 2)
3827 fprintf_unfiltered (gdb_stdlog, "gdbarch_return_value_on_stack called\n");
3828 return gdbarch->return_value_on_stack (type);
3829 }
3830
3831 void
3832 set_gdbarch_return_value_on_stack (struct gdbarch *gdbarch,
3833 gdbarch_return_value_on_stack_ftype return_value_on_stack)
3834 {
3835 gdbarch->return_value_on_stack = return_value_on_stack;
3836 }
3837
3838 CORE_ADDR
3839 gdbarch_push_arguments (struct gdbarch *gdbarch, int nargs, struct value **args, CORE_ADDR sp, int struct_return, CORE_ADDR struct_addr)
3840 {
3841 gdb_assert (gdbarch != NULL);
3842 if (gdbarch->push_arguments == 0)
3843 internal_error (__FILE__, __LINE__,
3844 "gdbarch: gdbarch_push_arguments invalid");
3845 if (gdbarch_debug >= 2)
3846 fprintf_unfiltered (gdb_stdlog, "gdbarch_push_arguments called\n");
3847 return gdbarch->push_arguments (nargs, args, sp, struct_return, struct_addr);
3848 }
3849
3850 void
3851 set_gdbarch_push_arguments (struct gdbarch *gdbarch,
3852 gdbarch_push_arguments_ftype push_arguments)
3853 {
3854 gdbarch->push_arguments = push_arguments;
3855 }
3856
3857 void
3858 gdbarch_push_dummy_frame (struct gdbarch *gdbarch)
3859 {
3860 gdb_assert (gdbarch != NULL);
3861 if (gdbarch->push_dummy_frame == 0)
3862 internal_error (__FILE__, __LINE__,
3863 "gdbarch: gdbarch_push_dummy_frame invalid");
3864 if (gdbarch_debug >= 2)
3865 fprintf_unfiltered (gdb_stdlog, "gdbarch_push_dummy_frame called\n");
3866 gdbarch->push_dummy_frame ();
3867 }
3868
3869 void
3870 set_gdbarch_push_dummy_frame (struct gdbarch *gdbarch,
3871 gdbarch_push_dummy_frame_ftype push_dummy_frame)
3872 {
3873 gdbarch->push_dummy_frame = push_dummy_frame;
3874 }
3875
3876 int
3877 gdbarch_push_return_address_p (struct gdbarch *gdbarch)
3878 {
3879 gdb_assert (gdbarch != NULL);
3880 return gdbarch->push_return_address != 0;
3881 }
3882
3883 CORE_ADDR
3884 gdbarch_push_return_address (struct gdbarch *gdbarch, CORE_ADDR pc, CORE_ADDR sp)
3885 {
3886 gdb_assert (gdbarch != NULL);
3887 if (gdbarch->push_return_address == 0)
3888 internal_error (__FILE__, __LINE__,
3889 "gdbarch: gdbarch_push_return_address invalid");
3890 if (gdbarch_debug >= 2)
3891 fprintf_unfiltered (gdb_stdlog, "gdbarch_push_return_address called\n");
3892 return gdbarch->push_return_address (pc, sp);
3893 }
3894
3895 void
3896 set_gdbarch_push_return_address (struct gdbarch *gdbarch,
3897 gdbarch_push_return_address_ftype push_return_address)
3898 {
3899 gdbarch->push_return_address = push_return_address;
3900 }
3901
3902 void
3903 gdbarch_pop_frame (struct gdbarch *gdbarch)
3904 {
3905 gdb_assert (gdbarch != NULL);
3906 if (gdbarch->pop_frame == 0)
3907 internal_error (__FILE__, __LINE__,
3908 "gdbarch: gdbarch_pop_frame invalid");
3909 if (gdbarch_debug >= 2)
3910 fprintf_unfiltered (gdb_stdlog, "gdbarch_pop_frame called\n");
3911 gdbarch->pop_frame ();
3912 }
3913
3914 void
3915 set_gdbarch_pop_frame (struct gdbarch *gdbarch,
3916 gdbarch_pop_frame_ftype pop_frame)
3917 {
3918 gdbarch->pop_frame = pop_frame;
3919 }
3920
3921 void
3922 gdbarch_store_struct_return (struct gdbarch *gdbarch, CORE_ADDR addr, CORE_ADDR sp)
3923 {
3924 gdb_assert (gdbarch != NULL);
3925 if (gdbarch->store_struct_return == 0)
3926 internal_error (__FILE__, __LINE__,
3927 "gdbarch: gdbarch_store_struct_return invalid");
3928 if (gdbarch_debug >= 2)
3929 fprintf_unfiltered (gdb_stdlog, "gdbarch_store_struct_return called\n");
3930 gdbarch->store_struct_return (addr, sp);
3931 }
3932
3933 void
3934 set_gdbarch_store_struct_return (struct gdbarch *gdbarch,
3935 gdbarch_store_struct_return_ftype store_struct_return)
3936 {
3937 gdbarch->store_struct_return = store_struct_return;
3938 }
3939
3940 void
3941 gdbarch_extract_return_value (struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *valbuf)
3942 {
3943 gdb_assert (gdbarch != NULL);
3944 if (gdbarch->extract_return_value == 0)
3945 internal_error (__FILE__, __LINE__,
3946 "gdbarch: gdbarch_extract_return_value invalid");
3947 if (gdbarch_debug >= 2)
3948 fprintf_unfiltered (gdb_stdlog, "gdbarch_extract_return_value called\n");
3949 gdbarch->extract_return_value (type, regcache, valbuf);
3950 }
3951
3952 void
3953 set_gdbarch_extract_return_value (struct gdbarch *gdbarch,
3954 gdbarch_extract_return_value_ftype extract_return_value)
3955 {
3956 gdbarch->extract_return_value = extract_return_value;
3957 }
3958
3959 void
3960 gdbarch_store_return_value (struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, const void *valbuf)
3961 {
3962 gdb_assert (gdbarch != NULL);
3963 if (gdbarch->store_return_value == 0)
3964 internal_error (__FILE__, __LINE__,
3965 "gdbarch: gdbarch_store_return_value invalid");
3966 if (gdbarch_debug >= 2)
3967 fprintf_unfiltered (gdb_stdlog, "gdbarch_store_return_value called\n");
3968 gdbarch->store_return_value (type, regcache, valbuf);
3969 }
3970
3971 void
3972 set_gdbarch_store_return_value (struct gdbarch *gdbarch,
3973 gdbarch_store_return_value_ftype store_return_value)
3974 {
3975 gdbarch->store_return_value = store_return_value;
3976 }
3977
3978 void
3979 gdbarch_deprecated_extract_return_value (struct gdbarch *gdbarch, struct type *type, char *regbuf, char *valbuf)
3980 {
3981 gdb_assert (gdbarch != NULL);
3982 if (gdbarch->deprecated_extract_return_value == 0)
3983 internal_error (__FILE__, __LINE__,
3984 "gdbarch: gdbarch_deprecated_extract_return_value invalid");
3985 if (gdbarch_debug >= 2)
3986 fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_extract_return_value called\n");
3987 gdbarch->deprecated_extract_return_value (type, regbuf, valbuf);
3988 }
3989
3990 void
3991 set_gdbarch_deprecated_extract_return_value (struct gdbarch *gdbarch,
3992 gdbarch_deprecated_extract_return_value_ftype deprecated_extract_return_value)
3993 {
3994 gdbarch->deprecated_extract_return_value = deprecated_extract_return_value;
3995 }
3996
3997 void
3998 gdbarch_deprecated_store_return_value (struct gdbarch *gdbarch, struct type *type, char *valbuf)
3999 {
4000 gdb_assert (gdbarch != NULL);
4001 if (gdbarch->deprecated_store_return_value == 0)
4002 internal_error (__FILE__, __LINE__,
4003 "gdbarch: gdbarch_deprecated_store_return_value invalid");
4004 if (gdbarch_debug >= 2)
4005 fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_store_return_value called\n");
4006 gdbarch->deprecated_store_return_value (type, valbuf);
4007 }
4008
4009 void
4010 set_gdbarch_deprecated_store_return_value (struct gdbarch *gdbarch,
4011 gdbarch_deprecated_store_return_value_ftype deprecated_store_return_value)
4012 {
4013 gdbarch->deprecated_store_return_value = deprecated_store_return_value;
4014 }
4015
4016 int
4017 gdbarch_extract_struct_value_address_p (struct gdbarch *gdbarch)
4018 {
4019 gdb_assert (gdbarch != NULL);
4020 return gdbarch->extract_struct_value_address != 0;
4021 }
4022
4023 CORE_ADDR
4024 gdbarch_extract_struct_value_address (struct gdbarch *gdbarch, struct regcache *regcache)
4025 {
4026 gdb_assert (gdbarch != NULL);
4027 if (gdbarch->extract_struct_value_address == 0)
4028 internal_error (__FILE__, __LINE__,
4029 "gdbarch: gdbarch_extract_struct_value_address invalid");
4030 if (gdbarch_debug >= 2)
4031 fprintf_unfiltered (gdb_stdlog, "gdbarch_extract_struct_value_address called\n");
4032 return gdbarch->extract_struct_value_address (regcache);
4033 }
4034
4035 void
4036 set_gdbarch_extract_struct_value_address (struct gdbarch *gdbarch,
4037 gdbarch_extract_struct_value_address_ftype extract_struct_value_address)
4038 {
4039 gdbarch->extract_struct_value_address = extract_struct_value_address;
4040 }
4041
4042 int
4043 gdbarch_deprecated_extract_struct_value_address_p (struct gdbarch *gdbarch)
4044 {
4045 gdb_assert (gdbarch != NULL);
4046 return gdbarch->deprecated_extract_struct_value_address != 0;
4047 }
4048
4049 CORE_ADDR
4050 gdbarch_deprecated_extract_struct_value_address (struct gdbarch *gdbarch, char *regbuf)
4051 {
4052 gdb_assert (gdbarch != NULL);
4053 if (gdbarch->deprecated_extract_struct_value_address == 0)
4054 internal_error (__FILE__, __LINE__,
4055 "gdbarch: gdbarch_deprecated_extract_struct_value_address invalid");
4056 if (gdbarch_debug >= 2)
4057 fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_extract_struct_value_address called\n");
4058 return gdbarch->deprecated_extract_struct_value_address (regbuf);
4059 }
4060
4061 void
4062 set_gdbarch_deprecated_extract_struct_value_address (struct gdbarch *gdbarch,
4063 gdbarch_deprecated_extract_struct_value_address_ftype deprecated_extract_struct_value_address)
4064 {
4065 gdbarch->deprecated_extract_struct_value_address = deprecated_extract_struct_value_address;
4066 }
4067
4068 int
4069 gdbarch_use_struct_convention (struct gdbarch *gdbarch, int gcc_p, struct type *value_type)
4070 {
4071 gdb_assert (gdbarch != NULL);
4072 if (gdbarch->use_struct_convention == 0)
4073 internal_error (__FILE__, __LINE__,
4074 "gdbarch: gdbarch_use_struct_convention invalid");
4075 if (gdbarch_debug >= 2)
4076 fprintf_unfiltered (gdb_stdlog, "gdbarch_use_struct_convention called\n");
4077 return gdbarch->use_struct_convention (gcc_p, value_type);
4078 }
4079
4080 void
4081 set_gdbarch_use_struct_convention (struct gdbarch *gdbarch,
4082 gdbarch_use_struct_convention_ftype use_struct_convention)
4083 {
4084 gdbarch->use_struct_convention = use_struct_convention;
4085 }
4086
4087 void
4088 gdbarch_frame_init_saved_regs (struct gdbarch *gdbarch, struct frame_info *frame)
4089 {
4090 gdb_assert (gdbarch != NULL);
4091 if (gdbarch->frame_init_saved_regs == 0)
4092 internal_error (__FILE__, __LINE__,
4093 "gdbarch: gdbarch_frame_init_saved_regs invalid");
4094 if (gdbarch_debug >= 2)
4095 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_init_saved_regs called\n");
4096 gdbarch->frame_init_saved_regs (frame);
4097 }
4098
4099 void
4100 set_gdbarch_frame_init_saved_regs (struct gdbarch *gdbarch,
4101 gdbarch_frame_init_saved_regs_ftype frame_init_saved_regs)
4102 {
4103 gdbarch->frame_init_saved_regs = frame_init_saved_regs;
4104 }
4105
4106 int
4107 gdbarch_init_extra_frame_info_p (struct gdbarch *gdbarch)
4108 {
4109 gdb_assert (gdbarch != NULL);
4110 return gdbarch->init_extra_frame_info != 0;
4111 }
4112
4113 void
4114 gdbarch_init_extra_frame_info (struct gdbarch *gdbarch, int fromleaf, struct frame_info *frame)
4115 {
4116 gdb_assert (gdbarch != NULL);
4117 if (gdbarch->init_extra_frame_info == 0)
4118 internal_error (__FILE__, __LINE__,
4119 "gdbarch: gdbarch_init_extra_frame_info invalid");
4120 if (gdbarch_debug >= 2)
4121 fprintf_unfiltered (gdb_stdlog, "gdbarch_init_extra_frame_info called\n");
4122 gdbarch->init_extra_frame_info (fromleaf, frame);
4123 }
4124
4125 void
4126 set_gdbarch_init_extra_frame_info (struct gdbarch *gdbarch,
4127 gdbarch_init_extra_frame_info_ftype init_extra_frame_info)
4128 {
4129 gdbarch->init_extra_frame_info = init_extra_frame_info;
4130 }
4131
4132 CORE_ADDR
4133 gdbarch_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR ip)
4134 {
4135 gdb_assert (gdbarch != NULL);
4136 if (gdbarch->skip_prologue == 0)
4137 internal_error (__FILE__, __LINE__,
4138 "gdbarch: gdbarch_skip_prologue invalid");
4139 if (gdbarch_debug >= 2)
4140 fprintf_unfiltered (gdb_stdlog, "gdbarch_skip_prologue called\n");
4141 return gdbarch->skip_prologue (ip);
4142 }
4143
4144 void
4145 set_gdbarch_skip_prologue (struct gdbarch *gdbarch,
4146 gdbarch_skip_prologue_ftype skip_prologue)
4147 {
4148 gdbarch->skip_prologue = skip_prologue;
4149 }
4150
4151 int
4152 gdbarch_prologue_frameless_p (struct gdbarch *gdbarch, CORE_ADDR ip)
4153 {
4154 gdb_assert (gdbarch != NULL);
4155 if (gdbarch->prologue_frameless_p == 0)
4156 internal_error (__FILE__, __LINE__,
4157 "gdbarch: gdbarch_prologue_frameless_p invalid");
4158 if (gdbarch_debug >= 2)
4159 fprintf_unfiltered (gdb_stdlog, "gdbarch_prologue_frameless_p called\n");
4160 return gdbarch->prologue_frameless_p (ip);
4161 }
4162
4163 void
4164 set_gdbarch_prologue_frameless_p (struct gdbarch *gdbarch,
4165 gdbarch_prologue_frameless_p_ftype prologue_frameless_p)
4166 {
4167 gdbarch->prologue_frameless_p = prologue_frameless_p;
4168 }
4169
4170 int
4171 gdbarch_inner_than (struct gdbarch *gdbarch, CORE_ADDR lhs, CORE_ADDR rhs)
4172 {
4173 gdb_assert (gdbarch != NULL);
4174 if (gdbarch->inner_than == 0)
4175 internal_error (__FILE__, __LINE__,
4176 "gdbarch: gdbarch_inner_than invalid");
4177 if (gdbarch_debug >= 2)
4178 fprintf_unfiltered (gdb_stdlog, "gdbarch_inner_than called\n");
4179 return gdbarch->inner_than (lhs, rhs);
4180 }
4181
4182 void
4183 set_gdbarch_inner_than (struct gdbarch *gdbarch,
4184 gdbarch_inner_than_ftype inner_than)
4185 {
4186 gdbarch->inner_than = inner_than;
4187 }
4188
4189 const unsigned char *
4190 gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr)
4191 {
4192 gdb_assert (gdbarch != NULL);
4193 if (gdbarch->breakpoint_from_pc == 0)
4194 internal_error (__FILE__, __LINE__,
4195 "gdbarch: gdbarch_breakpoint_from_pc invalid");
4196 if (gdbarch_debug >= 2)
4197 fprintf_unfiltered (gdb_stdlog, "gdbarch_breakpoint_from_pc called\n");
4198 return gdbarch->breakpoint_from_pc (pcptr, lenptr);
4199 }
4200
4201 void
4202 set_gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch,
4203 gdbarch_breakpoint_from_pc_ftype breakpoint_from_pc)
4204 {
4205 gdbarch->breakpoint_from_pc = breakpoint_from_pc;
4206 }
4207
4208 int
4209 gdbarch_memory_insert_breakpoint (struct gdbarch *gdbarch, CORE_ADDR addr, char *contents_cache)
4210 {
4211 gdb_assert (gdbarch != NULL);
4212 if (gdbarch->memory_insert_breakpoint == 0)
4213 internal_error (__FILE__, __LINE__,
4214 "gdbarch: gdbarch_memory_insert_breakpoint invalid");
4215 if (gdbarch_debug >= 2)
4216 fprintf_unfiltered (gdb_stdlog, "gdbarch_memory_insert_breakpoint called\n");
4217 return gdbarch->memory_insert_breakpoint (addr, contents_cache);
4218 }
4219
4220 void
4221 set_gdbarch_memory_insert_breakpoint (struct gdbarch *gdbarch,
4222 gdbarch_memory_insert_breakpoint_ftype memory_insert_breakpoint)
4223 {
4224 gdbarch->memory_insert_breakpoint = memory_insert_breakpoint;
4225 }
4226
4227 int
4228 gdbarch_memory_remove_breakpoint (struct gdbarch *gdbarch, CORE_ADDR addr, char *contents_cache)
4229 {
4230 gdb_assert (gdbarch != NULL);
4231 if (gdbarch->memory_remove_breakpoint == 0)
4232 internal_error (__FILE__, __LINE__,
4233 "gdbarch: gdbarch_memory_remove_breakpoint invalid");
4234 if (gdbarch_debug >= 2)
4235 fprintf_unfiltered (gdb_stdlog, "gdbarch_memory_remove_breakpoint called\n");
4236 return gdbarch->memory_remove_breakpoint (addr, contents_cache);
4237 }
4238
4239 void
4240 set_gdbarch_memory_remove_breakpoint (struct gdbarch *gdbarch,
4241 gdbarch_memory_remove_breakpoint_ftype memory_remove_breakpoint)
4242 {
4243 gdbarch->memory_remove_breakpoint = memory_remove_breakpoint;
4244 }
4245
4246 CORE_ADDR
4247 gdbarch_decr_pc_after_break (struct gdbarch *gdbarch)
4248 {
4249 gdb_assert (gdbarch != NULL);
4250 if (gdbarch->decr_pc_after_break == -1)
4251 internal_error (__FILE__, __LINE__,
4252 "gdbarch: gdbarch_decr_pc_after_break invalid");
4253 if (gdbarch_debug >= 2)
4254 fprintf_unfiltered (gdb_stdlog, "gdbarch_decr_pc_after_break called\n");
4255 return gdbarch->decr_pc_after_break;
4256 }
4257
4258 void
4259 set_gdbarch_decr_pc_after_break (struct gdbarch *gdbarch,
4260 CORE_ADDR decr_pc_after_break)
4261 {
4262 gdbarch->decr_pc_after_break = decr_pc_after_break;
4263 }
4264
4265 int
4266 gdbarch_prepare_to_proceed (struct gdbarch *gdbarch, int select_it)
4267 {
4268 gdb_assert (gdbarch != NULL);
4269 if (gdbarch->prepare_to_proceed == 0)
4270 internal_error (__FILE__, __LINE__,
4271 "gdbarch: gdbarch_prepare_to_proceed invalid");
4272 if (gdbarch_debug >= 2)
4273 fprintf_unfiltered (gdb_stdlog, "gdbarch_prepare_to_proceed called\n");
4274 return gdbarch->prepare_to_proceed (select_it);
4275 }
4276
4277 void
4278 set_gdbarch_prepare_to_proceed (struct gdbarch *gdbarch,
4279 gdbarch_prepare_to_proceed_ftype prepare_to_proceed)
4280 {
4281 gdbarch->prepare_to_proceed = prepare_to_proceed;
4282 }
4283
4284 CORE_ADDR
4285 gdbarch_function_start_offset (struct gdbarch *gdbarch)
4286 {
4287 gdb_assert (gdbarch != NULL);
4288 if (gdbarch->function_start_offset == -1)
4289 internal_error (__FILE__, __LINE__,
4290 "gdbarch: gdbarch_function_start_offset invalid");
4291 if (gdbarch_debug >= 2)
4292 fprintf_unfiltered (gdb_stdlog, "gdbarch_function_start_offset called\n");
4293 return gdbarch->function_start_offset;
4294 }
4295
4296 void
4297 set_gdbarch_function_start_offset (struct gdbarch *gdbarch,
4298 CORE_ADDR function_start_offset)
4299 {
4300 gdbarch->function_start_offset = function_start_offset;
4301 }
4302
4303 void
4304 gdbarch_remote_translate_xfer_address (struct gdbarch *gdbarch, CORE_ADDR gdb_addr, int gdb_len, CORE_ADDR *rem_addr, int *rem_len)
4305 {
4306 gdb_assert (gdbarch != NULL);
4307 if (gdbarch->remote_translate_xfer_address == 0)
4308 internal_error (__FILE__, __LINE__,
4309 "gdbarch: gdbarch_remote_translate_xfer_address invalid");
4310 if (gdbarch_debug >= 2)
4311 fprintf_unfiltered (gdb_stdlog, "gdbarch_remote_translate_xfer_address called\n");
4312 gdbarch->remote_translate_xfer_address (gdb_addr, gdb_len, rem_addr, rem_len);
4313 }
4314
4315 void
4316 set_gdbarch_remote_translate_xfer_address (struct gdbarch *gdbarch,
4317 gdbarch_remote_translate_xfer_address_ftype remote_translate_xfer_address)
4318 {
4319 gdbarch->remote_translate_xfer_address = remote_translate_xfer_address;
4320 }
4321
4322 CORE_ADDR
4323 gdbarch_frame_args_skip (struct gdbarch *gdbarch)
4324 {
4325 gdb_assert (gdbarch != NULL);
4326 if (gdbarch->frame_args_skip == -1)
4327 internal_error (__FILE__, __LINE__,
4328 "gdbarch: gdbarch_frame_args_skip invalid");
4329 if (gdbarch_debug >= 2)
4330 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_args_skip called\n");
4331 return gdbarch->frame_args_skip;
4332 }
4333
4334 void
4335 set_gdbarch_frame_args_skip (struct gdbarch *gdbarch,
4336 CORE_ADDR frame_args_skip)
4337 {
4338 gdbarch->frame_args_skip = frame_args_skip;
4339 }
4340
4341 int
4342 gdbarch_frameless_function_invocation (struct gdbarch *gdbarch, struct frame_info *fi)
4343 {
4344 gdb_assert (gdbarch != NULL);
4345 if (gdbarch->frameless_function_invocation == 0)
4346 internal_error (__FILE__, __LINE__,
4347 "gdbarch: gdbarch_frameless_function_invocation invalid");
4348 if (gdbarch_debug >= 2)
4349 fprintf_unfiltered (gdb_stdlog, "gdbarch_frameless_function_invocation called\n");
4350 return gdbarch->frameless_function_invocation (fi);
4351 }
4352
4353 void
4354 set_gdbarch_frameless_function_invocation (struct gdbarch *gdbarch,
4355 gdbarch_frameless_function_invocation_ftype frameless_function_invocation)
4356 {
4357 gdbarch->frameless_function_invocation = frameless_function_invocation;
4358 }
4359
4360 CORE_ADDR
4361 gdbarch_frame_chain (struct gdbarch *gdbarch, struct frame_info *frame)
4362 {
4363 gdb_assert (gdbarch != NULL);
4364 if (gdbarch->frame_chain == 0)
4365 internal_error (__FILE__, __LINE__,
4366 "gdbarch: gdbarch_frame_chain invalid");
4367 if (gdbarch_debug >= 2)
4368 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_chain called\n");
4369 return gdbarch->frame_chain (frame);
4370 }
4371
4372 void
4373 set_gdbarch_frame_chain (struct gdbarch *gdbarch,
4374 gdbarch_frame_chain_ftype frame_chain)
4375 {
4376 gdbarch->frame_chain = frame_chain;
4377 }
4378
4379 int
4380 gdbarch_frame_chain_valid (struct gdbarch *gdbarch, CORE_ADDR chain, struct frame_info *thisframe)
4381 {
4382 gdb_assert (gdbarch != NULL);
4383 if (gdbarch->frame_chain_valid == 0)
4384 internal_error (__FILE__, __LINE__,
4385 "gdbarch: gdbarch_frame_chain_valid invalid");
4386 if (gdbarch_debug >= 2)
4387 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_chain_valid called\n");
4388 return gdbarch->frame_chain_valid (chain, thisframe);
4389 }
4390
4391 void
4392 set_gdbarch_frame_chain_valid (struct gdbarch *gdbarch,
4393 gdbarch_frame_chain_valid_ftype frame_chain_valid)
4394 {
4395 gdbarch->frame_chain_valid = frame_chain_valid;
4396 }
4397
4398 CORE_ADDR
4399 gdbarch_frame_saved_pc (struct gdbarch *gdbarch, struct frame_info *fi)
4400 {
4401 gdb_assert (gdbarch != NULL);
4402 if (gdbarch->frame_saved_pc == 0)
4403 internal_error (__FILE__, __LINE__,
4404 "gdbarch: gdbarch_frame_saved_pc invalid");
4405 if (gdbarch_debug >= 2)
4406 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_saved_pc called\n");
4407 return gdbarch->frame_saved_pc (fi);
4408 }
4409
4410 void
4411 set_gdbarch_frame_saved_pc (struct gdbarch *gdbarch,
4412 gdbarch_frame_saved_pc_ftype frame_saved_pc)
4413 {
4414 gdbarch->frame_saved_pc = frame_saved_pc;
4415 }
4416
4417 CORE_ADDR
4418 gdbarch_frame_args_address (struct gdbarch *gdbarch, struct frame_info *fi)
4419 {
4420 gdb_assert (gdbarch != NULL);
4421 if (gdbarch->frame_args_address == 0)
4422 internal_error (__FILE__, __LINE__,
4423 "gdbarch: gdbarch_frame_args_address invalid");
4424 if (gdbarch_debug >= 2)
4425 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_args_address called\n");
4426 return gdbarch->frame_args_address (fi);
4427 }
4428
4429 void
4430 set_gdbarch_frame_args_address (struct gdbarch *gdbarch,
4431 gdbarch_frame_args_address_ftype frame_args_address)
4432 {
4433 gdbarch->frame_args_address = frame_args_address;
4434 }
4435
4436 CORE_ADDR
4437 gdbarch_frame_locals_address (struct gdbarch *gdbarch, struct frame_info *fi)
4438 {
4439 gdb_assert (gdbarch != NULL);
4440 if (gdbarch->frame_locals_address == 0)
4441 internal_error (__FILE__, __LINE__,
4442 "gdbarch: gdbarch_frame_locals_address invalid");
4443 if (gdbarch_debug >= 2)
4444 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_locals_address called\n");
4445 return gdbarch->frame_locals_address (fi);
4446 }
4447
4448 void
4449 set_gdbarch_frame_locals_address (struct gdbarch *gdbarch,
4450 gdbarch_frame_locals_address_ftype frame_locals_address)
4451 {
4452 gdbarch->frame_locals_address = frame_locals_address;
4453 }
4454
4455 CORE_ADDR
4456 gdbarch_saved_pc_after_call (struct gdbarch *gdbarch, struct frame_info *frame)
4457 {
4458 gdb_assert (gdbarch != NULL);
4459 if (gdbarch->saved_pc_after_call == 0)
4460 internal_error (__FILE__, __LINE__,
4461 "gdbarch: gdbarch_saved_pc_after_call invalid");
4462 if (gdbarch_debug >= 2)
4463 fprintf_unfiltered (gdb_stdlog, "gdbarch_saved_pc_after_call called\n");
4464 return gdbarch->saved_pc_after_call (frame);
4465 }
4466
4467 void
4468 set_gdbarch_saved_pc_after_call (struct gdbarch *gdbarch,
4469 gdbarch_saved_pc_after_call_ftype saved_pc_after_call)
4470 {
4471 gdbarch->saved_pc_after_call = saved_pc_after_call;
4472 }
4473
4474 int
4475 gdbarch_frame_num_args (struct gdbarch *gdbarch, struct frame_info *frame)
4476 {
4477 gdb_assert (gdbarch != NULL);
4478 if (gdbarch->frame_num_args == 0)
4479 internal_error (__FILE__, __LINE__,
4480 "gdbarch: gdbarch_frame_num_args invalid");
4481 if (gdbarch_debug >= 2)
4482 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_num_args called\n");
4483 return gdbarch->frame_num_args (frame);
4484 }
4485
4486 void
4487 set_gdbarch_frame_num_args (struct gdbarch *gdbarch,
4488 gdbarch_frame_num_args_ftype frame_num_args)
4489 {
4490 gdbarch->frame_num_args = frame_num_args;
4491 }
4492
4493 int
4494 gdbarch_stack_align_p (struct gdbarch *gdbarch)
4495 {
4496 gdb_assert (gdbarch != NULL);
4497 return gdbarch->stack_align != 0;
4498 }
4499
4500 CORE_ADDR
4501 gdbarch_stack_align (struct gdbarch *gdbarch, CORE_ADDR sp)
4502 {
4503 gdb_assert (gdbarch != NULL);
4504 if (gdbarch->stack_align == 0)
4505 internal_error (__FILE__, __LINE__,
4506 "gdbarch: gdbarch_stack_align invalid");
4507 if (gdbarch_debug >= 2)
4508 fprintf_unfiltered (gdb_stdlog, "gdbarch_stack_align called\n");
4509 return gdbarch->stack_align (sp);
4510 }
4511
4512 void
4513 set_gdbarch_stack_align (struct gdbarch *gdbarch,
4514 gdbarch_stack_align_ftype stack_align)
4515 {
4516 gdbarch->stack_align = stack_align;
4517 }
4518
4519 int
4520 gdbarch_frame_align_p (struct gdbarch *gdbarch)
4521 {
4522 gdb_assert (gdbarch != NULL);
4523 return gdbarch->frame_align != 0;
4524 }
4525
4526 CORE_ADDR
4527 gdbarch_frame_align (struct gdbarch *gdbarch, CORE_ADDR address)
4528 {
4529 gdb_assert (gdbarch != NULL);
4530 if (gdbarch->frame_align == 0)
4531 internal_error (__FILE__, __LINE__,
4532 "gdbarch: gdbarch_frame_align invalid");
4533 if (gdbarch_debug >= 2)
4534 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_align called\n");
4535 return gdbarch->frame_align (gdbarch, address);
4536 }
4537
4538 void
4539 set_gdbarch_frame_align (struct gdbarch *gdbarch,
4540 gdbarch_frame_align_ftype frame_align)
4541 {
4542 gdbarch->frame_align = frame_align;
4543 }
4544
4545 int
4546 gdbarch_extra_stack_alignment_needed (struct gdbarch *gdbarch)
4547 {
4548 gdb_assert (gdbarch != NULL);
4549 /* Skip verify of extra_stack_alignment_needed, invalid_p == 0 */
4550 if (gdbarch_debug >= 2)
4551 fprintf_unfiltered (gdb_stdlog, "gdbarch_extra_stack_alignment_needed called\n");
4552 return gdbarch->extra_stack_alignment_needed;
4553 }
4554
4555 void
4556 set_gdbarch_extra_stack_alignment_needed (struct gdbarch *gdbarch,
4557 int extra_stack_alignment_needed)
4558 {
4559 gdbarch->extra_stack_alignment_needed = extra_stack_alignment_needed;
4560 }
4561
4562 int
4563 gdbarch_reg_struct_has_addr_p (struct gdbarch *gdbarch)
4564 {
4565 gdb_assert (gdbarch != NULL);
4566 return gdbarch->reg_struct_has_addr != 0;
4567 }
4568
4569 int
4570 gdbarch_reg_struct_has_addr (struct gdbarch *gdbarch, int gcc_p, struct type *type)
4571 {
4572 gdb_assert (gdbarch != NULL);
4573 if (gdbarch->reg_struct_has_addr == 0)
4574 internal_error (__FILE__, __LINE__,
4575 "gdbarch: gdbarch_reg_struct_has_addr invalid");
4576 if (gdbarch_debug >= 2)
4577 fprintf_unfiltered (gdb_stdlog, "gdbarch_reg_struct_has_addr called\n");
4578 return gdbarch->reg_struct_has_addr (gcc_p, type);
4579 }
4580
4581 void
4582 set_gdbarch_reg_struct_has_addr (struct gdbarch *gdbarch,
4583 gdbarch_reg_struct_has_addr_ftype reg_struct_has_addr)
4584 {
4585 gdbarch->reg_struct_has_addr = reg_struct_has_addr;
4586 }
4587
4588 int
4589 gdbarch_save_dummy_frame_tos_p (struct gdbarch *gdbarch)
4590 {
4591 gdb_assert (gdbarch != NULL);
4592 return gdbarch->save_dummy_frame_tos != 0;
4593 }
4594
4595 void
4596 gdbarch_save_dummy_frame_tos (struct gdbarch *gdbarch, CORE_ADDR sp)
4597 {
4598 gdb_assert (gdbarch != NULL);
4599 if (gdbarch->save_dummy_frame_tos == 0)
4600 internal_error (__FILE__, __LINE__,
4601 "gdbarch: gdbarch_save_dummy_frame_tos invalid");
4602 if (gdbarch_debug >= 2)
4603 fprintf_unfiltered (gdb_stdlog, "gdbarch_save_dummy_frame_tos called\n");
4604 gdbarch->save_dummy_frame_tos (sp);
4605 }
4606
4607 void
4608 set_gdbarch_save_dummy_frame_tos (struct gdbarch *gdbarch,
4609 gdbarch_save_dummy_frame_tos_ftype save_dummy_frame_tos)
4610 {
4611 gdbarch->save_dummy_frame_tos = save_dummy_frame_tos;
4612 }
4613
4614 int
4615 gdbarch_parm_boundary (struct gdbarch *gdbarch)
4616 {
4617 gdb_assert (gdbarch != NULL);
4618 if (gdbarch_debug >= 2)
4619 fprintf_unfiltered (gdb_stdlog, "gdbarch_parm_boundary called\n");
4620 return gdbarch->parm_boundary;
4621 }
4622
4623 void
4624 set_gdbarch_parm_boundary (struct gdbarch *gdbarch,
4625 int parm_boundary)
4626 {
4627 gdbarch->parm_boundary = parm_boundary;
4628 }
4629
4630 const struct floatformat *
4631 gdbarch_float_format (struct gdbarch *gdbarch)
4632 {
4633 gdb_assert (gdbarch != NULL);
4634 if (gdbarch_debug >= 2)
4635 fprintf_unfiltered (gdb_stdlog, "gdbarch_float_format called\n");
4636 return gdbarch->float_format;
4637 }
4638
4639 void
4640 set_gdbarch_float_format (struct gdbarch *gdbarch,
4641 const struct floatformat * float_format)
4642 {
4643 gdbarch->float_format = float_format;
4644 }
4645
4646 const struct floatformat *
4647 gdbarch_double_format (struct gdbarch *gdbarch)
4648 {
4649 gdb_assert (gdbarch != NULL);
4650 if (gdbarch_debug >= 2)
4651 fprintf_unfiltered (gdb_stdlog, "gdbarch_double_format called\n");
4652 return gdbarch->double_format;
4653 }
4654
4655 void
4656 set_gdbarch_double_format (struct gdbarch *gdbarch,
4657 const struct floatformat * double_format)
4658 {
4659 gdbarch->double_format = double_format;
4660 }
4661
4662 const struct floatformat *
4663 gdbarch_long_double_format (struct gdbarch *gdbarch)
4664 {
4665 gdb_assert (gdbarch != NULL);
4666 if (gdbarch_debug >= 2)
4667 fprintf_unfiltered (gdb_stdlog, "gdbarch_long_double_format called\n");
4668 return gdbarch->long_double_format;
4669 }
4670
4671 void
4672 set_gdbarch_long_double_format (struct gdbarch *gdbarch,
4673 const struct floatformat * long_double_format)
4674 {
4675 gdbarch->long_double_format = long_double_format;
4676 }
4677
4678 CORE_ADDR
4679 gdbarch_convert_from_func_ptr_addr (struct gdbarch *gdbarch, CORE_ADDR addr)
4680 {
4681 gdb_assert (gdbarch != NULL);
4682 if (gdbarch->convert_from_func_ptr_addr == 0)
4683 internal_error (__FILE__, __LINE__,
4684 "gdbarch: gdbarch_convert_from_func_ptr_addr invalid");
4685 if (gdbarch_debug >= 2)
4686 fprintf_unfiltered (gdb_stdlog, "gdbarch_convert_from_func_ptr_addr called\n");
4687 return gdbarch->convert_from_func_ptr_addr (addr);
4688 }
4689
4690 void
4691 set_gdbarch_convert_from_func_ptr_addr (struct gdbarch *gdbarch,
4692 gdbarch_convert_from_func_ptr_addr_ftype convert_from_func_ptr_addr)
4693 {
4694 gdbarch->convert_from_func_ptr_addr = convert_from_func_ptr_addr;
4695 }
4696
4697 CORE_ADDR
4698 gdbarch_addr_bits_remove (struct gdbarch *gdbarch, CORE_ADDR addr)
4699 {
4700 gdb_assert (gdbarch != NULL);
4701 if (gdbarch->addr_bits_remove == 0)
4702 internal_error (__FILE__, __LINE__,
4703 "gdbarch: gdbarch_addr_bits_remove invalid");
4704 if (gdbarch_debug >= 2)
4705 fprintf_unfiltered (gdb_stdlog, "gdbarch_addr_bits_remove called\n");
4706 return gdbarch->addr_bits_remove (addr);
4707 }
4708
4709 void
4710 set_gdbarch_addr_bits_remove (struct gdbarch *gdbarch,
4711 gdbarch_addr_bits_remove_ftype addr_bits_remove)
4712 {
4713 gdbarch->addr_bits_remove = addr_bits_remove;
4714 }
4715
4716 CORE_ADDR
4717 gdbarch_smash_text_address (struct gdbarch *gdbarch, CORE_ADDR addr)
4718 {
4719 gdb_assert (gdbarch != NULL);
4720 if (gdbarch->smash_text_address == 0)
4721 internal_error (__FILE__, __LINE__,
4722 "gdbarch: gdbarch_smash_text_address invalid");
4723 if (gdbarch_debug >= 2)
4724 fprintf_unfiltered (gdb_stdlog, "gdbarch_smash_text_address called\n");
4725 return gdbarch->smash_text_address (addr);
4726 }
4727
4728 void
4729 set_gdbarch_smash_text_address (struct gdbarch *gdbarch,
4730 gdbarch_smash_text_address_ftype smash_text_address)
4731 {
4732 gdbarch->smash_text_address = smash_text_address;
4733 }
4734
4735 int
4736 gdbarch_software_single_step_p (struct gdbarch *gdbarch)
4737 {
4738 gdb_assert (gdbarch != NULL);
4739 return gdbarch->software_single_step != 0;
4740 }
4741
4742 void
4743 gdbarch_software_single_step (struct gdbarch *gdbarch, enum target_signal sig, int insert_breakpoints_p)
4744 {
4745 gdb_assert (gdbarch != NULL);
4746 if (gdbarch->software_single_step == 0)
4747 internal_error (__FILE__, __LINE__,
4748 "gdbarch: gdbarch_software_single_step invalid");
4749 if (gdbarch_debug >= 2)
4750 fprintf_unfiltered (gdb_stdlog, "gdbarch_software_single_step called\n");
4751 gdbarch->software_single_step (sig, insert_breakpoints_p);
4752 }
4753
4754 void
4755 set_gdbarch_software_single_step (struct gdbarch *gdbarch,
4756 gdbarch_software_single_step_ftype software_single_step)
4757 {
4758 gdbarch->software_single_step = software_single_step;
4759 }
4760
4761 int
4762 gdbarch_print_insn (struct gdbarch *gdbarch, bfd_vma vma, disassemble_info *info)
4763 {
4764 gdb_assert (gdbarch != NULL);
4765 if (gdbarch->print_insn == 0)
4766 internal_error (__FILE__, __LINE__,
4767 "gdbarch: gdbarch_print_insn invalid");
4768 if (gdbarch_debug >= 2)
4769 fprintf_unfiltered (gdb_stdlog, "gdbarch_print_insn called\n");
4770 return gdbarch->print_insn (vma, info);
4771 }
4772
4773 void
4774 set_gdbarch_print_insn (struct gdbarch *gdbarch,
4775 gdbarch_print_insn_ftype print_insn)
4776 {
4777 gdbarch->print_insn = print_insn;
4778 }
4779
4780 CORE_ADDR
4781 gdbarch_skip_trampoline_code (struct gdbarch *gdbarch, CORE_ADDR pc)
4782 {
4783 gdb_assert (gdbarch != NULL);
4784 if (gdbarch->skip_trampoline_code == 0)
4785 internal_error (__FILE__, __LINE__,
4786 "gdbarch: gdbarch_skip_trampoline_code invalid");
4787 if (gdbarch_debug >= 2)
4788 fprintf_unfiltered (gdb_stdlog, "gdbarch_skip_trampoline_code called\n");
4789 return gdbarch->skip_trampoline_code (pc);
4790 }
4791
4792 void
4793 set_gdbarch_skip_trampoline_code (struct gdbarch *gdbarch,
4794 gdbarch_skip_trampoline_code_ftype skip_trampoline_code)
4795 {
4796 gdbarch->skip_trampoline_code = skip_trampoline_code;
4797 }
4798
4799 int
4800 gdbarch_in_solib_call_trampoline (struct gdbarch *gdbarch, CORE_ADDR pc, char *name)
4801 {
4802 gdb_assert (gdbarch != NULL);
4803 if (gdbarch->in_solib_call_trampoline == 0)
4804 internal_error (__FILE__, __LINE__,
4805 "gdbarch: gdbarch_in_solib_call_trampoline invalid");
4806 if (gdbarch_debug >= 2)
4807 fprintf_unfiltered (gdb_stdlog, "gdbarch_in_solib_call_trampoline called\n");
4808 return gdbarch->in_solib_call_trampoline (pc, name);
4809 }
4810
4811 void
4812 set_gdbarch_in_solib_call_trampoline (struct gdbarch *gdbarch,
4813 gdbarch_in_solib_call_trampoline_ftype in_solib_call_trampoline)
4814 {
4815 gdbarch->in_solib_call_trampoline = in_solib_call_trampoline;
4816 }
4817
4818 int
4819 gdbarch_in_solib_return_trampoline (struct gdbarch *gdbarch, CORE_ADDR pc, char *name)
4820 {
4821 gdb_assert (gdbarch != NULL);
4822 if (gdbarch->in_solib_return_trampoline == 0)
4823 internal_error (__FILE__, __LINE__,
4824 "gdbarch: gdbarch_in_solib_return_trampoline invalid");
4825 if (gdbarch_debug >= 2)
4826 fprintf_unfiltered (gdb_stdlog, "gdbarch_in_solib_return_trampoline called\n");
4827 return gdbarch->in_solib_return_trampoline (pc, name);
4828 }
4829
4830 void
4831 set_gdbarch_in_solib_return_trampoline (struct gdbarch *gdbarch,
4832 gdbarch_in_solib_return_trampoline_ftype in_solib_return_trampoline)
4833 {
4834 gdbarch->in_solib_return_trampoline = in_solib_return_trampoline;
4835 }
4836
4837 int
4838 gdbarch_pc_in_sigtramp (struct gdbarch *gdbarch, CORE_ADDR pc, char *name)
4839 {
4840 gdb_assert (gdbarch != NULL);
4841 if (gdbarch->pc_in_sigtramp == 0)
4842 internal_error (__FILE__, __LINE__,
4843 "gdbarch: gdbarch_pc_in_sigtramp invalid");
4844 if (gdbarch_debug >= 2)
4845 fprintf_unfiltered (gdb_stdlog, "gdbarch_pc_in_sigtramp called\n");
4846 return gdbarch->pc_in_sigtramp (pc, name);
4847 }
4848
4849 void
4850 set_gdbarch_pc_in_sigtramp (struct gdbarch *gdbarch,
4851 gdbarch_pc_in_sigtramp_ftype pc_in_sigtramp)
4852 {
4853 gdbarch->pc_in_sigtramp = pc_in_sigtramp;
4854 }
4855
4856 int
4857 gdbarch_sigtramp_start_p (struct gdbarch *gdbarch)
4858 {
4859 gdb_assert (gdbarch != NULL);
4860 return gdbarch->sigtramp_start != 0;
4861 }
4862
4863 CORE_ADDR
4864 gdbarch_sigtramp_start (struct gdbarch *gdbarch, CORE_ADDR pc)
4865 {
4866 gdb_assert (gdbarch != NULL);
4867 if (gdbarch->sigtramp_start == 0)
4868 internal_error (__FILE__, __LINE__,
4869 "gdbarch: gdbarch_sigtramp_start invalid");
4870 if (gdbarch_debug >= 2)
4871 fprintf_unfiltered (gdb_stdlog, "gdbarch_sigtramp_start called\n");
4872 return gdbarch->sigtramp_start (pc);
4873 }
4874
4875 void
4876 set_gdbarch_sigtramp_start (struct gdbarch *gdbarch,
4877 gdbarch_sigtramp_start_ftype sigtramp_start)
4878 {
4879 gdbarch->sigtramp_start = sigtramp_start;
4880 }
4881
4882 int
4883 gdbarch_sigtramp_end_p (struct gdbarch *gdbarch)
4884 {
4885 gdb_assert (gdbarch != NULL);
4886 return gdbarch->sigtramp_end != 0;
4887 }
4888
4889 CORE_ADDR
4890 gdbarch_sigtramp_end (struct gdbarch *gdbarch, CORE_ADDR pc)
4891 {
4892 gdb_assert (gdbarch != NULL);
4893 if (gdbarch->sigtramp_end == 0)
4894 internal_error (__FILE__, __LINE__,
4895 "gdbarch: gdbarch_sigtramp_end invalid");
4896 if (gdbarch_debug >= 2)
4897 fprintf_unfiltered (gdb_stdlog, "gdbarch_sigtramp_end called\n");
4898 return gdbarch->sigtramp_end (pc);
4899 }
4900
4901 void
4902 set_gdbarch_sigtramp_end (struct gdbarch *gdbarch,
4903 gdbarch_sigtramp_end_ftype sigtramp_end)
4904 {
4905 gdbarch->sigtramp_end = sigtramp_end;
4906 }
4907
4908 int
4909 gdbarch_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR addr)
4910 {
4911 gdb_assert (gdbarch != NULL);
4912 if (gdbarch->in_function_epilogue_p == 0)
4913 internal_error (__FILE__, __LINE__,
4914 "gdbarch: gdbarch_in_function_epilogue_p invalid");
4915 if (gdbarch_debug >= 2)
4916 fprintf_unfiltered (gdb_stdlog, "gdbarch_in_function_epilogue_p called\n");
4917 return gdbarch->in_function_epilogue_p (gdbarch, addr);
4918 }
4919
4920 void
4921 set_gdbarch_in_function_epilogue_p (struct gdbarch *gdbarch,
4922 gdbarch_in_function_epilogue_p_ftype in_function_epilogue_p)
4923 {
4924 gdbarch->in_function_epilogue_p = in_function_epilogue_p;
4925 }
4926
4927 char *
4928 gdbarch_construct_inferior_arguments (struct gdbarch *gdbarch, int argc, char **argv)
4929 {
4930 gdb_assert (gdbarch != NULL);
4931 if (gdbarch->construct_inferior_arguments == 0)
4932 internal_error (__FILE__, __LINE__,
4933 "gdbarch: gdbarch_construct_inferior_arguments invalid");
4934 if (gdbarch_debug >= 2)
4935 fprintf_unfiltered (gdb_stdlog, "gdbarch_construct_inferior_arguments called\n");
4936 return gdbarch->construct_inferior_arguments (gdbarch, argc, argv);
4937 }
4938
4939 void
4940 set_gdbarch_construct_inferior_arguments (struct gdbarch *gdbarch,
4941 gdbarch_construct_inferior_arguments_ftype construct_inferior_arguments)
4942 {
4943 gdbarch->construct_inferior_arguments = construct_inferior_arguments;
4944 }
4945
4946 int
4947 gdbarch_dwarf2_build_frame_info_p (struct gdbarch *gdbarch)
4948 {
4949 gdb_assert (gdbarch != NULL);
4950 return gdbarch->dwarf2_build_frame_info != 0;
4951 }
4952
4953 void
4954 gdbarch_dwarf2_build_frame_info (struct gdbarch *gdbarch, struct objfile *objfile)
4955 {
4956 gdb_assert (gdbarch != NULL);
4957 if (gdbarch->dwarf2_build_frame_info == 0)
4958 internal_error (__FILE__, __LINE__,
4959 "gdbarch: gdbarch_dwarf2_build_frame_info invalid");
4960 if (gdbarch_debug >= 2)
4961 fprintf_unfiltered (gdb_stdlog, "gdbarch_dwarf2_build_frame_info called\n");
4962 gdbarch->dwarf2_build_frame_info (objfile);
4963 }
4964
4965 void
4966 set_gdbarch_dwarf2_build_frame_info (struct gdbarch *gdbarch,
4967 gdbarch_dwarf2_build_frame_info_ftype dwarf2_build_frame_info)
4968 {
4969 gdbarch->dwarf2_build_frame_info = dwarf2_build_frame_info;
4970 }
4971
4972 void
4973 gdbarch_elf_make_msymbol_special (struct gdbarch *gdbarch, asymbol *sym, struct minimal_symbol *msym)
4974 {
4975 gdb_assert (gdbarch != NULL);
4976 if (gdbarch->elf_make_msymbol_special == 0)
4977 internal_error (__FILE__, __LINE__,
4978 "gdbarch: gdbarch_elf_make_msymbol_special invalid");
4979 if (gdbarch_debug >= 2)
4980 fprintf_unfiltered (gdb_stdlog, "gdbarch_elf_make_msymbol_special called\n");
4981 gdbarch->elf_make_msymbol_special (sym, msym);
4982 }
4983
4984 void
4985 set_gdbarch_elf_make_msymbol_special (struct gdbarch *gdbarch,
4986 gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special)
4987 {
4988 gdbarch->elf_make_msymbol_special = elf_make_msymbol_special;
4989 }
4990
4991 void
4992 gdbarch_coff_make_msymbol_special (struct gdbarch *gdbarch, int val, struct minimal_symbol *msym)
4993 {
4994 gdb_assert (gdbarch != NULL);
4995 if (gdbarch->coff_make_msymbol_special == 0)
4996 internal_error (__FILE__, __LINE__,
4997 "gdbarch: gdbarch_coff_make_msymbol_special invalid");
4998 if (gdbarch_debug >= 2)
4999 fprintf_unfiltered (gdb_stdlog, "gdbarch_coff_make_msymbol_special called\n");
5000 gdbarch->coff_make_msymbol_special (val, msym);
5001 }
5002
5003 void
5004 set_gdbarch_coff_make_msymbol_special (struct gdbarch *gdbarch,
5005 gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special)
5006 {
5007 gdbarch->coff_make_msymbol_special = coff_make_msymbol_special;
5008 }
5009
5010 const char *
5011 gdbarch_name_of_malloc (struct gdbarch *gdbarch)
5012 {
5013 gdb_assert (gdbarch != NULL);
5014 /* Skip verify of name_of_malloc, invalid_p == 0 */
5015 if (gdbarch_debug >= 2)
5016 fprintf_unfiltered (gdb_stdlog, "gdbarch_name_of_malloc called\n");
5017 return gdbarch->name_of_malloc;
5018 }
5019
5020 void
5021 set_gdbarch_name_of_malloc (struct gdbarch *gdbarch,
5022 const char * name_of_malloc)
5023 {
5024 gdbarch->name_of_malloc = name_of_malloc;
5025 }
5026
5027
5028 /* Keep a registry of per-architecture data-pointers required by GDB
5029 modules. */
5030
5031 struct gdbarch_data
5032 {
5033 unsigned index;
5034 int init_p;
5035 gdbarch_data_init_ftype *init;
5036 gdbarch_data_free_ftype *free;
5037 };
5038
5039 struct gdbarch_data_registration
5040 {
5041 struct gdbarch_data *data;
5042 struct gdbarch_data_registration *next;
5043 };
5044
5045 struct gdbarch_data_registry
5046 {
5047 unsigned nr;
5048 struct gdbarch_data_registration *registrations;
5049 };
5050
5051 struct gdbarch_data_registry gdbarch_data_registry =
5052 {
5053 0, NULL,
5054 };
5055
5056 struct gdbarch_data *
5057 register_gdbarch_data (gdbarch_data_init_ftype *init,
5058 gdbarch_data_free_ftype *free)
5059 {
5060 struct gdbarch_data_registration **curr;
5061 /* Append the new registraration. */
5062 for (curr = &gdbarch_data_registry.registrations;
5063 (*curr) != NULL;
5064 curr = &(*curr)->next);
5065 (*curr) = XMALLOC (struct gdbarch_data_registration);
5066 (*curr)->next = NULL;
5067 (*curr)->data = XMALLOC (struct gdbarch_data);
5068 (*curr)->data->index = gdbarch_data_registry.nr++;
5069 (*curr)->data->init = init;
5070 (*curr)->data->init_p = 1;
5071 (*curr)->data->free = free;
5072 return (*curr)->data;
5073 }
5074
5075
5076 /* Create/delete the gdbarch data vector. */
5077
5078 static void
5079 alloc_gdbarch_data (struct gdbarch *gdbarch)
5080 {
5081 gdb_assert (gdbarch->data == NULL);
5082 gdbarch->nr_data = gdbarch_data_registry.nr;
5083 gdbarch->data = xcalloc (gdbarch->nr_data, sizeof (void*));
5084 }
5085
5086 static void
5087 free_gdbarch_data (struct gdbarch *gdbarch)
5088 {
5089 struct gdbarch_data_registration *rego;
5090 gdb_assert (gdbarch->data != NULL);
5091 for (rego = gdbarch_data_registry.registrations;
5092 rego != NULL;
5093 rego = rego->next)
5094 {
5095 struct gdbarch_data *data = rego->data;
5096 gdb_assert (data->index < gdbarch->nr_data);
5097 if (data->free != NULL && gdbarch->data[data->index] != NULL)
5098 {
5099 data->free (gdbarch, gdbarch->data[data->index]);
5100 gdbarch->data[data->index] = NULL;
5101 }
5102 }
5103 xfree (gdbarch->data);
5104 gdbarch->data = NULL;
5105 }
5106
5107
5108 /* Initialize the current value of the specified per-architecture
5109 data-pointer. */
5110
5111 void
5112 set_gdbarch_data (struct gdbarch *gdbarch,
5113 struct gdbarch_data *data,
5114 void *pointer)
5115 {
5116 gdb_assert (data->index < gdbarch->nr_data);
5117 if (gdbarch->data[data->index] != NULL)
5118 {
5119 gdb_assert (data->free != NULL);
5120 data->free (gdbarch, gdbarch->data[data->index]);
5121 }
5122 gdbarch->data[data->index] = pointer;
5123 }
5124
5125 /* Return the current value of the specified per-architecture
5126 data-pointer. */
5127
5128 void *
5129 gdbarch_data (struct gdbarch *gdbarch, struct gdbarch_data *data)
5130 {
5131 gdb_assert (data->index < gdbarch->nr_data);
5132 /* The data-pointer isn't initialized, call init() to get a value but
5133 only if the architecture initializaiton has completed. Otherwise
5134 punt - hope that the caller knows what they are doing. */
5135 if (gdbarch->data[data->index] == NULL
5136 && gdbarch->initialized_p)
5137 {
5138 /* Be careful to detect an initialization cycle. */
5139 gdb_assert (data->init_p);
5140 data->init_p = 0;
5141 gdb_assert (data->init != NULL);
5142 gdbarch->data[data->index] = data->init (gdbarch);
5143 data->init_p = 1;
5144 gdb_assert (gdbarch->data[data->index] != NULL);
5145 }
5146 return gdbarch->data[data->index];
5147 }
5148
5149
5150
5151 /* Keep a registry of swapped data required by GDB modules. */
5152
5153 struct gdbarch_swap
5154 {
5155 void *swap;
5156 struct gdbarch_swap_registration *source;
5157 struct gdbarch_swap *next;
5158 };
5159
5160 struct gdbarch_swap_registration
5161 {
5162 void *data;
5163 unsigned long sizeof_data;
5164 gdbarch_swap_ftype *init;
5165 struct gdbarch_swap_registration *next;
5166 };
5167
5168 struct gdbarch_swap_registry
5169 {
5170 int nr;
5171 struct gdbarch_swap_registration *registrations;
5172 };
5173
5174 struct gdbarch_swap_registry gdbarch_swap_registry =
5175 {
5176 0, NULL,
5177 };
5178
5179 void
5180 register_gdbarch_swap (void *data,
5181 unsigned long sizeof_data,
5182 gdbarch_swap_ftype *init)
5183 {
5184 struct gdbarch_swap_registration **rego;
5185 for (rego = &gdbarch_swap_registry.registrations;
5186 (*rego) != NULL;
5187 rego = &(*rego)->next);
5188 (*rego) = XMALLOC (struct gdbarch_swap_registration);
5189 (*rego)->next = NULL;
5190 (*rego)->init = init;
5191 (*rego)->data = data;
5192 (*rego)->sizeof_data = sizeof_data;
5193 }
5194
5195 static void
5196 clear_gdbarch_swap (struct gdbarch *gdbarch)
5197 {
5198 struct gdbarch_swap *curr;
5199 for (curr = gdbarch->swap;
5200 curr != NULL;
5201 curr = curr->next)
5202 {
5203 memset (curr->source->data, 0, curr->source->sizeof_data);
5204 }
5205 }
5206
5207 static void
5208 init_gdbarch_swap (struct gdbarch *gdbarch)
5209 {
5210 struct gdbarch_swap_registration *rego;
5211 struct gdbarch_swap **curr = &gdbarch->swap;
5212 for (rego = gdbarch_swap_registry.registrations;
5213 rego != NULL;
5214 rego = rego->next)
5215 {
5216 if (rego->data != NULL)
5217 {
5218 (*curr) = XMALLOC (struct gdbarch_swap);
5219 (*curr)->source = rego;
5220 (*curr)->swap = xmalloc (rego->sizeof_data);
5221 (*curr)->next = NULL;
5222 curr = &(*curr)->next;
5223 }
5224 if (rego->init != NULL)
5225 rego->init ();
5226 }
5227 }
5228
5229 static void
5230 swapout_gdbarch_swap (struct gdbarch *gdbarch)
5231 {
5232 struct gdbarch_swap *curr;
5233 for (curr = gdbarch->swap;
5234 curr != NULL;
5235 curr = curr->next)
5236 memcpy (curr->swap, curr->source->data, curr->source->sizeof_data);
5237 }
5238
5239 static void
5240 swapin_gdbarch_swap (struct gdbarch *gdbarch)
5241 {
5242 struct gdbarch_swap *curr;
5243 for (curr = gdbarch->swap;
5244 curr != NULL;
5245 curr = curr->next)
5246 memcpy (curr->source->data, curr->swap, curr->source->sizeof_data);
5247 }
5248
5249
5250 /* Keep a registry of the architectures known by GDB. */
5251
5252 struct gdbarch_registration
5253 {
5254 enum bfd_architecture bfd_architecture;
5255 gdbarch_init_ftype *init;
5256 gdbarch_dump_tdep_ftype *dump_tdep;
5257 struct gdbarch_list *arches;
5258 struct gdbarch_registration *next;
5259 };
5260
5261 static struct gdbarch_registration *gdbarch_registry = NULL;
5262
5263 static void
5264 append_name (const char ***buf, int *nr, const char *name)
5265 {
5266 *buf = xrealloc (*buf, sizeof (char**) * (*nr + 1));
5267 (*buf)[*nr] = name;
5268 *nr += 1;
5269 }
5270
5271 const char **
5272 gdbarch_printable_names (void)
5273 {
5274 if (GDB_MULTI_ARCH)
5275 {
5276 /* Accumulate a list of names based on the registed list of
5277 architectures. */
5278 enum bfd_architecture a;
5279 int nr_arches = 0;
5280 const char **arches = NULL;
5281 struct gdbarch_registration *rego;
5282 for (rego = gdbarch_registry;
5283 rego != NULL;
5284 rego = rego->next)
5285 {
5286 const struct bfd_arch_info *ap;
5287 ap = bfd_lookup_arch (rego->bfd_architecture, 0);
5288 if (ap == NULL)
5289 internal_error (__FILE__, __LINE__,
5290 "gdbarch_architecture_names: multi-arch unknown");
5291 do
5292 {
5293 append_name (&arches, &nr_arches, ap->printable_name);
5294 ap = ap->next;
5295 }
5296 while (ap != NULL);
5297 }
5298 append_name (&arches, &nr_arches, NULL);
5299 return arches;
5300 }
5301 else
5302 /* Just return all the architectures that BFD knows. Assume that
5303 the legacy architecture framework supports them. */
5304 return bfd_arch_list ();
5305 }
5306
5307
5308 void
5309 gdbarch_register (enum bfd_architecture bfd_architecture,
5310 gdbarch_init_ftype *init,
5311 gdbarch_dump_tdep_ftype *dump_tdep)
5312 {
5313 struct gdbarch_registration **curr;
5314 const struct bfd_arch_info *bfd_arch_info;
5315 /* Check that BFD recognizes this architecture */
5316 bfd_arch_info = bfd_lookup_arch (bfd_architecture, 0);
5317 if (bfd_arch_info == NULL)
5318 {
5319 internal_error (__FILE__, __LINE__,
5320 "gdbarch: Attempt to register unknown architecture (%d)",
5321 bfd_architecture);
5322 }
5323 /* Check that we haven't seen this architecture before */
5324 for (curr = &gdbarch_registry;
5325 (*curr) != NULL;
5326 curr = &(*curr)->next)
5327 {
5328 if (bfd_architecture == (*curr)->bfd_architecture)
5329 internal_error (__FILE__, __LINE__,
5330 "gdbarch: Duplicate registraration of architecture (%s)",
5331 bfd_arch_info->printable_name);
5332 }
5333 /* log it */
5334 if (gdbarch_debug)
5335 fprintf_unfiltered (gdb_stdlog, "register_gdbarch_init (%s, 0x%08lx)\n",
5336 bfd_arch_info->printable_name,
5337 (long) init);
5338 /* Append it */
5339 (*curr) = XMALLOC (struct gdbarch_registration);
5340 (*curr)->bfd_architecture = bfd_architecture;
5341 (*curr)->init = init;
5342 (*curr)->dump_tdep = dump_tdep;
5343 (*curr)->arches = NULL;
5344 (*curr)->next = NULL;
5345 /* When non- multi-arch, install whatever target dump routine we've
5346 been provided - hopefully that routine has been written correctly
5347 and works regardless of multi-arch. */
5348 if (!GDB_MULTI_ARCH && dump_tdep != NULL
5349 && startup_gdbarch.dump_tdep == NULL)
5350 startup_gdbarch.dump_tdep = dump_tdep;
5351 }
5352
5353 void
5354 register_gdbarch_init (enum bfd_architecture bfd_architecture,
5355 gdbarch_init_ftype *init)
5356 {
5357 gdbarch_register (bfd_architecture, init, NULL);
5358 }
5359
5360
5361 /* Look for an architecture using gdbarch_info. Base search on only
5362 BFD_ARCH_INFO and BYTE_ORDER. */
5363
5364 struct gdbarch_list *
5365 gdbarch_list_lookup_by_info (struct gdbarch_list *arches,
5366 const struct gdbarch_info *info)
5367 {
5368 for (; arches != NULL; arches = arches->next)
5369 {
5370 if (info->bfd_arch_info != arches->gdbarch->bfd_arch_info)
5371 continue;
5372 if (info->byte_order != arches->gdbarch->byte_order)
5373 continue;
5374 return arches;
5375 }
5376 return NULL;
5377 }
5378
5379
5380 /* Update the current architecture. Return ZERO if the update request
5381 failed. */
5382
5383 int
5384 gdbarch_update_p (struct gdbarch_info info)
5385 {
5386 struct gdbarch *new_gdbarch;
5387 struct gdbarch *old_gdbarch;
5388 struct gdbarch_registration *rego;
5389
5390 /* Fill in missing parts of the INFO struct using a number of
5391 sources: ``set ...''; INFOabfd supplied; existing target. */
5392
5393 /* ``(gdb) set architecture ...'' */
5394 if (info.bfd_arch_info == NULL
5395 && !TARGET_ARCHITECTURE_AUTO)
5396 info.bfd_arch_info = TARGET_ARCHITECTURE;
5397 if (info.bfd_arch_info == NULL
5398 && info.abfd != NULL
5399 && bfd_get_arch (info.abfd) != bfd_arch_unknown
5400 && bfd_get_arch (info.abfd) != bfd_arch_obscure)
5401 info.bfd_arch_info = bfd_get_arch_info (info.abfd);
5402 if (info.bfd_arch_info == NULL)
5403 info.bfd_arch_info = TARGET_ARCHITECTURE;
5404
5405 /* ``(gdb) set byte-order ...'' */
5406 if (info.byte_order == BFD_ENDIAN_UNKNOWN
5407 && !TARGET_BYTE_ORDER_AUTO)
5408 info.byte_order = TARGET_BYTE_ORDER;
5409 /* From the INFO struct. */
5410 if (info.byte_order == BFD_ENDIAN_UNKNOWN
5411 && info.abfd != NULL)
5412 info.byte_order = (bfd_big_endian (info.abfd) ? BFD_ENDIAN_BIG
5413 : bfd_little_endian (info.abfd) ? BFD_ENDIAN_LITTLE
5414 : BFD_ENDIAN_UNKNOWN);
5415 /* From the current target. */
5416 if (info.byte_order == BFD_ENDIAN_UNKNOWN)
5417 info.byte_order = TARGET_BYTE_ORDER;
5418
5419 /* Must have found some sort of architecture. */
5420 gdb_assert (info.bfd_arch_info != NULL);
5421
5422 if (gdbarch_debug)
5423 {
5424 fprintf_unfiltered (gdb_stdlog,
5425 "gdbarch_update: info.bfd_arch_info %s\n",
5426 (info.bfd_arch_info != NULL
5427 ? info.bfd_arch_info->printable_name
5428 : "(null)"));
5429 fprintf_unfiltered (gdb_stdlog,
5430 "gdbarch_update: info.byte_order %d (%s)\n",
5431 info.byte_order,
5432 (info.byte_order == BFD_ENDIAN_BIG ? "big"
5433 : info.byte_order == BFD_ENDIAN_LITTLE ? "little"
5434 : "default"));
5435 fprintf_unfiltered (gdb_stdlog,
5436 "gdbarch_update: info.abfd 0x%lx\n",
5437 (long) info.abfd);
5438 fprintf_unfiltered (gdb_stdlog,
5439 "gdbarch_update: info.tdep_info 0x%lx\n",
5440 (long) info.tdep_info);
5441 }
5442
5443 /* Find the target that knows about this architecture. */
5444 for (rego = gdbarch_registry;
5445 rego != NULL;
5446 rego = rego->next)
5447 if (rego->bfd_architecture == info.bfd_arch_info->arch)
5448 break;
5449 if (rego == NULL)
5450 {
5451 if (gdbarch_debug)
5452 fprintf_unfiltered (gdb_stdlog, "gdbarch_update: No matching architecture\n");
5453 return 0;
5454 }
5455
5456 /* Swap the data belonging to the old target out setting the
5457 installed data to zero. This stops the ->init() function trying
5458 to refer to the previous architecture's global data structures. */
5459 swapout_gdbarch_swap (current_gdbarch);
5460 clear_gdbarch_swap (current_gdbarch);
5461
5462 /* Save the previously selected architecture, setting the global to
5463 NULL. This stops ->init() trying to use the previous
5464 architecture's configuration. The previous architecture may not
5465 even be of the same architecture family. The most recent
5466 architecture of the same family is found at the head of the
5467 rego->arches list. */
5468 old_gdbarch = current_gdbarch;
5469 current_gdbarch = NULL;
5470
5471 /* Ask the target for a replacement architecture. */
5472 new_gdbarch = rego->init (info, rego->arches);
5473
5474 /* Did the target like it? No. Reject the change and revert to the
5475 old architecture. */
5476 if (new_gdbarch == NULL)
5477 {
5478 if (gdbarch_debug)
5479 fprintf_unfiltered (gdb_stdlog, "gdbarch_update: Target rejected architecture\n");
5480 swapin_gdbarch_swap (old_gdbarch);
5481 current_gdbarch = old_gdbarch;
5482 return 0;
5483 }
5484
5485 /* Did the architecture change? No. Oops, put the old architecture
5486 back. */
5487 if (old_gdbarch == new_gdbarch)
5488 {
5489 if (gdbarch_debug)
5490 fprintf_unfiltered (gdb_stdlog, "gdbarch_update: Architecture 0x%08lx (%s) unchanged\n",
5491 (long) new_gdbarch,
5492 new_gdbarch->bfd_arch_info->printable_name);
5493 swapin_gdbarch_swap (old_gdbarch);
5494 current_gdbarch = old_gdbarch;
5495 return 1;
5496 }
5497
5498 /* Is this a pre-existing architecture? Yes. Move it to the front
5499 of the list of architectures (keeping the list sorted Most
5500 Recently Used) and then copy it in. */
5501 {
5502 struct gdbarch_list **list;
5503 for (list = &rego->arches;
5504 (*list) != NULL;
5505 list = &(*list)->next)
5506 {
5507 if ((*list)->gdbarch == new_gdbarch)
5508 {
5509 struct gdbarch_list *this;
5510 if (gdbarch_debug)
5511 fprintf_unfiltered (gdb_stdlog,
5512 "gdbarch_update: Previous architecture 0x%08lx (%s) selected\n",
5513 (long) new_gdbarch,
5514 new_gdbarch->bfd_arch_info->printable_name);
5515 /* Unlink this. */
5516 this = (*list);
5517 (*list) = this->next;
5518 /* Insert in the front. */
5519 this->next = rego->arches;
5520 rego->arches = this;
5521 /* Copy the new architecture in. */
5522 current_gdbarch = new_gdbarch;
5523 swapin_gdbarch_swap (new_gdbarch);
5524 architecture_changed_event ();
5525 return 1;
5526 }
5527 }
5528 }
5529
5530 /* Prepend this new architecture to the architecture list (keep the
5531 list sorted Most Recently Used). */
5532 {
5533 struct gdbarch_list *this = XMALLOC (struct gdbarch_list);
5534 this->next = rego->arches;
5535 this->gdbarch = new_gdbarch;
5536 rego->arches = this;
5537 }
5538
5539 /* Switch to this new architecture marking it initialized. */
5540 current_gdbarch = new_gdbarch;
5541 current_gdbarch->initialized_p = 1;
5542 if (gdbarch_debug)
5543 {
5544 fprintf_unfiltered (gdb_stdlog,
5545 "gdbarch_update: New architecture 0x%08lx (%s) selected\n",
5546 (long) new_gdbarch,
5547 new_gdbarch->bfd_arch_info->printable_name);
5548 }
5549
5550 /* Check that the newly installed architecture is valid. Plug in
5551 any post init values. */
5552 new_gdbarch->dump_tdep = rego->dump_tdep;
5553 verify_gdbarch (new_gdbarch);
5554
5555 /* Initialize the per-architecture memory (swap) areas.
5556 CURRENT_GDBARCH must be update before these modules are
5557 called. */
5558 init_gdbarch_swap (new_gdbarch);
5559
5560 /* Initialize the per-architecture data. CURRENT_GDBARCH
5561 must be updated before these modules are called. */
5562 architecture_changed_event ();
5563
5564 if (gdbarch_debug)
5565 gdbarch_dump (current_gdbarch, gdb_stdlog);
5566
5567 return 1;
5568 }
5569
5570
5571 /* Disassembler */
5572
5573 /* Pointer to the target-dependent disassembly function. */
5574 int (*tm_print_insn) (bfd_vma, disassemble_info *);
5575 disassemble_info tm_print_insn_info;
5576
5577
5578 extern void _initialize_gdbarch (void);
5579
5580 void
5581 _initialize_gdbarch (void)
5582 {
5583 struct cmd_list_element *c;
5584
5585 INIT_DISASSEMBLE_INFO_NO_ARCH (tm_print_insn_info, gdb_stdout, (fprintf_ftype)fprintf_filtered);
5586 tm_print_insn_info.flavour = bfd_target_unknown_flavour;
5587 tm_print_insn_info.read_memory_func = dis_asm_read_memory;
5588 tm_print_insn_info.memory_error_func = dis_asm_memory_error;
5589 tm_print_insn_info.print_address_func = dis_asm_print_address;
5590
5591 add_show_from_set (add_set_cmd ("arch",
5592 class_maintenance,
5593 var_zinteger,
5594 (char *)&gdbarch_debug,
5595 "Set architecture debugging.\n\
5596 When non-zero, architecture debugging is enabled.", &setdebuglist),
5597 &showdebuglist);
5598 c = add_set_cmd ("archdebug",
5599 class_maintenance,
5600 var_zinteger,
5601 (char *)&gdbarch_debug,
5602 "Set architecture debugging.\n\
5603 When non-zero, architecture debugging is enabled.", &setlist);
5604
5605 deprecate_cmd (c, "set debug arch");
5606 deprecate_cmd (add_show_from_set (c, &showlist), "show debug arch");
5607 }
This page took 0.168484 seconds and 5 git commands to generate.