1 /* *INDENT-OFF* */ /* THIS FILE IS GENERATED */
3 /* Dynamic architecture support for GDB, the GNU debugger.
5 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6 Free Software Foundation, Inc.
8 This file is part of GDB.
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 Boston, MA 02110-1301, USA. */
25 /* This file was created with the aid of ``gdbarch.sh''.
27 The Bourne shell script ``gdbarch.sh'' creates the files
28 ``new-gdbarch.c'' and ``new-gdbarch.h and then compares them
29 against the existing ``gdbarch.[hc]''. Any differences found
32 If editing this file, please also run gdbarch.sh and merge any
33 changes into that script. Conversely, when making sweeping changes
34 to this file, modifying gdbarch.sh and using its output may prove
39 #include "arch-utils.h"
45 #include "floatformat.h"
47 #include "gdb_assert.h"
48 #include "gdb_string.h"
49 #include "gdb-events.h"
50 #include "reggroups.h"
52 #include "gdb_obstack.h"
54 /* Static function declarations */
56 static void alloc_gdbarch_data (struct gdbarch *);
58 /* Non-zero if we want to trace architecture code. */
61 #define GDBARCH_DEBUG 0
63 int gdbarch_debug = GDBARCH_DEBUG;
65 show_gdbarch_debug (struct ui_file *file, int from_tty,
66 struct cmd_list_element *c, const char *value)
68 fprintf_filtered (file, _("Architecture debugging is %s.\n"), value);
72 pformat (const struct floatformat **format)
77 /* Just print out one of them - this is only for diagnostics. */
78 return format[0]->name;
82 /* Maintain the struct gdbarch object */
86 /* Has this architecture been fully initialized? */
89 /* An obstack bound to the lifetime of the architecture. */
90 struct obstack *obstack;
92 /* basic architectural information */
93 const struct bfd_arch_info * bfd_arch_info;
96 const struct target_desc * target_desc;
98 /* target specific vector. */
99 struct gdbarch_tdep *tdep;
100 gdbarch_dump_tdep_ftype *dump_tdep;
102 /* per-architecture data-pointers */
106 /* per-architecture swap-regions */
107 struct gdbarch_swap *swap;
109 /* Multi-arch values.
111 When extending this structure you must:
115 Declare set/get functions and define the corresponding
118 gdbarch_alloc(): If zero/NULL is not a suitable default,
119 initialize the new field.
121 verify_gdbarch(): Confirm that the target updated the field
124 gdbarch_dump(): Add a fprintf_unfiltered call so that the new
127 ``startup_gdbarch()'': Append an initial value to the static
128 variable (base values on the host's c-type system).
130 get_gdbarch(): Implement the set/get functions (probably using
131 the macro's as shortcuts).
140 const struct floatformat ** float_format;
142 const struct floatformat ** double_format;
144 const struct floatformat ** long_double_format;
149 gdbarch_read_pc_ftype *read_pc;
150 gdbarch_write_pc_ftype *write_pc;
151 gdbarch_virtual_frame_pointer_ftype *virtual_frame_pointer;
152 gdbarch_pseudo_register_read_ftype *pseudo_register_read;
153 gdbarch_pseudo_register_write_ftype *pseudo_register_write;
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 gdbarch_register_type_ftype *register_type;
167 gdbarch_unwind_dummy_id_ftype *unwind_dummy_id;
168 int deprecated_fp_regnum;
169 gdbarch_push_dummy_call_ftype *push_dummy_call;
170 int deprecated_register_size;
171 int call_dummy_location;
172 gdbarch_push_dummy_code_ftype *push_dummy_code;
173 gdbarch_print_registers_info_ftype *print_registers_info;
174 gdbarch_print_float_info_ftype *print_float_info;
175 gdbarch_print_vector_info_ftype *print_vector_info;
176 gdbarch_register_sim_regno_ftype *register_sim_regno;
177 gdbarch_register_bytes_ok_ftype *register_bytes_ok;
178 gdbarch_cannot_fetch_register_ftype *cannot_fetch_register;
179 gdbarch_cannot_store_register_ftype *cannot_store_register;
180 gdbarch_get_longjmp_target_ftype *get_longjmp_target;
181 int believe_pcc_promotion;
182 gdbarch_convert_register_p_ftype *convert_register_p;
183 gdbarch_register_to_value_ftype *register_to_value;
184 gdbarch_value_to_register_ftype *value_to_register;
185 gdbarch_value_from_register_ftype *value_from_register;
186 gdbarch_pointer_to_address_ftype *pointer_to_address;
187 gdbarch_address_to_pointer_ftype *address_to_pointer;
188 gdbarch_integer_to_address_ftype *integer_to_address;
189 gdbarch_return_value_ftype *return_value;
190 gdbarch_extract_return_value_ftype *extract_return_value;
191 gdbarch_store_return_value_ftype *store_return_value;
192 gdbarch_deprecated_use_struct_convention_ftype *deprecated_use_struct_convention;
193 gdbarch_deprecated_extract_struct_value_address_ftype *deprecated_extract_struct_value_address;
194 gdbarch_skip_prologue_ftype *skip_prologue;
195 gdbarch_inner_than_ftype *inner_than;
196 gdbarch_breakpoint_from_pc_ftype *breakpoint_from_pc;
197 gdbarch_adjust_breakpoint_address_ftype *adjust_breakpoint_address;
198 gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint;
199 gdbarch_memory_remove_breakpoint_ftype *memory_remove_breakpoint;
200 CORE_ADDR decr_pc_after_break;
201 CORE_ADDR deprecated_function_start_offset;
202 gdbarch_remote_register_number_ftype *remote_register_number;
203 gdbarch_fetch_tls_load_module_address_ftype *fetch_tls_load_module_address;
204 CORE_ADDR frame_args_skip;
205 gdbarch_unwind_pc_ftype *unwind_pc;
206 gdbarch_unwind_sp_ftype *unwind_sp;
207 gdbarch_frame_num_args_ftype *frame_num_args;
208 gdbarch_deprecated_stack_align_ftype *deprecated_stack_align;
209 gdbarch_frame_align_ftype *frame_align;
210 gdbarch_deprecated_reg_struct_has_addr_ftype *deprecated_reg_struct_has_addr;
211 gdbarch_stabs_argument_has_addr_ftype *stabs_argument_has_addr;
212 int frame_red_zone_size;
213 gdbarch_convert_from_func_ptr_addr_ftype *convert_from_func_ptr_addr;
214 gdbarch_addr_bits_remove_ftype *addr_bits_remove;
215 gdbarch_smash_text_address_ftype *smash_text_address;
216 gdbarch_software_single_step_ftype *software_single_step;
217 gdbarch_single_step_through_delay_ftype *single_step_through_delay;
218 gdbarch_print_insn_ftype *print_insn;
219 gdbarch_skip_trampoline_code_ftype *skip_trampoline_code;
220 gdbarch_skip_solib_resolver_ftype *skip_solib_resolver;
221 gdbarch_in_solib_return_trampoline_ftype *in_solib_return_trampoline;
222 gdbarch_in_function_epilogue_p_ftype *in_function_epilogue_p;
223 gdbarch_construct_inferior_arguments_ftype *construct_inferior_arguments;
224 gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special;
225 gdbarch_coff_make_msymbol_special_ftype *coff_make_msymbol_special;
226 const char * name_of_malloc;
227 int cannot_step_breakpoint;
228 int have_nonsteppable_watchpoint;
229 gdbarch_address_class_type_flags_ftype *address_class_type_flags;
230 gdbarch_address_class_type_flags_to_name_ftype *address_class_type_flags_to_name;
231 gdbarch_address_class_name_to_type_flags_ftype *address_class_name_to_type_flags;
232 gdbarch_register_reggroup_p_ftype *register_reggroup_p;
233 gdbarch_fetch_pointer_argument_ftype *fetch_pointer_argument;
234 gdbarch_regset_from_core_section_ftype *regset_from_core_section;
235 int vtable_function_descriptors;
237 gdbarch_skip_permanent_breakpoint_ftype *skip_permanent_breakpoint;
238 gdbarch_overlay_update_ftype *overlay_update;
242 /* The default architecture uses host values (for want of a better
245 extern const struct bfd_arch_info bfd_default_arch_struct;
247 struct gdbarch startup_gdbarch =
249 1, /* Always initialized. */
250 NULL, /* The obstack. */
251 /* basic architecture information */
252 &bfd_default_arch_struct, /* bfd_arch_info */
253 BFD_ENDIAN_BIG, /* byte_order */
254 GDB_OSABI_UNKNOWN, /* osabi */
256 /* target specific vector and its dump routine */
258 /*per-architecture data-pointers and swap regions */
260 /* Multi-arch values */
261 8 * sizeof (short), /* short_bit */
262 8 * sizeof (int), /* int_bit */
263 8 * sizeof (long), /* long_bit */
264 8 * sizeof (LONGEST), /* long_long_bit */
265 8 * sizeof (float), /* float_bit */
266 0, /* float_format */
267 8 * sizeof (double), /* double_bit */
268 0, /* double_format */
269 8 * sizeof (long double), /* long_double_bit */
270 0, /* long_double_format */
271 8 * sizeof (void*), /* ptr_bit */
272 8 * sizeof (void*), /* addr_bit */
273 8 * sizeof (void*), /* bfd_vma_bit */
277 0, /* virtual_frame_pointer */
278 0, /* pseudo_register_read */
279 0, /* pseudo_register_write */
281 0, /* num_pseudo_regs */
286 0, /* stab_reg_to_regnum */
287 0, /* ecoff_reg_to_regnum */
288 0, /* dwarf_reg_to_regnum */
289 0, /* sdb_reg_to_regnum */
290 0, /* dwarf2_reg_to_regnum */
291 0, /* register_name */
292 0, /* register_type */
293 0, /* unwind_dummy_id */
294 -1, /* deprecated_fp_regnum */
295 0, /* push_dummy_call */
296 0, /* deprecated_register_size */
297 0, /* call_dummy_location */
298 0, /* push_dummy_code */
299 default_print_registers_info, /* print_registers_info */
300 0, /* print_float_info */
301 0, /* print_vector_info */
302 0, /* register_sim_regno */
303 0, /* register_bytes_ok */
304 0, /* cannot_fetch_register */
305 0, /* cannot_store_register */
306 0, /* get_longjmp_target */
307 0, /* believe_pcc_promotion */
308 0, /* convert_register_p */
309 0, /* register_to_value */
310 0, /* value_to_register */
311 0, /* value_from_register */
312 0, /* pointer_to_address */
313 0, /* address_to_pointer */
314 0, /* integer_to_address */
315 0, /* return_value */
316 0, /* extract_return_value */
317 0, /* store_return_value */
318 0, /* deprecated_use_struct_convention */
319 0, /* deprecated_extract_struct_value_address */
320 0, /* skip_prologue */
322 0, /* breakpoint_from_pc */
323 0, /* adjust_breakpoint_address */
324 0, /* memory_insert_breakpoint */
325 0, /* memory_remove_breakpoint */
326 0, /* decr_pc_after_break */
327 0, /* deprecated_function_start_offset */
328 default_remote_register_number, /* remote_register_number */
329 0, /* fetch_tls_load_module_address */
330 0, /* frame_args_skip */
333 0, /* frame_num_args */
334 0, /* deprecated_stack_align */
336 0, /* deprecated_reg_struct_has_addr */
337 default_stabs_argument_has_addr, /* stabs_argument_has_addr */
338 0, /* frame_red_zone_size */
339 convert_from_func_ptr_addr_identity, /* convert_from_func_ptr_addr */
340 0, /* addr_bits_remove */
341 0, /* smash_text_address */
342 0, /* software_single_step */
343 0, /* single_step_through_delay */
345 0, /* skip_trampoline_code */
346 generic_skip_solib_resolver, /* skip_solib_resolver */
347 0, /* in_solib_return_trampoline */
348 generic_in_function_epilogue_p, /* in_function_epilogue_p */
349 construct_inferior_arguments, /* construct_inferior_arguments */
350 0, /* elf_make_msymbol_special */
351 0, /* coff_make_msymbol_special */
352 "malloc", /* name_of_malloc */
353 0, /* cannot_step_breakpoint */
354 0, /* have_nonsteppable_watchpoint */
355 0, /* address_class_type_flags */
356 0, /* address_class_type_flags_to_name */
357 0, /* address_class_name_to_type_flags */
358 default_register_reggroup_p, /* register_reggroup_p */
359 0, /* fetch_pointer_argument */
360 0, /* regset_from_core_section */
361 0, /* vtable_function_descriptors */
362 0, /* vbit_in_delta */
363 0, /* skip_permanent_breakpoint */
364 0, /* overlay_update */
365 /* startup_gdbarch() */
368 struct gdbarch *current_gdbarch = &startup_gdbarch;
370 /* Create a new ``struct gdbarch'' based on information provided by
371 ``struct gdbarch_info''. */
374 gdbarch_alloc (const struct gdbarch_info *info,
375 struct gdbarch_tdep *tdep)
377 /* NOTE: The new architecture variable is named ``current_gdbarch''
378 so that macros such as TARGET_DOUBLE_BIT, when expanded, refer to
379 the current local architecture and not the previous global
380 architecture. This ensures that the new architectures initial
381 values are not influenced by the previous architecture. Once
382 everything is parameterised with gdbarch, this will go away. */
383 struct gdbarch *current_gdbarch;
385 /* Create an obstack for allocating all the per-architecture memory,
386 then use that to allocate the architecture vector. */
387 struct obstack *obstack = XMALLOC (struct obstack);
388 obstack_init (obstack);
389 current_gdbarch = obstack_alloc (obstack, sizeof (*current_gdbarch));
390 memset (current_gdbarch, 0, sizeof (*current_gdbarch));
391 current_gdbarch->obstack = obstack;
393 alloc_gdbarch_data (current_gdbarch);
395 current_gdbarch->tdep = tdep;
397 current_gdbarch->bfd_arch_info = info->bfd_arch_info;
398 current_gdbarch->byte_order = info->byte_order;
399 current_gdbarch->osabi = info->osabi;
400 current_gdbarch->target_desc = info->target_desc;
402 /* Force the explicit initialization of these. */
403 current_gdbarch->short_bit = 2*TARGET_CHAR_BIT;
404 current_gdbarch->int_bit = 4*TARGET_CHAR_BIT;
405 current_gdbarch->long_bit = 4*TARGET_CHAR_BIT;
406 current_gdbarch->long_long_bit = 2*TARGET_LONG_BIT;
407 current_gdbarch->float_bit = 4*TARGET_CHAR_BIT;
408 current_gdbarch->double_bit = 8*TARGET_CHAR_BIT;
409 current_gdbarch->long_double_bit = 8*TARGET_CHAR_BIT;
410 current_gdbarch->ptr_bit = TARGET_INT_BIT;
411 current_gdbarch->bfd_vma_bit = TARGET_ARCHITECTURE->bits_per_address;
412 current_gdbarch->char_signed = -1;
413 current_gdbarch->write_pc = generic_target_write_pc;
414 current_gdbarch->virtual_frame_pointer = legacy_virtual_frame_pointer;
415 current_gdbarch->num_regs = -1;
416 current_gdbarch->sp_regnum = -1;
417 current_gdbarch->pc_regnum = -1;
418 current_gdbarch->ps_regnum = -1;
419 current_gdbarch->fp0_regnum = -1;
420 current_gdbarch->stab_reg_to_regnum = no_op_reg_to_regnum;
421 current_gdbarch->ecoff_reg_to_regnum = no_op_reg_to_regnum;
422 current_gdbarch->dwarf_reg_to_regnum = no_op_reg_to_regnum;
423 current_gdbarch->sdb_reg_to_regnum = no_op_reg_to_regnum;
424 current_gdbarch->dwarf2_reg_to_regnum = no_op_reg_to_regnum;
425 current_gdbarch->deprecated_fp_regnum = -1;
426 current_gdbarch->call_dummy_location = AT_ENTRY_POINT;
427 current_gdbarch->print_registers_info = default_print_registers_info;
428 current_gdbarch->register_sim_regno = legacy_register_sim_regno;
429 current_gdbarch->cannot_fetch_register = cannot_register_not;
430 current_gdbarch->cannot_store_register = cannot_register_not;
431 current_gdbarch->convert_register_p = generic_convert_register_p;
432 current_gdbarch->value_from_register = default_value_from_register;
433 current_gdbarch->pointer_to_address = unsigned_pointer_to_address;
434 current_gdbarch->address_to_pointer = unsigned_address_to_pointer;
435 current_gdbarch->return_value = legacy_return_value;
436 current_gdbarch->deprecated_use_struct_convention = generic_use_struct_convention;
437 current_gdbarch->memory_insert_breakpoint = default_memory_insert_breakpoint;
438 current_gdbarch->memory_remove_breakpoint = default_memory_remove_breakpoint;
439 current_gdbarch->remote_register_number = default_remote_register_number;
440 current_gdbarch->stabs_argument_has_addr = default_stabs_argument_has_addr;
441 current_gdbarch->convert_from_func_ptr_addr = convert_from_func_ptr_addr_identity;
442 current_gdbarch->addr_bits_remove = core_addr_identity;
443 current_gdbarch->smash_text_address = core_addr_identity;
444 current_gdbarch->skip_trampoline_code = generic_skip_trampoline_code;
445 current_gdbarch->skip_solib_resolver = generic_skip_solib_resolver;
446 current_gdbarch->in_solib_return_trampoline = generic_in_solib_return_trampoline;
447 current_gdbarch->in_function_epilogue_p = generic_in_function_epilogue_p;
448 current_gdbarch->construct_inferior_arguments = construct_inferior_arguments;
449 current_gdbarch->elf_make_msymbol_special = default_elf_make_msymbol_special;
450 current_gdbarch->coff_make_msymbol_special = default_coff_make_msymbol_special;
451 current_gdbarch->name_of_malloc = "malloc";
452 current_gdbarch->register_reggroup_p = default_register_reggroup_p;
453 /* gdbarch_alloc() */
455 return current_gdbarch;
459 /* Allocate extra space using the per-architecture obstack. */
462 gdbarch_obstack_zalloc (struct gdbarch *arch, long size)
464 void *data = obstack_alloc (arch->obstack, size);
465 memset (data, 0, size);
470 /* Free a gdbarch struct. This should never happen in normal
471 operation --- once you've created a gdbarch, you keep it around.
472 However, if an architecture's init function encounters an error
473 building the structure, it may need to clean up a partially
474 constructed gdbarch. */
477 gdbarch_free (struct gdbarch *arch)
479 struct obstack *obstack;
480 gdb_assert (arch != NULL);
481 gdb_assert (!arch->initialized_p);
482 obstack = arch->obstack;
483 obstack_free (obstack, 0); /* Includes the ARCH. */
488 /* Ensure that all values in a GDBARCH are reasonable. */
490 /* NOTE/WARNING: The parameter is called ``current_gdbarch'' so that it
491 just happens to match the global variable ``current_gdbarch''. That
492 way macros refering to that variable get the local and not the global
493 version - ulgh. Once everything is parameterised with gdbarch, this
497 verify_gdbarch (struct gdbarch *current_gdbarch)
500 struct cleanup *cleanups;
503 log = mem_fileopen ();
504 cleanups = make_cleanup_ui_file_delete (log);
506 if (current_gdbarch->byte_order == BFD_ENDIAN_UNKNOWN)
507 fprintf_unfiltered (log, "\n\tbyte-order");
508 if (current_gdbarch->bfd_arch_info == NULL)
509 fprintf_unfiltered (log, "\n\tbfd_arch_info");
510 /* Check those that need to be defined for the given multi-arch level. */
511 /* Skip verify of short_bit, invalid_p == 0 */
512 /* Skip verify of int_bit, invalid_p == 0 */
513 /* Skip verify of long_bit, invalid_p == 0 */
514 /* Skip verify of long_long_bit, invalid_p == 0 */
515 /* Skip verify of float_bit, invalid_p == 0 */
516 if (current_gdbarch->float_format == 0)
517 current_gdbarch->float_format = floatformats_ieee_single;
518 /* Skip verify of double_bit, invalid_p == 0 */
519 if (current_gdbarch->double_format == 0)
520 current_gdbarch->double_format = floatformats_ieee_double;
521 /* Skip verify of long_double_bit, invalid_p == 0 */
522 if (current_gdbarch->long_double_format == 0)
523 current_gdbarch->long_double_format = floatformats_ieee_double;
524 /* Skip verify of ptr_bit, invalid_p == 0 */
525 if (current_gdbarch->addr_bit == 0)
526 current_gdbarch->addr_bit = TARGET_PTR_BIT;
527 /* Skip verify of bfd_vma_bit, invalid_p == 0 */
528 if (current_gdbarch->char_signed == -1)
529 current_gdbarch->char_signed = 1;
530 /* Skip verify of read_pc, has predicate */
531 /* Skip verify of write_pc, invalid_p == 0 */
532 /* Skip verify of virtual_frame_pointer, invalid_p == 0 */
533 /* Skip verify of pseudo_register_read, has predicate */
534 /* Skip verify of pseudo_register_write, has predicate */
535 if (current_gdbarch->num_regs == -1)
536 fprintf_unfiltered (log, "\n\tnum_regs");
537 /* Skip verify of num_pseudo_regs, invalid_p == 0 */
538 /* Skip verify of sp_regnum, invalid_p == 0 */
539 /* Skip verify of pc_regnum, invalid_p == 0 */
540 /* Skip verify of ps_regnum, invalid_p == 0 */
541 /* Skip verify of fp0_regnum, invalid_p == 0 */
542 /* Skip verify of stab_reg_to_regnum, invalid_p == 0 */
543 /* Skip verify of ecoff_reg_to_regnum, invalid_p == 0 */
544 /* Skip verify of dwarf_reg_to_regnum, invalid_p == 0 */
545 /* Skip verify of sdb_reg_to_regnum, invalid_p == 0 */
546 /* Skip verify of dwarf2_reg_to_regnum, invalid_p == 0 */
547 /* Skip verify of register_type, has predicate */
548 /* Skip verify of unwind_dummy_id, has predicate */
549 /* Skip verify of deprecated_fp_regnum, invalid_p == 0 */
550 /* Skip verify of push_dummy_call, has predicate */
551 /* Skip verify of call_dummy_location, invalid_p == 0 */
552 /* Skip verify of push_dummy_code, has predicate */
553 /* Skip verify of print_registers_info, invalid_p == 0 */
554 /* Skip verify of print_float_info, has predicate */
555 /* Skip verify of print_vector_info, has predicate */
556 /* Skip verify of register_sim_regno, invalid_p == 0 */
557 /* Skip verify of register_bytes_ok, has predicate */
558 /* Skip verify of cannot_fetch_register, invalid_p == 0 */
559 /* Skip verify of cannot_store_register, invalid_p == 0 */
560 /* Skip verify of get_longjmp_target, has predicate */
561 /* Skip verify of convert_register_p, invalid_p == 0 */
562 /* Skip verify of value_from_register, invalid_p == 0 */
563 /* Skip verify of pointer_to_address, invalid_p == 0 */
564 /* Skip verify of address_to_pointer, invalid_p == 0 */
565 /* Skip verify of integer_to_address, has predicate */
566 /* Skip verify of return_value, has predicate */
567 /* Skip verify of deprecated_use_struct_convention, invalid_p == 0 */
568 /* Skip verify of deprecated_extract_struct_value_address, has predicate */
569 if (current_gdbarch->skip_prologue == 0)
570 fprintf_unfiltered (log, "\n\tskip_prologue");
571 if (current_gdbarch->inner_than == 0)
572 fprintf_unfiltered (log, "\n\tinner_than");
573 if (current_gdbarch->breakpoint_from_pc == 0)
574 fprintf_unfiltered (log, "\n\tbreakpoint_from_pc");
575 /* Skip verify of adjust_breakpoint_address, has predicate */
576 /* Skip verify of memory_insert_breakpoint, invalid_p == 0 */
577 /* Skip verify of memory_remove_breakpoint, invalid_p == 0 */
578 /* Skip verify of decr_pc_after_break, invalid_p == 0 */
579 /* Skip verify of deprecated_function_start_offset, invalid_p == 0 */
580 /* Skip verify of remote_register_number, invalid_p == 0 */
581 /* Skip verify of fetch_tls_load_module_address, has predicate */
582 /* Skip verify of frame_args_skip, invalid_p == 0 */
583 /* Skip verify of unwind_pc, has predicate */
584 /* Skip verify of unwind_sp, has predicate */
585 /* Skip verify of frame_num_args, has predicate */
586 /* Skip verify of deprecated_stack_align, has predicate */
587 /* Skip verify of frame_align, has predicate */
588 /* Skip verify of deprecated_reg_struct_has_addr, has predicate */
589 /* Skip verify of stabs_argument_has_addr, invalid_p == 0 */
590 /* Skip verify of convert_from_func_ptr_addr, invalid_p == 0 */
591 /* Skip verify of addr_bits_remove, invalid_p == 0 */
592 /* Skip verify of smash_text_address, invalid_p == 0 */
593 /* Skip verify of software_single_step, has predicate */
594 /* Skip verify of single_step_through_delay, has predicate */
595 if (current_gdbarch->print_insn == 0)
596 fprintf_unfiltered (log, "\n\tprint_insn");
597 /* Skip verify of skip_trampoline_code, invalid_p == 0 */
598 /* Skip verify of skip_solib_resolver, invalid_p == 0 */
599 /* Skip verify of in_solib_return_trampoline, invalid_p == 0 */
600 /* Skip verify of in_function_epilogue_p, invalid_p == 0 */
601 /* Skip verify of construct_inferior_arguments, invalid_p == 0 */
602 /* Skip verify of elf_make_msymbol_special, invalid_p == 0 */
603 /* Skip verify of coff_make_msymbol_special, invalid_p == 0 */
604 /* Skip verify of name_of_malloc, invalid_p == 0 */
605 /* Skip verify of cannot_step_breakpoint, invalid_p == 0 */
606 /* Skip verify of have_nonsteppable_watchpoint, invalid_p == 0 */
607 /* Skip verify of address_class_type_flags, has predicate */
608 /* Skip verify of address_class_type_flags_to_name, has predicate */
609 /* Skip verify of address_class_name_to_type_flags, has predicate */
610 /* Skip verify of register_reggroup_p, invalid_p == 0 */
611 /* Skip verify of fetch_pointer_argument, has predicate */
612 /* Skip verify of regset_from_core_section, has predicate */
613 /* Skip verify of vtable_function_descriptors, invalid_p == 0 */
614 /* Skip verify of vbit_in_delta, invalid_p == 0 */
615 /* Skip verify of skip_permanent_breakpoint, has predicate */
616 /* Skip verify of overlay_update, has predicate */
617 buf = ui_file_xstrdup (log, &dummy);
618 make_cleanup (xfree, buf);
619 if (strlen (buf) > 0)
620 internal_error (__FILE__, __LINE__,
621 _("verify_gdbarch: the following are invalid ...%s"),
623 do_cleanups (cleanups);
627 /* Print out the details of the current architecture. */
629 /* NOTE/WARNING: The parameter is called ``current_gdbarch'' so that it
630 just happens to match the global variable ``current_gdbarch''. That
631 way macros refering to that variable get the local and not the global
632 version - ulgh. Once everything is parameterised with gdbarch, this
636 gdbarch_dump (struct gdbarch *current_gdbarch, struct ui_file *file)
638 const char *gdb_xm_file = "<not-defined>";
639 const char *gdb_nm_file = "<not-defined>";
640 const char *gdb_tm_file = "<not-defined>";
641 #if defined (GDB_XM_FILE)
642 gdb_xm_file = GDB_XM_FILE;
644 fprintf_unfiltered (file,
645 "gdbarch_dump: GDB_XM_FILE = %s\n",
647 #if defined (GDB_NM_FILE)
648 gdb_nm_file = GDB_NM_FILE;
650 fprintf_unfiltered (file,
651 "gdbarch_dump: GDB_NM_FILE = %s\n",
653 #if defined (GDB_TM_FILE)
654 gdb_tm_file = GDB_TM_FILE;
656 fprintf_unfiltered (file,
657 "gdbarch_dump: GDB_TM_FILE = %s\n",
659 #ifdef TARGET_ADDR_BIT
660 fprintf_unfiltered (file,
661 "gdbarch_dump: TARGET_ADDR_BIT # %s\n",
662 XSTRING (TARGET_ADDR_BIT));
664 fprintf_unfiltered (file,
665 "gdbarch_dump: addr_bit = %s\n",
666 paddr_d (current_gdbarch->addr_bit));
667 #ifdef ADDR_BITS_REMOVE
668 fprintf_unfiltered (file,
669 "gdbarch_dump: %s # %s\n",
670 "ADDR_BITS_REMOVE(addr)",
671 XSTRING (ADDR_BITS_REMOVE (addr)));
673 fprintf_unfiltered (file,
674 "gdbarch_dump: addr_bits_remove = <0x%lx>\n",
675 (long) current_gdbarch->addr_bits_remove);
676 fprintf_unfiltered (file,
677 "gdbarch_dump: gdbarch_address_class_name_to_type_flags_p() = %d\n",
678 gdbarch_address_class_name_to_type_flags_p (current_gdbarch));
679 fprintf_unfiltered (file,
680 "gdbarch_dump: address_class_name_to_type_flags = <0x%lx>\n",
681 (long) current_gdbarch->address_class_name_to_type_flags);
682 #ifdef ADDRESS_CLASS_TYPE_FLAGS_P
683 fprintf_unfiltered (file,
684 "gdbarch_dump: %s # %s\n",
685 "ADDRESS_CLASS_TYPE_FLAGS_P()",
686 XSTRING (ADDRESS_CLASS_TYPE_FLAGS_P ()));
688 fprintf_unfiltered (file,
689 "gdbarch_dump: gdbarch_address_class_type_flags_p() = %d\n",
690 gdbarch_address_class_type_flags_p (current_gdbarch));
691 #ifdef ADDRESS_CLASS_TYPE_FLAGS
692 fprintf_unfiltered (file,
693 "gdbarch_dump: %s # %s\n",
694 "ADDRESS_CLASS_TYPE_FLAGS(byte_size, dwarf2_addr_class)",
695 XSTRING (ADDRESS_CLASS_TYPE_FLAGS (byte_size, dwarf2_addr_class)));
697 fprintf_unfiltered (file,
698 "gdbarch_dump: address_class_type_flags = <0x%lx>\n",
699 (long) current_gdbarch->address_class_type_flags);
700 fprintf_unfiltered (file,
701 "gdbarch_dump: gdbarch_address_class_type_flags_to_name_p() = %d\n",
702 gdbarch_address_class_type_flags_to_name_p (current_gdbarch));
703 fprintf_unfiltered (file,
704 "gdbarch_dump: address_class_type_flags_to_name = <0x%lx>\n",
705 (long) current_gdbarch->address_class_type_flags_to_name);
706 #ifdef ADDRESS_TO_POINTER
707 fprintf_unfiltered (file,
708 "gdbarch_dump: %s # %s\n",
709 "ADDRESS_TO_POINTER(type, buf, addr)",
710 XSTRING (ADDRESS_TO_POINTER (type, buf, addr)));
712 fprintf_unfiltered (file,
713 "gdbarch_dump: address_to_pointer = <0x%lx>\n",
714 (long) current_gdbarch->address_to_pointer);
715 fprintf_unfiltered (file,
716 "gdbarch_dump: gdbarch_adjust_breakpoint_address_p() = %d\n",
717 gdbarch_adjust_breakpoint_address_p (current_gdbarch));
718 fprintf_unfiltered (file,
719 "gdbarch_dump: adjust_breakpoint_address = <0x%lx>\n",
720 (long) current_gdbarch->adjust_breakpoint_address);
721 #ifdef BELIEVE_PCC_PROMOTION
722 fprintf_unfiltered (file,
723 "gdbarch_dump: BELIEVE_PCC_PROMOTION # %s\n",
724 XSTRING (BELIEVE_PCC_PROMOTION));
726 fprintf_unfiltered (file,
727 "gdbarch_dump: believe_pcc_promotion = %s\n",
728 paddr_d (current_gdbarch->believe_pcc_promotion));
729 #ifdef TARGET_ARCHITECTURE
730 fprintf_unfiltered (file,
731 "gdbarch_dump: TARGET_ARCHITECTURE # %s\n",
732 XSTRING (TARGET_ARCHITECTURE));
734 fprintf_unfiltered (file,
735 "gdbarch_dump: bfd_arch_info = %s\n",
736 TARGET_ARCHITECTURE->printable_name);
737 #ifdef TARGET_BFD_VMA_BIT
738 fprintf_unfiltered (file,
739 "gdbarch_dump: TARGET_BFD_VMA_BIT # %s\n",
740 XSTRING (TARGET_BFD_VMA_BIT));
742 fprintf_unfiltered (file,
743 "gdbarch_dump: bfd_vma_bit = %s\n",
744 paddr_d (current_gdbarch->bfd_vma_bit));
745 #ifdef BREAKPOINT_FROM_PC
746 fprintf_unfiltered (file,
747 "gdbarch_dump: %s # %s\n",
748 "BREAKPOINT_FROM_PC(pcptr, lenptr)",
749 XSTRING (BREAKPOINT_FROM_PC (pcptr, lenptr)));
751 fprintf_unfiltered (file,
752 "gdbarch_dump: breakpoint_from_pc = <0x%lx>\n",
753 (long) current_gdbarch->breakpoint_from_pc);
754 fprintf_unfiltered (file,
755 "gdbarch_dump: byte_order = %s\n",
756 paddr_d (current_gdbarch->byte_order));
757 fprintf_unfiltered (file,
758 "gdbarch_dump: call_dummy_location = %s\n",
759 paddr_d (current_gdbarch->call_dummy_location));
760 #ifdef CANNOT_FETCH_REGISTER
761 fprintf_unfiltered (file,
762 "gdbarch_dump: %s # %s\n",
763 "CANNOT_FETCH_REGISTER(regnum)",
764 XSTRING (CANNOT_FETCH_REGISTER (regnum)));
766 fprintf_unfiltered (file,
767 "gdbarch_dump: cannot_fetch_register = <0x%lx>\n",
768 (long) current_gdbarch->cannot_fetch_register);
769 #ifdef CANNOT_STEP_BREAKPOINT
770 fprintf_unfiltered (file,
771 "gdbarch_dump: CANNOT_STEP_BREAKPOINT # %s\n",
772 XSTRING (CANNOT_STEP_BREAKPOINT));
774 fprintf_unfiltered (file,
775 "gdbarch_dump: cannot_step_breakpoint = %s\n",
776 paddr_d (current_gdbarch->cannot_step_breakpoint));
777 #ifdef CANNOT_STORE_REGISTER
778 fprintf_unfiltered (file,
779 "gdbarch_dump: %s # %s\n",
780 "CANNOT_STORE_REGISTER(regnum)",
781 XSTRING (CANNOT_STORE_REGISTER (regnum)));
783 fprintf_unfiltered (file,
784 "gdbarch_dump: cannot_store_register = <0x%lx>\n",
785 (long) current_gdbarch->cannot_store_register);
786 #ifdef TARGET_CHAR_SIGNED
787 fprintf_unfiltered (file,
788 "gdbarch_dump: TARGET_CHAR_SIGNED # %s\n",
789 XSTRING (TARGET_CHAR_SIGNED));
791 fprintf_unfiltered (file,
792 "gdbarch_dump: char_signed = %s\n",
793 paddr_d (current_gdbarch->char_signed));
794 #ifdef COFF_MAKE_MSYMBOL_SPECIAL
795 fprintf_unfiltered (file,
796 "gdbarch_dump: %s # %s\n",
797 "COFF_MAKE_MSYMBOL_SPECIAL(val, msym)",
798 XSTRING (COFF_MAKE_MSYMBOL_SPECIAL (val, msym)));
800 fprintf_unfiltered (file,
801 "gdbarch_dump: coff_make_msymbol_special = <0x%lx>\n",
802 (long) current_gdbarch->coff_make_msymbol_special);
803 fprintf_unfiltered (file,
804 "gdbarch_dump: construct_inferior_arguments = <0x%lx>\n",
805 (long) current_gdbarch->construct_inferior_arguments);
806 fprintf_unfiltered (file,
807 "gdbarch_dump: convert_from_func_ptr_addr = <0x%lx>\n",
808 (long) current_gdbarch->convert_from_func_ptr_addr);
809 #ifdef CONVERT_REGISTER_P
810 fprintf_unfiltered (file,
811 "gdbarch_dump: %s # %s\n",
812 "CONVERT_REGISTER_P(regnum, type)",
813 XSTRING (CONVERT_REGISTER_P (regnum, type)));
815 fprintf_unfiltered (file,
816 "gdbarch_dump: convert_register_p = <0x%lx>\n",
817 (long) current_gdbarch->convert_register_p);
818 #ifdef DECR_PC_AFTER_BREAK
819 fprintf_unfiltered (file,
820 "gdbarch_dump: DECR_PC_AFTER_BREAK # %s\n",
821 XSTRING (DECR_PC_AFTER_BREAK));
823 fprintf_unfiltered (file,
824 "gdbarch_dump: decr_pc_after_break = 0x%s\n",
825 paddr_nz (current_gdbarch->decr_pc_after_break));
826 #ifdef DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS_P
827 fprintf_unfiltered (file,
828 "gdbarch_dump: %s # %s\n",
829 "DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS_P()",
830 XSTRING (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS_P ()));
832 fprintf_unfiltered (file,
833 "gdbarch_dump: gdbarch_deprecated_extract_struct_value_address_p() = %d\n",
834 gdbarch_deprecated_extract_struct_value_address_p (current_gdbarch));
835 #ifdef DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS
836 fprintf_unfiltered (file,
837 "gdbarch_dump: %s # %s\n",
838 "DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS(regcache)",
839 XSTRING (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS (regcache)));
841 fprintf_unfiltered (file,
842 "gdbarch_dump: deprecated_extract_struct_value_address = <0x%lx>\n",
843 (long) current_gdbarch->deprecated_extract_struct_value_address);
844 #ifdef DEPRECATED_FP_REGNUM
845 fprintf_unfiltered (file,
846 "gdbarch_dump: DEPRECATED_FP_REGNUM # %s\n",
847 XSTRING (DEPRECATED_FP_REGNUM));
849 fprintf_unfiltered (file,
850 "gdbarch_dump: deprecated_fp_regnum = %s\n",
851 paddr_d (current_gdbarch->deprecated_fp_regnum));
852 #ifdef DEPRECATED_FUNCTION_START_OFFSET
853 fprintf_unfiltered (file,
854 "gdbarch_dump: DEPRECATED_FUNCTION_START_OFFSET # %s\n",
855 XSTRING (DEPRECATED_FUNCTION_START_OFFSET));
857 fprintf_unfiltered (file,
858 "gdbarch_dump: deprecated_function_start_offset = 0x%s\n",
859 paddr_nz (current_gdbarch->deprecated_function_start_offset));
860 #ifdef DEPRECATED_REG_STRUCT_HAS_ADDR_P
861 fprintf_unfiltered (file,
862 "gdbarch_dump: %s # %s\n",
863 "DEPRECATED_REG_STRUCT_HAS_ADDR_P()",
864 XSTRING (DEPRECATED_REG_STRUCT_HAS_ADDR_P ()));
866 fprintf_unfiltered (file,
867 "gdbarch_dump: gdbarch_deprecated_reg_struct_has_addr_p() = %d\n",
868 gdbarch_deprecated_reg_struct_has_addr_p (current_gdbarch));
869 #ifdef DEPRECATED_REG_STRUCT_HAS_ADDR
870 fprintf_unfiltered (file,
871 "gdbarch_dump: %s # %s\n",
872 "DEPRECATED_REG_STRUCT_HAS_ADDR(gcc_p, type)",
873 XSTRING (DEPRECATED_REG_STRUCT_HAS_ADDR (gcc_p, type)));
875 fprintf_unfiltered (file,
876 "gdbarch_dump: deprecated_reg_struct_has_addr = <0x%lx>\n",
877 (long) current_gdbarch->deprecated_reg_struct_has_addr);
878 #ifdef DEPRECATED_REGISTER_SIZE
879 fprintf_unfiltered (file,
880 "gdbarch_dump: DEPRECATED_REGISTER_SIZE # %s\n",
881 XSTRING (DEPRECATED_REGISTER_SIZE));
883 fprintf_unfiltered (file,
884 "gdbarch_dump: deprecated_register_size = %s\n",
885 paddr_d (current_gdbarch->deprecated_register_size));
886 #ifdef DEPRECATED_STACK_ALIGN_P
887 fprintf_unfiltered (file,
888 "gdbarch_dump: %s # %s\n",
889 "DEPRECATED_STACK_ALIGN_P()",
890 XSTRING (DEPRECATED_STACK_ALIGN_P ()));
892 fprintf_unfiltered (file,
893 "gdbarch_dump: gdbarch_deprecated_stack_align_p() = %d\n",
894 gdbarch_deprecated_stack_align_p (current_gdbarch));
895 #ifdef DEPRECATED_STACK_ALIGN
896 fprintf_unfiltered (file,
897 "gdbarch_dump: %s # %s\n",
898 "DEPRECATED_STACK_ALIGN(sp)",
899 XSTRING (DEPRECATED_STACK_ALIGN (sp)));
901 fprintf_unfiltered (file,
902 "gdbarch_dump: deprecated_stack_align = <0x%lx>\n",
903 (long) current_gdbarch->deprecated_stack_align);
904 #ifdef DEPRECATED_USE_STRUCT_CONVENTION
905 fprintf_unfiltered (file,
906 "gdbarch_dump: %s # %s\n",
907 "DEPRECATED_USE_STRUCT_CONVENTION(gcc_p, value_type)",
908 XSTRING (DEPRECATED_USE_STRUCT_CONVENTION (gcc_p, value_type)));
910 fprintf_unfiltered (file,
911 "gdbarch_dump: deprecated_use_struct_convention = <0x%lx>\n",
912 (long) current_gdbarch->deprecated_use_struct_convention);
913 #ifdef TARGET_DOUBLE_BIT
914 fprintf_unfiltered (file,
915 "gdbarch_dump: TARGET_DOUBLE_BIT # %s\n",
916 XSTRING (TARGET_DOUBLE_BIT));
918 fprintf_unfiltered (file,
919 "gdbarch_dump: double_bit = %s\n",
920 paddr_d (current_gdbarch->double_bit));
921 #ifdef TARGET_DOUBLE_FORMAT
922 fprintf_unfiltered (file,
923 "gdbarch_dump: TARGET_DOUBLE_FORMAT # %s\n",
924 XSTRING (TARGET_DOUBLE_FORMAT));
926 fprintf_unfiltered (file,
927 "gdbarch_dump: double_format = %s\n",
928 pformat (current_gdbarch->double_format));
929 #ifdef DWARF2_REG_TO_REGNUM
930 fprintf_unfiltered (file,
931 "gdbarch_dump: %s # %s\n",
932 "DWARF2_REG_TO_REGNUM(dwarf2_regnr)",
933 XSTRING (DWARF2_REG_TO_REGNUM (dwarf2_regnr)));
935 fprintf_unfiltered (file,
936 "gdbarch_dump: dwarf2_reg_to_regnum = <0x%lx>\n",
937 (long) current_gdbarch->dwarf2_reg_to_regnum);
938 #ifdef DWARF_REG_TO_REGNUM
939 fprintf_unfiltered (file,
940 "gdbarch_dump: %s # %s\n",
941 "DWARF_REG_TO_REGNUM(dwarf_regnr)",
942 XSTRING (DWARF_REG_TO_REGNUM (dwarf_regnr)));
944 fprintf_unfiltered (file,
945 "gdbarch_dump: dwarf_reg_to_regnum = <0x%lx>\n",
946 (long) current_gdbarch->dwarf_reg_to_regnum);
947 #ifdef ECOFF_REG_TO_REGNUM
948 fprintf_unfiltered (file,
949 "gdbarch_dump: %s # %s\n",
950 "ECOFF_REG_TO_REGNUM(ecoff_regnr)",
951 XSTRING (ECOFF_REG_TO_REGNUM (ecoff_regnr)));
953 fprintf_unfiltered (file,
954 "gdbarch_dump: ecoff_reg_to_regnum = <0x%lx>\n",
955 (long) current_gdbarch->ecoff_reg_to_regnum);
956 #ifdef ELF_MAKE_MSYMBOL_SPECIAL
957 fprintf_unfiltered (file,
958 "gdbarch_dump: %s # %s\n",
959 "ELF_MAKE_MSYMBOL_SPECIAL(sym, msym)",
960 XSTRING (ELF_MAKE_MSYMBOL_SPECIAL (sym, msym)));
962 fprintf_unfiltered (file,
963 "gdbarch_dump: elf_make_msymbol_special = <0x%lx>\n",
964 (long) current_gdbarch->elf_make_msymbol_special);
965 #ifdef EXTRACT_RETURN_VALUE
966 fprintf_unfiltered (file,
967 "gdbarch_dump: %s # %s\n",
968 "EXTRACT_RETURN_VALUE(type, regcache, valbuf)",
969 XSTRING (EXTRACT_RETURN_VALUE (type, regcache, valbuf)));
971 fprintf_unfiltered (file,
972 "gdbarch_dump: extract_return_value = <0x%lx>\n",
973 (long) current_gdbarch->extract_return_value);
974 #ifdef FETCH_POINTER_ARGUMENT_P
975 fprintf_unfiltered (file,
976 "gdbarch_dump: %s # %s\n",
977 "FETCH_POINTER_ARGUMENT_P()",
978 XSTRING (FETCH_POINTER_ARGUMENT_P ()));
980 fprintf_unfiltered (file,
981 "gdbarch_dump: gdbarch_fetch_pointer_argument_p() = %d\n",
982 gdbarch_fetch_pointer_argument_p (current_gdbarch));
983 #ifdef FETCH_POINTER_ARGUMENT
984 fprintf_unfiltered (file,
985 "gdbarch_dump: %s # %s\n",
986 "FETCH_POINTER_ARGUMENT(frame, argi, type)",
987 XSTRING (FETCH_POINTER_ARGUMENT (frame, argi, type)));
989 fprintf_unfiltered (file,
990 "gdbarch_dump: fetch_pointer_argument = <0x%lx>\n",
991 (long) current_gdbarch->fetch_pointer_argument);
992 #ifdef FETCH_TLS_LOAD_MODULE_ADDRESS_P
993 fprintf_unfiltered (file,
994 "gdbarch_dump: %s # %s\n",
995 "FETCH_TLS_LOAD_MODULE_ADDRESS_P()",
996 XSTRING (FETCH_TLS_LOAD_MODULE_ADDRESS_P ()));
998 fprintf_unfiltered (file,
999 "gdbarch_dump: gdbarch_fetch_tls_load_module_address_p() = %d\n",
1000 gdbarch_fetch_tls_load_module_address_p (current_gdbarch));
1001 #ifdef FETCH_TLS_LOAD_MODULE_ADDRESS
1002 fprintf_unfiltered (file,
1003 "gdbarch_dump: %s # %s\n",
1004 "FETCH_TLS_LOAD_MODULE_ADDRESS(objfile)",
1005 XSTRING (FETCH_TLS_LOAD_MODULE_ADDRESS (objfile)));
1007 fprintf_unfiltered (file,
1008 "gdbarch_dump: fetch_tls_load_module_address = <0x%lx>\n",
1009 (long) current_gdbarch->fetch_tls_load_module_address);
1010 #ifdef TARGET_FLOAT_BIT
1011 fprintf_unfiltered (file,
1012 "gdbarch_dump: TARGET_FLOAT_BIT # %s\n",
1013 XSTRING (TARGET_FLOAT_BIT));
1015 fprintf_unfiltered (file,
1016 "gdbarch_dump: float_bit = %s\n",
1017 paddr_d (current_gdbarch->float_bit));
1018 #ifdef TARGET_FLOAT_FORMAT
1019 fprintf_unfiltered (file,
1020 "gdbarch_dump: TARGET_FLOAT_FORMAT # %s\n",
1021 XSTRING (TARGET_FLOAT_FORMAT));
1023 fprintf_unfiltered (file,
1024 "gdbarch_dump: float_format = %s\n",
1025 pformat (current_gdbarch->float_format));
1027 fprintf_unfiltered (file,
1028 "gdbarch_dump: FP0_REGNUM # %s\n",
1029 XSTRING (FP0_REGNUM));
1031 fprintf_unfiltered (file,
1032 "gdbarch_dump: fp0_regnum = %s\n",
1033 paddr_d (current_gdbarch->fp0_regnum));
1034 fprintf_unfiltered (file,
1035 "gdbarch_dump: gdbarch_frame_align_p() = %d\n",
1036 gdbarch_frame_align_p (current_gdbarch));
1037 fprintf_unfiltered (file,
1038 "gdbarch_dump: frame_align = <0x%lx>\n",
1039 (long) current_gdbarch->frame_align);
1040 #ifdef FRAME_ARGS_SKIP
1041 fprintf_unfiltered (file,
1042 "gdbarch_dump: FRAME_ARGS_SKIP # %s\n",
1043 XSTRING (FRAME_ARGS_SKIP));
1045 fprintf_unfiltered (file,
1046 "gdbarch_dump: frame_args_skip = 0x%s\n",
1047 paddr_nz (current_gdbarch->frame_args_skip));
1048 #ifdef FRAME_NUM_ARGS_P
1049 fprintf_unfiltered (file,
1050 "gdbarch_dump: %s # %s\n",
1051 "FRAME_NUM_ARGS_P()",
1052 XSTRING (FRAME_NUM_ARGS_P ()));
1054 fprintf_unfiltered (file,
1055 "gdbarch_dump: gdbarch_frame_num_args_p() = %d\n",
1056 gdbarch_frame_num_args_p (current_gdbarch));
1057 #ifdef FRAME_NUM_ARGS
1058 fprintf_unfiltered (file,
1059 "gdbarch_dump: %s # %s\n",
1060 "FRAME_NUM_ARGS(frame)",
1061 XSTRING (FRAME_NUM_ARGS (frame)));
1063 fprintf_unfiltered (file,
1064 "gdbarch_dump: frame_num_args = <0x%lx>\n",
1065 (long) current_gdbarch->frame_num_args);
1066 #ifdef FRAME_RED_ZONE_SIZE
1067 fprintf_unfiltered (file,
1068 "gdbarch_dump: FRAME_RED_ZONE_SIZE # %s\n",
1069 XSTRING (FRAME_RED_ZONE_SIZE));
1071 fprintf_unfiltered (file,
1072 "gdbarch_dump: frame_red_zone_size = %s\n",
1073 paddr_d (current_gdbarch->frame_red_zone_size));
1074 #ifdef GET_LONGJMP_TARGET_P
1075 fprintf_unfiltered (file,
1076 "gdbarch_dump: %s # %s\n",
1077 "GET_LONGJMP_TARGET_P()",
1078 XSTRING (GET_LONGJMP_TARGET_P ()));
1080 fprintf_unfiltered (file,
1081 "gdbarch_dump: gdbarch_get_longjmp_target_p() = %d\n",
1082 gdbarch_get_longjmp_target_p (current_gdbarch));
1083 #ifdef GET_LONGJMP_TARGET
1084 fprintf_unfiltered (file,
1085 "gdbarch_dump: %s # %s\n",
1086 "GET_LONGJMP_TARGET(pc)",
1087 XSTRING (GET_LONGJMP_TARGET (pc)));
1089 fprintf_unfiltered (file,
1090 "gdbarch_dump: get_longjmp_target = <0x%lx>\n",
1091 (long) current_gdbarch->get_longjmp_target);
1092 #ifdef HAVE_NONSTEPPABLE_WATCHPOINT
1093 fprintf_unfiltered (file,
1094 "gdbarch_dump: HAVE_NONSTEPPABLE_WATCHPOINT # %s\n",
1095 XSTRING (HAVE_NONSTEPPABLE_WATCHPOINT));
1097 fprintf_unfiltered (file,
1098 "gdbarch_dump: have_nonsteppable_watchpoint = %s\n",
1099 paddr_d (current_gdbarch->have_nonsteppable_watchpoint));
1100 fprintf_unfiltered (file,
1101 "gdbarch_dump: in_function_epilogue_p = <0x%lx>\n",
1102 (long) current_gdbarch->in_function_epilogue_p);
1103 #ifdef IN_SOLIB_RETURN_TRAMPOLINE
1104 fprintf_unfiltered (file,
1105 "gdbarch_dump: %s # %s\n",
1106 "IN_SOLIB_RETURN_TRAMPOLINE(pc, name)",
1107 XSTRING (IN_SOLIB_RETURN_TRAMPOLINE (pc, name)));
1109 fprintf_unfiltered (file,
1110 "gdbarch_dump: in_solib_return_trampoline = <0x%lx>\n",
1111 (long) current_gdbarch->in_solib_return_trampoline);
1113 fprintf_unfiltered (file,
1114 "gdbarch_dump: %s # %s\n",
1115 "INNER_THAN(lhs, rhs)",
1116 XSTRING (INNER_THAN (lhs, rhs)));
1118 fprintf_unfiltered (file,
1119 "gdbarch_dump: inner_than = <0x%lx>\n",
1120 (long) current_gdbarch->inner_than);
1121 #ifdef TARGET_INT_BIT
1122 fprintf_unfiltered (file,
1123 "gdbarch_dump: TARGET_INT_BIT # %s\n",
1124 XSTRING (TARGET_INT_BIT));
1126 fprintf_unfiltered (file,
1127 "gdbarch_dump: int_bit = %s\n",
1128 paddr_d (current_gdbarch->int_bit));
1129 fprintf_unfiltered (file,
1130 "gdbarch_dump: gdbarch_integer_to_address_p() = %d\n",
1131 gdbarch_integer_to_address_p (current_gdbarch));
1132 fprintf_unfiltered (file,
1133 "gdbarch_dump: integer_to_address = <0x%lx>\n",
1134 (long) current_gdbarch->integer_to_address);
1135 #ifdef TARGET_LONG_BIT
1136 fprintf_unfiltered (file,
1137 "gdbarch_dump: TARGET_LONG_BIT # %s\n",
1138 XSTRING (TARGET_LONG_BIT));
1140 fprintf_unfiltered (file,
1141 "gdbarch_dump: long_bit = %s\n",
1142 paddr_d (current_gdbarch->long_bit));
1143 #ifdef TARGET_LONG_DOUBLE_BIT
1144 fprintf_unfiltered (file,
1145 "gdbarch_dump: TARGET_LONG_DOUBLE_BIT # %s\n",
1146 XSTRING (TARGET_LONG_DOUBLE_BIT));
1148 fprintf_unfiltered (file,
1149 "gdbarch_dump: long_double_bit = %s\n",
1150 paddr_d (current_gdbarch->long_double_bit));
1151 #ifdef TARGET_LONG_DOUBLE_FORMAT
1152 fprintf_unfiltered (file,
1153 "gdbarch_dump: TARGET_LONG_DOUBLE_FORMAT # %s\n",
1154 XSTRING (TARGET_LONG_DOUBLE_FORMAT));
1156 fprintf_unfiltered (file,
1157 "gdbarch_dump: long_double_format = %s\n",
1158 pformat (current_gdbarch->long_double_format));
1159 #ifdef TARGET_LONG_LONG_BIT
1160 fprintf_unfiltered (file,
1161 "gdbarch_dump: TARGET_LONG_LONG_BIT # %s\n",
1162 XSTRING (TARGET_LONG_LONG_BIT));
1164 fprintf_unfiltered (file,
1165 "gdbarch_dump: long_long_bit = %s\n",
1166 paddr_d (current_gdbarch->long_long_bit));
1167 #ifdef MEMORY_INSERT_BREAKPOINT
1168 fprintf_unfiltered (file,
1169 "gdbarch_dump: %s # %s\n",
1170 "MEMORY_INSERT_BREAKPOINT(bp_tgt)",
1171 XSTRING (MEMORY_INSERT_BREAKPOINT (bp_tgt)));
1173 fprintf_unfiltered (file,
1174 "gdbarch_dump: memory_insert_breakpoint = <0x%lx>\n",
1175 (long) current_gdbarch->memory_insert_breakpoint);
1176 #ifdef MEMORY_REMOVE_BREAKPOINT
1177 fprintf_unfiltered (file,
1178 "gdbarch_dump: %s # %s\n",
1179 "MEMORY_REMOVE_BREAKPOINT(bp_tgt)",
1180 XSTRING (MEMORY_REMOVE_BREAKPOINT (bp_tgt)));
1182 fprintf_unfiltered (file,
1183 "gdbarch_dump: memory_remove_breakpoint = <0x%lx>\n",
1184 (long) current_gdbarch->memory_remove_breakpoint);
1185 #ifdef NAME_OF_MALLOC
1186 fprintf_unfiltered (file,
1187 "gdbarch_dump: NAME_OF_MALLOC # %s\n",
1188 XSTRING (NAME_OF_MALLOC));
1190 fprintf_unfiltered (file,
1191 "gdbarch_dump: name_of_malloc = %s\n",
1193 #ifdef NUM_PSEUDO_REGS
1194 fprintf_unfiltered (file,
1195 "gdbarch_dump: NUM_PSEUDO_REGS # %s\n",
1196 XSTRING (NUM_PSEUDO_REGS));
1198 fprintf_unfiltered (file,
1199 "gdbarch_dump: num_pseudo_regs = %s\n",
1200 paddr_d (current_gdbarch->num_pseudo_regs));
1202 fprintf_unfiltered (file,
1203 "gdbarch_dump: NUM_REGS # %s\n",
1204 XSTRING (NUM_REGS));
1206 fprintf_unfiltered (file,
1207 "gdbarch_dump: num_regs = %s\n",
1208 paddr_d (current_gdbarch->num_regs));
1210 fprintf_unfiltered (file,
1211 "gdbarch_dump: TARGET_OSABI # %s\n",
1212 XSTRING (TARGET_OSABI));
1214 fprintf_unfiltered (file,
1215 "gdbarch_dump: osabi = %s\n",
1216 paddr_d (current_gdbarch->osabi));
1217 fprintf_unfiltered (file,
1218 "gdbarch_dump: gdbarch_overlay_update_p() = %d\n",
1219 gdbarch_overlay_update_p (current_gdbarch));
1220 fprintf_unfiltered (file,
1221 "gdbarch_dump: overlay_update = <0x%lx>\n",
1222 (long) current_gdbarch->overlay_update);
1224 fprintf_unfiltered (file,
1225 "gdbarch_dump: PC_REGNUM # %s\n",
1226 XSTRING (PC_REGNUM));
1228 fprintf_unfiltered (file,
1229 "gdbarch_dump: pc_regnum = %s\n",
1230 paddr_d (current_gdbarch->pc_regnum));
1231 #ifdef POINTER_TO_ADDRESS
1232 fprintf_unfiltered (file,
1233 "gdbarch_dump: %s # %s\n",
1234 "POINTER_TO_ADDRESS(type, buf)",
1235 XSTRING (POINTER_TO_ADDRESS (type, buf)));
1237 fprintf_unfiltered (file,
1238 "gdbarch_dump: pointer_to_address = <0x%lx>\n",
1239 (long) current_gdbarch->pointer_to_address);
1240 fprintf_unfiltered (file,
1241 "gdbarch_dump: gdbarch_print_float_info_p() = %d\n",
1242 gdbarch_print_float_info_p (current_gdbarch));
1243 fprintf_unfiltered (file,
1244 "gdbarch_dump: print_float_info = <0x%lx>\n",
1245 (long) current_gdbarch->print_float_info);
1246 #ifdef TARGET_PRINT_INSN
1247 fprintf_unfiltered (file,
1248 "gdbarch_dump: %s # %s\n",
1249 "TARGET_PRINT_INSN(vma, info)",
1250 XSTRING (TARGET_PRINT_INSN (vma, info)));
1252 fprintf_unfiltered (file,
1253 "gdbarch_dump: print_insn = <0x%lx>\n",
1254 (long) current_gdbarch->print_insn);
1255 fprintf_unfiltered (file,
1256 "gdbarch_dump: print_registers_info = <0x%lx>\n",
1257 (long) current_gdbarch->print_registers_info);
1258 fprintf_unfiltered (file,
1259 "gdbarch_dump: gdbarch_print_vector_info_p() = %d\n",
1260 gdbarch_print_vector_info_p (current_gdbarch));
1261 fprintf_unfiltered (file,
1262 "gdbarch_dump: print_vector_info = <0x%lx>\n",
1263 (long) current_gdbarch->print_vector_info);
1265 fprintf_unfiltered (file,
1266 "gdbarch_dump: PS_REGNUM # %s\n",
1267 XSTRING (PS_REGNUM));
1269 fprintf_unfiltered (file,
1270 "gdbarch_dump: ps_regnum = %s\n",
1271 paddr_d (current_gdbarch->ps_regnum));
1272 fprintf_unfiltered (file,
1273 "gdbarch_dump: gdbarch_pseudo_register_read_p() = %d\n",
1274 gdbarch_pseudo_register_read_p (current_gdbarch));
1275 fprintf_unfiltered (file,
1276 "gdbarch_dump: pseudo_register_read = <0x%lx>\n",
1277 (long) current_gdbarch->pseudo_register_read);
1278 fprintf_unfiltered (file,
1279 "gdbarch_dump: gdbarch_pseudo_register_write_p() = %d\n",
1280 gdbarch_pseudo_register_write_p (current_gdbarch));
1281 fprintf_unfiltered (file,
1282 "gdbarch_dump: pseudo_register_write = <0x%lx>\n",
1283 (long) current_gdbarch->pseudo_register_write);
1284 #ifdef TARGET_PTR_BIT
1285 fprintf_unfiltered (file,
1286 "gdbarch_dump: TARGET_PTR_BIT # %s\n",
1287 XSTRING (TARGET_PTR_BIT));
1289 fprintf_unfiltered (file,
1290 "gdbarch_dump: ptr_bit = %s\n",
1291 paddr_d (current_gdbarch->ptr_bit));
1292 fprintf_unfiltered (file,
1293 "gdbarch_dump: gdbarch_push_dummy_call_p() = %d\n",
1294 gdbarch_push_dummy_call_p (current_gdbarch));
1295 fprintf_unfiltered (file,
1296 "gdbarch_dump: push_dummy_call = <0x%lx>\n",
1297 (long) current_gdbarch->push_dummy_call);
1298 fprintf_unfiltered (file,
1299 "gdbarch_dump: gdbarch_push_dummy_code_p() = %d\n",
1300 gdbarch_push_dummy_code_p (current_gdbarch));
1301 fprintf_unfiltered (file,
1302 "gdbarch_dump: push_dummy_code = <0x%lx>\n",
1303 (long) current_gdbarch->push_dummy_code);
1304 #ifdef TARGET_READ_PC_P
1305 fprintf_unfiltered (file,
1306 "gdbarch_dump: %s # %s\n",
1307 "TARGET_READ_PC_P()",
1308 XSTRING (TARGET_READ_PC_P ()));
1310 fprintf_unfiltered (file,
1311 "gdbarch_dump: gdbarch_read_pc_p() = %d\n",
1312 gdbarch_read_pc_p (current_gdbarch));
1313 #ifdef TARGET_READ_PC
1314 fprintf_unfiltered (file,
1315 "gdbarch_dump: %s # %s\n",
1316 "TARGET_READ_PC(ptid)",
1317 XSTRING (TARGET_READ_PC (ptid)));
1319 fprintf_unfiltered (file,
1320 "gdbarch_dump: read_pc = <0x%lx>\n",
1321 (long) current_gdbarch->read_pc);
1322 #ifdef REGISTER_BYTES_OK_P
1323 fprintf_unfiltered (file,
1324 "gdbarch_dump: %s # %s\n",
1325 "REGISTER_BYTES_OK_P()",
1326 XSTRING (REGISTER_BYTES_OK_P ()));
1328 fprintf_unfiltered (file,
1329 "gdbarch_dump: gdbarch_register_bytes_ok_p() = %d\n",
1330 gdbarch_register_bytes_ok_p (current_gdbarch));
1331 #ifdef REGISTER_BYTES_OK
1332 fprintf_unfiltered (file,
1333 "gdbarch_dump: %s # %s\n",
1334 "REGISTER_BYTES_OK(nr_bytes)",
1335 XSTRING (REGISTER_BYTES_OK (nr_bytes)));
1337 fprintf_unfiltered (file,
1338 "gdbarch_dump: register_bytes_ok = <0x%lx>\n",
1339 (long) current_gdbarch->register_bytes_ok);
1340 #ifdef REGISTER_NAME
1341 fprintf_unfiltered (file,
1342 "gdbarch_dump: %s # %s\n",
1343 "REGISTER_NAME(regnr)",
1344 XSTRING (REGISTER_NAME (regnr)));
1346 fprintf_unfiltered (file,
1347 "gdbarch_dump: register_name = <0x%lx>\n",
1348 (long) current_gdbarch->register_name);
1349 fprintf_unfiltered (file,
1350 "gdbarch_dump: register_reggroup_p = <0x%lx>\n",
1351 (long) current_gdbarch->register_reggroup_p);
1352 #ifdef REGISTER_SIM_REGNO
1353 fprintf_unfiltered (file,
1354 "gdbarch_dump: %s # %s\n",
1355 "REGISTER_SIM_REGNO(reg_nr)",
1356 XSTRING (REGISTER_SIM_REGNO (reg_nr)));
1358 fprintf_unfiltered (file,
1359 "gdbarch_dump: register_sim_regno = <0x%lx>\n",
1360 (long) current_gdbarch->register_sim_regno);
1361 #ifdef REGISTER_TO_VALUE
1362 fprintf_unfiltered (file,
1363 "gdbarch_dump: %s # %s\n",
1364 "REGISTER_TO_VALUE(frame, regnum, type, buf)",
1365 XSTRING (REGISTER_TO_VALUE (frame, regnum, type, buf)));
1367 fprintf_unfiltered (file,
1368 "gdbarch_dump: register_to_value = <0x%lx>\n",
1369 (long) current_gdbarch->register_to_value);
1370 fprintf_unfiltered (file,
1371 "gdbarch_dump: gdbarch_register_type_p() = %d\n",
1372 gdbarch_register_type_p (current_gdbarch));
1373 fprintf_unfiltered (file,
1374 "gdbarch_dump: register_type = <0x%lx>\n",
1375 (long) current_gdbarch->register_type);
1376 fprintf_unfiltered (file,
1377 "gdbarch_dump: gdbarch_regset_from_core_section_p() = %d\n",
1378 gdbarch_regset_from_core_section_p (current_gdbarch));
1379 fprintf_unfiltered (file,
1380 "gdbarch_dump: regset_from_core_section = <0x%lx>\n",
1381 (long) current_gdbarch->regset_from_core_section);
1382 fprintf_unfiltered (file,
1383 "gdbarch_dump: remote_register_number = <0x%lx>\n",
1384 (long) current_gdbarch->remote_register_number);
1385 fprintf_unfiltered (file,
1386 "gdbarch_dump: gdbarch_return_value_p() = %d\n",
1387 gdbarch_return_value_p (current_gdbarch));
1388 fprintf_unfiltered (file,
1389 "gdbarch_dump: return_value = <0x%lx>\n",
1390 (long) current_gdbarch->return_value);
1391 #ifdef SDB_REG_TO_REGNUM
1392 fprintf_unfiltered (file,
1393 "gdbarch_dump: %s # %s\n",
1394 "SDB_REG_TO_REGNUM(sdb_regnr)",
1395 XSTRING (SDB_REG_TO_REGNUM (sdb_regnr)));
1397 fprintf_unfiltered (file,
1398 "gdbarch_dump: sdb_reg_to_regnum = <0x%lx>\n",
1399 (long) current_gdbarch->sdb_reg_to_regnum);
1400 #ifdef TARGET_SHORT_BIT
1401 fprintf_unfiltered (file,
1402 "gdbarch_dump: TARGET_SHORT_BIT # %s\n",
1403 XSTRING (TARGET_SHORT_BIT));
1405 fprintf_unfiltered (file,
1406 "gdbarch_dump: short_bit = %s\n",
1407 paddr_d (current_gdbarch->short_bit));
1408 fprintf_unfiltered (file,
1409 "gdbarch_dump: gdbarch_single_step_through_delay_p() = %d\n",
1410 gdbarch_single_step_through_delay_p (current_gdbarch));
1411 fprintf_unfiltered (file,
1412 "gdbarch_dump: single_step_through_delay = <0x%lx>\n",
1413 (long) current_gdbarch->single_step_through_delay);
1414 fprintf_unfiltered (file,
1415 "gdbarch_dump: gdbarch_skip_permanent_breakpoint_p() = %d\n",
1416 gdbarch_skip_permanent_breakpoint_p (current_gdbarch));
1417 fprintf_unfiltered (file,
1418 "gdbarch_dump: skip_permanent_breakpoint = <0x%lx>\n",
1419 (long) current_gdbarch->skip_permanent_breakpoint);
1420 #ifdef SKIP_PROLOGUE
1421 fprintf_unfiltered (file,
1422 "gdbarch_dump: %s # %s\n",
1423 "SKIP_PROLOGUE(ip)",
1424 XSTRING (SKIP_PROLOGUE (ip)));
1426 fprintf_unfiltered (file,
1427 "gdbarch_dump: skip_prologue = <0x%lx>\n",
1428 (long) current_gdbarch->skip_prologue);
1429 fprintf_unfiltered (file,
1430 "gdbarch_dump: skip_solib_resolver = <0x%lx>\n",
1431 (long) current_gdbarch->skip_solib_resolver);
1432 #ifdef SKIP_TRAMPOLINE_CODE
1433 fprintf_unfiltered (file,
1434 "gdbarch_dump: %s # %s\n",
1435 "SKIP_TRAMPOLINE_CODE(pc)",
1436 XSTRING (SKIP_TRAMPOLINE_CODE (pc)));
1438 fprintf_unfiltered (file,
1439 "gdbarch_dump: skip_trampoline_code = <0x%lx>\n",
1440 (long) current_gdbarch->skip_trampoline_code);
1441 #ifdef SMASH_TEXT_ADDRESS
1442 fprintf_unfiltered (file,
1443 "gdbarch_dump: %s # %s\n",
1444 "SMASH_TEXT_ADDRESS(addr)",
1445 XSTRING (SMASH_TEXT_ADDRESS (addr)));
1447 fprintf_unfiltered (file,
1448 "gdbarch_dump: smash_text_address = <0x%lx>\n",
1449 (long) current_gdbarch->smash_text_address);
1450 #ifdef SOFTWARE_SINGLE_STEP_P
1451 fprintf_unfiltered (file,
1452 "gdbarch_dump: %s # %s\n",
1453 "SOFTWARE_SINGLE_STEP_P()",
1454 XSTRING (SOFTWARE_SINGLE_STEP_P ()));
1456 fprintf_unfiltered (file,
1457 "gdbarch_dump: gdbarch_software_single_step_p() = %d\n",
1458 gdbarch_software_single_step_p (current_gdbarch));
1459 #ifdef SOFTWARE_SINGLE_STEP
1460 fprintf_unfiltered (file,
1461 "gdbarch_dump: %s # %s\n",
1462 "SOFTWARE_SINGLE_STEP(regcache)",
1463 XSTRING (SOFTWARE_SINGLE_STEP (regcache)));
1465 fprintf_unfiltered (file,
1466 "gdbarch_dump: software_single_step = <0x%lx>\n",
1467 (long) current_gdbarch->software_single_step);
1469 fprintf_unfiltered (file,
1470 "gdbarch_dump: SP_REGNUM # %s\n",
1471 XSTRING (SP_REGNUM));
1473 fprintf_unfiltered (file,
1474 "gdbarch_dump: sp_regnum = %s\n",
1475 paddr_d (current_gdbarch->sp_regnum));
1476 #ifdef STAB_REG_TO_REGNUM
1477 fprintf_unfiltered (file,
1478 "gdbarch_dump: %s # %s\n",
1479 "STAB_REG_TO_REGNUM(stab_regnr)",
1480 XSTRING (STAB_REG_TO_REGNUM (stab_regnr)));
1482 fprintf_unfiltered (file,
1483 "gdbarch_dump: stab_reg_to_regnum = <0x%lx>\n",
1484 (long) current_gdbarch->stab_reg_to_regnum);
1485 fprintf_unfiltered (file,
1486 "gdbarch_dump: stabs_argument_has_addr = <0x%lx>\n",
1487 (long) current_gdbarch->stabs_argument_has_addr);
1488 #ifdef STORE_RETURN_VALUE
1489 fprintf_unfiltered (file,
1490 "gdbarch_dump: %s # %s\n",
1491 "STORE_RETURN_VALUE(type, regcache, valbuf)",
1492 XSTRING (STORE_RETURN_VALUE (type, regcache, valbuf)));
1494 fprintf_unfiltered (file,
1495 "gdbarch_dump: store_return_value = <0x%lx>\n",
1496 (long) current_gdbarch->store_return_value);
1497 fprintf_unfiltered (file,
1498 "gdbarch_dump: target_desc = %s\n",
1499 paddr_d ((long) current_gdbarch->target_desc));
1500 fprintf_unfiltered (file,
1501 "gdbarch_dump: gdbarch_unwind_dummy_id_p() = %d\n",
1502 gdbarch_unwind_dummy_id_p (current_gdbarch));
1503 fprintf_unfiltered (file,
1504 "gdbarch_dump: unwind_dummy_id = <0x%lx>\n",
1505 (long) current_gdbarch->unwind_dummy_id);
1506 fprintf_unfiltered (file,
1507 "gdbarch_dump: gdbarch_unwind_pc_p() = %d\n",
1508 gdbarch_unwind_pc_p (current_gdbarch));
1509 fprintf_unfiltered (file,
1510 "gdbarch_dump: unwind_pc = <0x%lx>\n",
1511 (long) current_gdbarch->unwind_pc);
1512 fprintf_unfiltered (file,
1513 "gdbarch_dump: gdbarch_unwind_sp_p() = %d\n",
1514 gdbarch_unwind_sp_p (current_gdbarch));
1515 fprintf_unfiltered (file,
1516 "gdbarch_dump: unwind_sp = <0x%lx>\n",
1517 (long) current_gdbarch->unwind_sp);
1518 fprintf_unfiltered (file,
1519 "gdbarch_dump: value_from_register = <0x%lx>\n",
1520 (long) current_gdbarch->value_from_register);
1521 #ifdef VALUE_TO_REGISTER
1522 fprintf_unfiltered (file,
1523 "gdbarch_dump: %s # %s\n",
1524 "VALUE_TO_REGISTER(frame, regnum, type, buf)",
1525 XSTRING (VALUE_TO_REGISTER (frame, regnum, type, buf)));
1527 fprintf_unfiltered (file,
1528 "gdbarch_dump: value_to_register = <0x%lx>\n",
1529 (long) current_gdbarch->value_to_register);
1530 fprintf_unfiltered (file,
1531 "gdbarch_dump: vbit_in_delta = %s\n",
1532 paddr_d (current_gdbarch->vbit_in_delta));
1533 #ifdef TARGET_VIRTUAL_FRAME_POINTER
1534 fprintf_unfiltered (file,
1535 "gdbarch_dump: %s # %s\n",
1536 "TARGET_VIRTUAL_FRAME_POINTER(pc, frame_regnum, frame_offset)",
1537 XSTRING (TARGET_VIRTUAL_FRAME_POINTER (pc, frame_regnum, frame_offset)));
1539 fprintf_unfiltered (file,
1540 "gdbarch_dump: virtual_frame_pointer = <0x%lx>\n",
1541 (long) current_gdbarch->virtual_frame_pointer);
1542 fprintf_unfiltered (file,
1543 "gdbarch_dump: vtable_function_descriptors = %s\n",
1544 paddr_d (current_gdbarch->vtable_function_descriptors));
1545 #ifdef TARGET_WRITE_PC
1546 fprintf_unfiltered (file,
1547 "gdbarch_dump: %s # %s\n",
1548 "TARGET_WRITE_PC(val, ptid)",
1549 XSTRING (TARGET_WRITE_PC (val, ptid)));
1551 fprintf_unfiltered (file,
1552 "gdbarch_dump: write_pc = <0x%lx>\n",
1553 (long) current_gdbarch->write_pc);
1554 if (current_gdbarch->dump_tdep != NULL)
1555 current_gdbarch->dump_tdep (current_gdbarch, file);
1558 struct gdbarch_tdep *
1559 gdbarch_tdep (struct gdbarch *gdbarch)
1561 if (gdbarch_debug >= 2)
1562 fprintf_unfiltered (gdb_stdlog, "gdbarch_tdep called\n");
1563 return gdbarch->tdep;
1567 const struct bfd_arch_info *
1568 gdbarch_bfd_arch_info (struct gdbarch *gdbarch)
1570 gdb_assert (gdbarch != NULL);
1571 if (gdbarch_debug >= 2)
1572 fprintf_unfiltered (gdb_stdlog, "gdbarch_bfd_arch_info called\n");
1573 return gdbarch->bfd_arch_info;
1577 gdbarch_byte_order (struct gdbarch *gdbarch)
1579 gdb_assert (gdbarch != NULL);
1580 if (gdbarch_debug >= 2)
1581 fprintf_unfiltered (gdb_stdlog, "gdbarch_byte_order called\n");
1582 return gdbarch->byte_order;
1586 gdbarch_osabi (struct gdbarch *gdbarch)
1588 gdb_assert (gdbarch != NULL);
1589 if (gdbarch_debug >= 2)
1590 fprintf_unfiltered (gdb_stdlog, "gdbarch_osabi called\n");
1591 return gdbarch->osabi;
1594 const struct target_desc *
1595 gdbarch_target_desc (struct gdbarch *gdbarch)
1597 gdb_assert (gdbarch != NULL);
1598 if (gdbarch_debug >= 2)
1599 fprintf_unfiltered (gdb_stdlog, "gdbarch_target_desc called\n");
1600 return gdbarch->target_desc;
1604 gdbarch_short_bit (struct gdbarch *gdbarch)
1606 gdb_assert (gdbarch != NULL);
1607 /* Skip verify of short_bit, invalid_p == 0 */
1608 if (gdbarch_debug >= 2)
1609 fprintf_unfiltered (gdb_stdlog, "gdbarch_short_bit called\n");
1610 return gdbarch->short_bit;
1614 set_gdbarch_short_bit (struct gdbarch *gdbarch,
1617 gdbarch->short_bit = short_bit;
1621 gdbarch_int_bit (struct gdbarch *gdbarch)
1623 gdb_assert (gdbarch != NULL);
1624 /* Skip verify of int_bit, invalid_p == 0 */
1625 if (gdbarch_debug >= 2)
1626 fprintf_unfiltered (gdb_stdlog, "gdbarch_int_bit called\n");
1627 return gdbarch->int_bit;
1631 set_gdbarch_int_bit (struct gdbarch *gdbarch,
1634 gdbarch->int_bit = int_bit;
1638 gdbarch_long_bit (struct gdbarch *gdbarch)
1640 gdb_assert (gdbarch != NULL);
1641 /* Skip verify of long_bit, invalid_p == 0 */
1642 if (gdbarch_debug >= 2)
1643 fprintf_unfiltered (gdb_stdlog, "gdbarch_long_bit called\n");
1644 return gdbarch->long_bit;
1648 set_gdbarch_long_bit (struct gdbarch *gdbarch,
1651 gdbarch->long_bit = long_bit;
1655 gdbarch_long_long_bit (struct gdbarch *gdbarch)
1657 gdb_assert (gdbarch != NULL);
1658 /* Skip verify of long_long_bit, invalid_p == 0 */
1659 if (gdbarch_debug >= 2)
1660 fprintf_unfiltered (gdb_stdlog, "gdbarch_long_long_bit called\n");
1661 return gdbarch->long_long_bit;
1665 set_gdbarch_long_long_bit (struct gdbarch *gdbarch,
1668 gdbarch->long_long_bit = long_long_bit;
1672 gdbarch_float_bit (struct gdbarch *gdbarch)
1674 gdb_assert (gdbarch != NULL);
1675 /* Skip verify of float_bit, invalid_p == 0 */
1676 if (gdbarch_debug >= 2)
1677 fprintf_unfiltered (gdb_stdlog, "gdbarch_float_bit called\n");
1678 return gdbarch->float_bit;
1682 set_gdbarch_float_bit (struct gdbarch *gdbarch,
1685 gdbarch->float_bit = float_bit;
1688 const struct floatformat **
1689 gdbarch_float_format (struct gdbarch *gdbarch)
1691 gdb_assert (gdbarch != NULL);
1692 if (gdbarch_debug >= 2)
1693 fprintf_unfiltered (gdb_stdlog, "gdbarch_float_format called\n");
1694 return gdbarch->float_format;
1698 set_gdbarch_float_format (struct gdbarch *gdbarch,
1699 const struct floatformat ** float_format)
1701 gdbarch->float_format = float_format;
1705 gdbarch_double_bit (struct gdbarch *gdbarch)
1707 gdb_assert (gdbarch != NULL);
1708 /* Skip verify of double_bit, invalid_p == 0 */
1709 if (gdbarch_debug >= 2)
1710 fprintf_unfiltered (gdb_stdlog, "gdbarch_double_bit called\n");
1711 return gdbarch->double_bit;
1715 set_gdbarch_double_bit (struct gdbarch *gdbarch,
1718 gdbarch->double_bit = double_bit;
1721 const struct floatformat **
1722 gdbarch_double_format (struct gdbarch *gdbarch)
1724 gdb_assert (gdbarch != NULL);
1725 if (gdbarch_debug >= 2)
1726 fprintf_unfiltered (gdb_stdlog, "gdbarch_double_format called\n");
1727 return gdbarch->double_format;
1731 set_gdbarch_double_format (struct gdbarch *gdbarch,
1732 const struct floatformat ** double_format)
1734 gdbarch->double_format = double_format;
1738 gdbarch_long_double_bit (struct gdbarch *gdbarch)
1740 gdb_assert (gdbarch != NULL);
1741 /* Skip verify of long_double_bit, invalid_p == 0 */
1742 if (gdbarch_debug >= 2)
1743 fprintf_unfiltered (gdb_stdlog, "gdbarch_long_double_bit called\n");
1744 return gdbarch->long_double_bit;
1748 set_gdbarch_long_double_bit (struct gdbarch *gdbarch,
1749 int long_double_bit)
1751 gdbarch->long_double_bit = long_double_bit;
1754 const struct floatformat **
1755 gdbarch_long_double_format (struct gdbarch *gdbarch)
1757 gdb_assert (gdbarch != NULL);
1758 if (gdbarch_debug >= 2)
1759 fprintf_unfiltered (gdb_stdlog, "gdbarch_long_double_format called\n");
1760 return gdbarch->long_double_format;
1764 set_gdbarch_long_double_format (struct gdbarch *gdbarch,
1765 const struct floatformat ** long_double_format)
1767 gdbarch->long_double_format = long_double_format;
1771 gdbarch_ptr_bit (struct gdbarch *gdbarch)
1773 gdb_assert (gdbarch != NULL);
1774 /* Skip verify of ptr_bit, invalid_p == 0 */
1775 if (gdbarch_debug >= 2)
1776 fprintf_unfiltered (gdb_stdlog, "gdbarch_ptr_bit called\n");
1777 return gdbarch->ptr_bit;
1781 set_gdbarch_ptr_bit (struct gdbarch *gdbarch,
1784 gdbarch->ptr_bit = ptr_bit;
1788 gdbarch_addr_bit (struct gdbarch *gdbarch)
1790 gdb_assert (gdbarch != NULL);
1791 /* Check variable changed from pre-default. */
1792 gdb_assert (gdbarch->addr_bit != 0);
1793 if (gdbarch_debug >= 2)
1794 fprintf_unfiltered (gdb_stdlog, "gdbarch_addr_bit called\n");
1795 return gdbarch->addr_bit;
1799 set_gdbarch_addr_bit (struct gdbarch *gdbarch,
1802 gdbarch->addr_bit = addr_bit;
1806 gdbarch_bfd_vma_bit (struct gdbarch *gdbarch)
1808 gdb_assert (gdbarch != NULL);
1809 /* Skip verify of bfd_vma_bit, invalid_p == 0 */
1810 if (gdbarch_debug >= 2)
1811 fprintf_unfiltered (gdb_stdlog, "gdbarch_bfd_vma_bit called\n");
1812 return gdbarch->bfd_vma_bit;
1816 set_gdbarch_bfd_vma_bit (struct gdbarch *gdbarch,
1819 gdbarch->bfd_vma_bit = bfd_vma_bit;
1823 gdbarch_char_signed (struct gdbarch *gdbarch)
1825 gdb_assert (gdbarch != NULL);
1826 /* Check variable changed from pre-default. */
1827 gdb_assert (gdbarch->char_signed != -1);
1828 if (gdbarch_debug >= 2)
1829 fprintf_unfiltered (gdb_stdlog, "gdbarch_char_signed called\n");
1830 return gdbarch->char_signed;
1834 set_gdbarch_char_signed (struct gdbarch *gdbarch,
1837 gdbarch->char_signed = char_signed;
1841 gdbarch_read_pc_p (struct gdbarch *gdbarch)
1843 gdb_assert (gdbarch != NULL);
1844 return gdbarch->read_pc != NULL;
1848 gdbarch_read_pc (struct gdbarch *gdbarch, ptid_t ptid)
1850 gdb_assert (gdbarch != NULL);
1851 gdb_assert (gdbarch->read_pc != NULL);
1852 if (gdbarch_debug >= 2)
1853 fprintf_unfiltered (gdb_stdlog, "gdbarch_read_pc called\n");
1854 return gdbarch->read_pc (ptid);
1858 set_gdbarch_read_pc (struct gdbarch *gdbarch,
1859 gdbarch_read_pc_ftype read_pc)
1861 gdbarch->read_pc = read_pc;
1865 gdbarch_write_pc (struct gdbarch *gdbarch, CORE_ADDR val, ptid_t ptid)
1867 gdb_assert (gdbarch != NULL);
1868 gdb_assert (gdbarch->write_pc != NULL);
1869 if (gdbarch_debug >= 2)
1870 fprintf_unfiltered (gdb_stdlog, "gdbarch_write_pc called\n");
1871 gdbarch->write_pc (val, ptid);
1875 set_gdbarch_write_pc (struct gdbarch *gdbarch,
1876 gdbarch_write_pc_ftype write_pc)
1878 gdbarch->write_pc = write_pc;
1882 gdbarch_virtual_frame_pointer (struct gdbarch *gdbarch, CORE_ADDR pc, int *frame_regnum, LONGEST *frame_offset)
1884 gdb_assert (gdbarch != NULL);
1885 gdb_assert (gdbarch->virtual_frame_pointer != NULL);
1886 if (gdbarch_debug >= 2)
1887 fprintf_unfiltered (gdb_stdlog, "gdbarch_virtual_frame_pointer called\n");
1888 gdbarch->virtual_frame_pointer (pc, frame_regnum, frame_offset);
1892 set_gdbarch_virtual_frame_pointer (struct gdbarch *gdbarch,
1893 gdbarch_virtual_frame_pointer_ftype virtual_frame_pointer)
1895 gdbarch->virtual_frame_pointer = virtual_frame_pointer;
1899 gdbarch_pseudo_register_read_p (struct gdbarch *gdbarch)
1901 gdb_assert (gdbarch != NULL);
1902 return gdbarch->pseudo_register_read != NULL;
1906 gdbarch_pseudo_register_read (struct gdbarch *gdbarch, struct regcache *regcache, int cookednum, gdb_byte *buf)
1908 gdb_assert (gdbarch != NULL);
1909 gdb_assert (gdbarch->pseudo_register_read != NULL);
1910 if (gdbarch_debug >= 2)
1911 fprintf_unfiltered (gdb_stdlog, "gdbarch_pseudo_register_read called\n");
1912 gdbarch->pseudo_register_read (gdbarch, regcache, cookednum, buf);
1916 set_gdbarch_pseudo_register_read (struct gdbarch *gdbarch,
1917 gdbarch_pseudo_register_read_ftype pseudo_register_read)
1919 gdbarch->pseudo_register_read = pseudo_register_read;
1923 gdbarch_pseudo_register_write_p (struct gdbarch *gdbarch)
1925 gdb_assert (gdbarch != NULL);
1926 return gdbarch->pseudo_register_write != NULL;
1930 gdbarch_pseudo_register_write (struct gdbarch *gdbarch, struct regcache *regcache, int cookednum, const gdb_byte *buf)
1932 gdb_assert (gdbarch != NULL);
1933 gdb_assert (gdbarch->pseudo_register_write != NULL);
1934 if (gdbarch_debug >= 2)
1935 fprintf_unfiltered (gdb_stdlog, "gdbarch_pseudo_register_write called\n");
1936 gdbarch->pseudo_register_write (gdbarch, regcache, cookednum, buf);
1940 set_gdbarch_pseudo_register_write (struct gdbarch *gdbarch,
1941 gdbarch_pseudo_register_write_ftype pseudo_register_write)
1943 gdbarch->pseudo_register_write = pseudo_register_write;
1947 gdbarch_num_regs (struct gdbarch *gdbarch)
1949 gdb_assert (gdbarch != NULL);
1950 /* Check variable changed from pre-default. */
1951 gdb_assert (gdbarch->num_regs != -1);
1952 if (gdbarch_debug >= 2)
1953 fprintf_unfiltered (gdb_stdlog, "gdbarch_num_regs called\n");
1954 return gdbarch->num_regs;
1958 set_gdbarch_num_regs (struct gdbarch *gdbarch,
1961 gdbarch->num_regs = num_regs;
1965 gdbarch_num_pseudo_regs (struct gdbarch *gdbarch)
1967 gdb_assert (gdbarch != NULL);
1968 /* Skip verify of num_pseudo_regs, invalid_p == 0 */
1969 if (gdbarch_debug >= 2)
1970 fprintf_unfiltered (gdb_stdlog, "gdbarch_num_pseudo_regs called\n");
1971 return gdbarch->num_pseudo_regs;
1975 set_gdbarch_num_pseudo_regs (struct gdbarch *gdbarch,
1976 int num_pseudo_regs)
1978 gdbarch->num_pseudo_regs = num_pseudo_regs;
1982 gdbarch_sp_regnum (struct gdbarch *gdbarch)
1984 gdb_assert (gdbarch != NULL);
1985 /* Skip verify of sp_regnum, invalid_p == 0 */
1986 if (gdbarch_debug >= 2)
1987 fprintf_unfiltered (gdb_stdlog, "gdbarch_sp_regnum called\n");
1988 return gdbarch->sp_regnum;
1992 set_gdbarch_sp_regnum (struct gdbarch *gdbarch,
1995 gdbarch->sp_regnum = sp_regnum;
1999 gdbarch_pc_regnum (struct gdbarch *gdbarch)
2001 gdb_assert (gdbarch != NULL);
2002 /* Skip verify of pc_regnum, invalid_p == 0 */
2003 if (gdbarch_debug >= 2)
2004 fprintf_unfiltered (gdb_stdlog, "gdbarch_pc_regnum called\n");
2005 return gdbarch->pc_regnum;
2009 set_gdbarch_pc_regnum (struct gdbarch *gdbarch,
2012 gdbarch->pc_regnum = pc_regnum;
2016 gdbarch_ps_regnum (struct gdbarch *gdbarch)
2018 gdb_assert (gdbarch != NULL);
2019 /* Skip verify of ps_regnum, invalid_p == 0 */
2020 if (gdbarch_debug >= 2)
2021 fprintf_unfiltered (gdb_stdlog, "gdbarch_ps_regnum called\n");
2022 return gdbarch->ps_regnum;
2026 set_gdbarch_ps_regnum (struct gdbarch *gdbarch,
2029 gdbarch->ps_regnum = ps_regnum;
2033 gdbarch_fp0_regnum (struct gdbarch *gdbarch)
2035 gdb_assert (gdbarch != NULL);
2036 /* Skip verify of fp0_regnum, invalid_p == 0 */
2037 if (gdbarch_debug >= 2)
2038 fprintf_unfiltered (gdb_stdlog, "gdbarch_fp0_regnum called\n");
2039 return gdbarch->fp0_regnum;
2043 set_gdbarch_fp0_regnum (struct gdbarch *gdbarch,
2046 gdbarch->fp0_regnum = fp0_regnum;
2050 gdbarch_stab_reg_to_regnum (struct gdbarch *gdbarch, int stab_regnr)
2052 gdb_assert (gdbarch != NULL);
2053 gdb_assert (gdbarch->stab_reg_to_regnum != NULL);
2054 if (gdbarch_debug >= 2)
2055 fprintf_unfiltered (gdb_stdlog, "gdbarch_stab_reg_to_regnum called\n");
2056 return gdbarch->stab_reg_to_regnum (stab_regnr);
2060 set_gdbarch_stab_reg_to_regnum (struct gdbarch *gdbarch,
2061 gdbarch_stab_reg_to_regnum_ftype stab_reg_to_regnum)
2063 gdbarch->stab_reg_to_regnum = stab_reg_to_regnum;
2067 gdbarch_ecoff_reg_to_regnum (struct gdbarch *gdbarch, int ecoff_regnr)
2069 gdb_assert (gdbarch != NULL);
2070 gdb_assert (gdbarch->ecoff_reg_to_regnum != NULL);
2071 if (gdbarch_debug >= 2)
2072 fprintf_unfiltered (gdb_stdlog, "gdbarch_ecoff_reg_to_regnum called\n");
2073 return gdbarch->ecoff_reg_to_regnum (ecoff_regnr);
2077 set_gdbarch_ecoff_reg_to_regnum (struct gdbarch *gdbarch,
2078 gdbarch_ecoff_reg_to_regnum_ftype ecoff_reg_to_regnum)
2080 gdbarch->ecoff_reg_to_regnum = ecoff_reg_to_regnum;
2084 gdbarch_dwarf_reg_to_regnum (struct gdbarch *gdbarch, int dwarf_regnr)
2086 gdb_assert (gdbarch != NULL);
2087 gdb_assert (gdbarch->dwarf_reg_to_regnum != NULL);
2088 if (gdbarch_debug >= 2)
2089 fprintf_unfiltered (gdb_stdlog, "gdbarch_dwarf_reg_to_regnum called\n");
2090 return gdbarch->dwarf_reg_to_regnum (dwarf_regnr);
2094 set_gdbarch_dwarf_reg_to_regnum (struct gdbarch *gdbarch,
2095 gdbarch_dwarf_reg_to_regnum_ftype dwarf_reg_to_regnum)
2097 gdbarch->dwarf_reg_to_regnum = dwarf_reg_to_regnum;
2101 gdbarch_sdb_reg_to_regnum (struct gdbarch *gdbarch, int sdb_regnr)
2103 gdb_assert (gdbarch != NULL);
2104 gdb_assert (gdbarch->sdb_reg_to_regnum != NULL);
2105 if (gdbarch_debug >= 2)
2106 fprintf_unfiltered (gdb_stdlog, "gdbarch_sdb_reg_to_regnum called\n");
2107 return gdbarch->sdb_reg_to_regnum (sdb_regnr);
2111 set_gdbarch_sdb_reg_to_regnum (struct gdbarch *gdbarch,
2112 gdbarch_sdb_reg_to_regnum_ftype sdb_reg_to_regnum)
2114 gdbarch->sdb_reg_to_regnum = sdb_reg_to_regnum;
2118 gdbarch_dwarf2_reg_to_regnum (struct gdbarch *gdbarch, int dwarf2_regnr)
2120 gdb_assert (gdbarch != NULL);
2121 gdb_assert (gdbarch->dwarf2_reg_to_regnum != NULL);
2122 if (gdbarch_debug >= 2)
2123 fprintf_unfiltered (gdb_stdlog, "gdbarch_dwarf2_reg_to_regnum called\n");
2124 return gdbarch->dwarf2_reg_to_regnum (dwarf2_regnr);
2128 set_gdbarch_dwarf2_reg_to_regnum (struct gdbarch *gdbarch,
2129 gdbarch_dwarf2_reg_to_regnum_ftype dwarf2_reg_to_regnum)
2131 gdbarch->dwarf2_reg_to_regnum = dwarf2_reg_to_regnum;
2135 gdbarch_register_name (struct gdbarch *gdbarch, int regnr)
2137 gdb_assert (gdbarch != NULL);
2138 gdb_assert (gdbarch->register_name != NULL);
2139 if (gdbarch_debug >= 2)
2140 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_name called\n");
2141 return gdbarch->register_name (regnr);
2145 set_gdbarch_register_name (struct gdbarch *gdbarch,
2146 gdbarch_register_name_ftype register_name)
2148 gdbarch->register_name = register_name;
2152 gdbarch_register_type_p (struct gdbarch *gdbarch)
2154 gdb_assert (gdbarch != NULL);
2155 return gdbarch->register_type != NULL;
2159 gdbarch_register_type (struct gdbarch *gdbarch, int reg_nr)
2161 gdb_assert (gdbarch != NULL);
2162 gdb_assert (gdbarch->register_type != NULL);
2163 if (gdbarch_debug >= 2)
2164 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_type called\n");
2165 return gdbarch->register_type (gdbarch, reg_nr);
2169 set_gdbarch_register_type (struct gdbarch *gdbarch,
2170 gdbarch_register_type_ftype register_type)
2172 gdbarch->register_type = register_type;
2176 gdbarch_unwind_dummy_id_p (struct gdbarch *gdbarch)
2178 gdb_assert (gdbarch != NULL);
2179 return gdbarch->unwind_dummy_id != NULL;
2183 gdbarch_unwind_dummy_id (struct gdbarch *gdbarch, struct frame_info *info)
2185 gdb_assert (gdbarch != NULL);
2186 gdb_assert (gdbarch->unwind_dummy_id != NULL);
2187 if (gdbarch_debug >= 2)
2188 fprintf_unfiltered (gdb_stdlog, "gdbarch_unwind_dummy_id called\n");
2189 return gdbarch->unwind_dummy_id (gdbarch, info);
2193 set_gdbarch_unwind_dummy_id (struct gdbarch *gdbarch,
2194 gdbarch_unwind_dummy_id_ftype unwind_dummy_id)
2196 gdbarch->unwind_dummy_id = unwind_dummy_id;
2200 gdbarch_deprecated_fp_regnum (struct gdbarch *gdbarch)
2202 gdb_assert (gdbarch != NULL);
2203 /* Skip verify of deprecated_fp_regnum, invalid_p == 0 */
2204 if (gdbarch_debug >= 2)
2205 fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_fp_regnum called\n");
2206 return gdbarch->deprecated_fp_regnum;
2210 set_gdbarch_deprecated_fp_regnum (struct gdbarch *gdbarch,
2211 int deprecated_fp_regnum)
2213 gdbarch->deprecated_fp_regnum = deprecated_fp_regnum;
2217 gdbarch_push_dummy_call_p (struct gdbarch *gdbarch)
2219 gdb_assert (gdbarch != NULL);
2220 return gdbarch->push_dummy_call != NULL;
2224 gdbarch_push_dummy_call (struct gdbarch *gdbarch, struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, int struct_return, CORE_ADDR struct_addr)
2226 gdb_assert (gdbarch != NULL);
2227 gdb_assert (gdbarch->push_dummy_call != NULL);
2228 if (gdbarch_debug >= 2)
2229 fprintf_unfiltered (gdb_stdlog, "gdbarch_push_dummy_call called\n");
2230 return gdbarch->push_dummy_call (gdbarch, function, regcache, bp_addr, nargs, args, sp, struct_return, struct_addr);
2234 set_gdbarch_push_dummy_call (struct gdbarch *gdbarch,
2235 gdbarch_push_dummy_call_ftype push_dummy_call)
2237 gdbarch->push_dummy_call = push_dummy_call;
2241 gdbarch_deprecated_register_size (struct gdbarch *gdbarch)
2243 gdb_assert (gdbarch != NULL);
2244 if (gdbarch_debug >= 2)
2245 fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_register_size called\n");
2246 return gdbarch->deprecated_register_size;
2250 set_gdbarch_deprecated_register_size (struct gdbarch *gdbarch,
2251 int deprecated_register_size)
2253 gdbarch->deprecated_register_size = deprecated_register_size;
2257 gdbarch_call_dummy_location (struct gdbarch *gdbarch)
2259 gdb_assert (gdbarch != NULL);
2260 /* Skip verify of call_dummy_location, invalid_p == 0 */
2261 if (gdbarch_debug >= 2)
2262 fprintf_unfiltered (gdb_stdlog, "gdbarch_call_dummy_location called\n");
2263 return gdbarch->call_dummy_location;
2267 set_gdbarch_call_dummy_location (struct gdbarch *gdbarch,
2268 int call_dummy_location)
2270 gdbarch->call_dummy_location = call_dummy_location;
2274 gdbarch_push_dummy_code_p (struct gdbarch *gdbarch)
2276 gdb_assert (gdbarch != NULL);
2277 return gdbarch->push_dummy_code != NULL;
2281 gdbarch_push_dummy_code (struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, struct value **args, int nargs, struct type *value_type, CORE_ADDR *real_pc, CORE_ADDR *bp_addr)
2283 gdb_assert (gdbarch != NULL);
2284 gdb_assert (gdbarch->push_dummy_code != NULL);
2285 if (gdbarch_debug >= 2)
2286 fprintf_unfiltered (gdb_stdlog, "gdbarch_push_dummy_code called\n");
2287 return gdbarch->push_dummy_code (gdbarch, sp, funaddr, using_gcc, args, nargs, value_type, real_pc, bp_addr);
2291 set_gdbarch_push_dummy_code (struct gdbarch *gdbarch,
2292 gdbarch_push_dummy_code_ftype push_dummy_code)
2294 gdbarch->push_dummy_code = push_dummy_code;
2298 gdbarch_print_registers_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regnum, int all)
2300 gdb_assert (gdbarch != NULL);
2301 gdb_assert (gdbarch->print_registers_info != NULL);
2302 if (gdbarch_debug >= 2)
2303 fprintf_unfiltered (gdb_stdlog, "gdbarch_print_registers_info called\n");
2304 gdbarch->print_registers_info (gdbarch, file, frame, regnum, all);
2308 set_gdbarch_print_registers_info (struct gdbarch *gdbarch,
2309 gdbarch_print_registers_info_ftype print_registers_info)
2311 gdbarch->print_registers_info = print_registers_info;
2315 gdbarch_print_float_info_p (struct gdbarch *gdbarch)
2317 gdb_assert (gdbarch != NULL);
2318 return gdbarch->print_float_info != NULL;
2322 gdbarch_print_float_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args)
2324 gdb_assert (gdbarch != NULL);
2325 gdb_assert (gdbarch->print_float_info != NULL);
2326 if (gdbarch_debug >= 2)
2327 fprintf_unfiltered (gdb_stdlog, "gdbarch_print_float_info called\n");
2328 gdbarch->print_float_info (gdbarch, file, frame, args);
2332 set_gdbarch_print_float_info (struct gdbarch *gdbarch,
2333 gdbarch_print_float_info_ftype print_float_info)
2335 gdbarch->print_float_info = print_float_info;
2339 gdbarch_print_vector_info_p (struct gdbarch *gdbarch)
2341 gdb_assert (gdbarch != NULL);
2342 return gdbarch->print_vector_info != NULL;
2346 gdbarch_print_vector_info (struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args)
2348 gdb_assert (gdbarch != NULL);
2349 gdb_assert (gdbarch->print_vector_info != NULL);
2350 if (gdbarch_debug >= 2)
2351 fprintf_unfiltered (gdb_stdlog, "gdbarch_print_vector_info called\n");
2352 gdbarch->print_vector_info (gdbarch, file, frame, args);
2356 set_gdbarch_print_vector_info (struct gdbarch *gdbarch,
2357 gdbarch_print_vector_info_ftype print_vector_info)
2359 gdbarch->print_vector_info = print_vector_info;
2363 gdbarch_register_sim_regno (struct gdbarch *gdbarch, int reg_nr)
2365 gdb_assert (gdbarch != NULL);
2366 gdb_assert (gdbarch->register_sim_regno != NULL);
2367 if (gdbarch_debug >= 2)
2368 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_sim_regno called\n");
2369 return gdbarch->register_sim_regno (reg_nr);
2373 set_gdbarch_register_sim_regno (struct gdbarch *gdbarch,
2374 gdbarch_register_sim_regno_ftype register_sim_regno)
2376 gdbarch->register_sim_regno = register_sim_regno;
2380 gdbarch_register_bytes_ok_p (struct gdbarch *gdbarch)
2382 gdb_assert (gdbarch != NULL);
2383 return gdbarch->register_bytes_ok != NULL;
2387 gdbarch_register_bytes_ok (struct gdbarch *gdbarch, long nr_bytes)
2389 gdb_assert (gdbarch != NULL);
2390 gdb_assert (gdbarch->register_bytes_ok != NULL);
2391 if (gdbarch_debug >= 2)
2392 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_bytes_ok called\n");
2393 return gdbarch->register_bytes_ok (nr_bytes);
2397 set_gdbarch_register_bytes_ok (struct gdbarch *gdbarch,
2398 gdbarch_register_bytes_ok_ftype register_bytes_ok)
2400 gdbarch->register_bytes_ok = register_bytes_ok;
2404 gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, int regnum)
2406 gdb_assert (gdbarch != NULL);
2407 gdb_assert (gdbarch->cannot_fetch_register != NULL);
2408 if (gdbarch_debug >= 2)
2409 fprintf_unfiltered (gdb_stdlog, "gdbarch_cannot_fetch_register called\n");
2410 return gdbarch->cannot_fetch_register (regnum);
2414 set_gdbarch_cannot_fetch_register (struct gdbarch *gdbarch,
2415 gdbarch_cannot_fetch_register_ftype cannot_fetch_register)
2417 gdbarch->cannot_fetch_register = cannot_fetch_register;
2421 gdbarch_cannot_store_register (struct gdbarch *gdbarch, int regnum)
2423 gdb_assert (gdbarch != NULL);
2424 gdb_assert (gdbarch->cannot_store_register != NULL);
2425 if (gdbarch_debug >= 2)
2426 fprintf_unfiltered (gdb_stdlog, "gdbarch_cannot_store_register called\n");
2427 return gdbarch->cannot_store_register (regnum);
2431 set_gdbarch_cannot_store_register (struct gdbarch *gdbarch,
2432 gdbarch_cannot_store_register_ftype cannot_store_register)
2434 gdbarch->cannot_store_register = cannot_store_register;
2438 gdbarch_get_longjmp_target_p (struct gdbarch *gdbarch)
2440 gdb_assert (gdbarch != NULL);
2441 return gdbarch->get_longjmp_target != NULL;
2445 gdbarch_get_longjmp_target (struct gdbarch *gdbarch, CORE_ADDR *pc)
2447 gdb_assert (gdbarch != NULL);
2448 gdb_assert (gdbarch->get_longjmp_target != NULL);
2449 if (gdbarch_debug >= 2)
2450 fprintf_unfiltered (gdb_stdlog, "gdbarch_get_longjmp_target called\n");
2451 return gdbarch->get_longjmp_target (pc);
2455 set_gdbarch_get_longjmp_target (struct gdbarch *gdbarch,
2456 gdbarch_get_longjmp_target_ftype get_longjmp_target)
2458 gdbarch->get_longjmp_target = get_longjmp_target;
2462 gdbarch_believe_pcc_promotion (struct gdbarch *gdbarch)
2464 gdb_assert (gdbarch != NULL);
2465 if (gdbarch_debug >= 2)
2466 fprintf_unfiltered (gdb_stdlog, "gdbarch_believe_pcc_promotion called\n");
2467 return gdbarch->believe_pcc_promotion;
2471 set_gdbarch_believe_pcc_promotion (struct gdbarch *gdbarch,
2472 int believe_pcc_promotion)
2474 gdbarch->believe_pcc_promotion = believe_pcc_promotion;
2478 gdbarch_convert_register_p (struct gdbarch *gdbarch, int regnum, struct type *type)
2480 gdb_assert (gdbarch != NULL);
2481 gdb_assert (gdbarch->convert_register_p != NULL);
2482 if (gdbarch_debug >= 2)
2483 fprintf_unfiltered (gdb_stdlog, "gdbarch_convert_register_p called\n");
2484 return gdbarch->convert_register_p (regnum, type);
2488 set_gdbarch_convert_register_p (struct gdbarch *gdbarch,
2489 gdbarch_convert_register_p_ftype convert_register_p)
2491 gdbarch->convert_register_p = convert_register_p;
2495 gdbarch_register_to_value (struct gdbarch *gdbarch, struct frame_info *frame, int regnum, struct type *type, gdb_byte *buf)
2497 gdb_assert (gdbarch != NULL);
2498 gdb_assert (gdbarch->register_to_value != NULL);
2499 if (gdbarch_debug >= 2)
2500 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_to_value called\n");
2501 gdbarch->register_to_value (frame, regnum, type, buf);
2505 set_gdbarch_register_to_value (struct gdbarch *gdbarch,
2506 gdbarch_register_to_value_ftype register_to_value)
2508 gdbarch->register_to_value = register_to_value;
2512 gdbarch_value_to_register (struct gdbarch *gdbarch, struct frame_info *frame, int regnum, struct type *type, const gdb_byte *buf)
2514 gdb_assert (gdbarch != NULL);
2515 gdb_assert (gdbarch->value_to_register != NULL);
2516 if (gdbarch_debug >= 2)
2517 fprintf_unfiltered (gdb_stdlog, "gdbarch_value_to_register called\n");
2518 gdbarch->value_to_register (frame, regnum, type, buf);
2522 set_gdbarch_value_to_register (struct gdbarch *gdbarch,
2523 gdbarch_value_to_register_ftype value_to_register)
2525 gdbarch->value_to_register = value_to_register;
2529 gdbarch_value_from_register (struct gdbarch *gdbarch, struct type *type, int regnum, struct frame_info *frame)
2531 gdb_assert (gdbarch != NULL);
2532 gdb_assert (gdbarch->value_from_register != NULL);
2533 if (gdbarch_debug >= 2)
2534 fprintf_unfiltered (gdb_stdlog, "gdbarch_value_from_register called\n");
2535 return gdbarch->value_from_register (type, regnum, frame);
2539 set_gdbarch_value_from_register (struct gdbarch *gdbarch,
2540 gdbarch_value_from_register_ftype value_from_register)
2542 gdbarch->value_from_register = value_from_register;
2546 gdbarch_pointer_to_address (struct gdbarch *gdbarch, struct type *type, const gdb_byte *buf)
2548 gdb_assert (gdbarch != NULL);
2549 gdb_assert (gdbarch->pointer_to_address != NULL);
2550 if (gdbarch_debug >= 2)
2551 fprintf_unfiltered (gdb_stdlog, "gdbarch_pointer_to_address called\n");
2552 return gdbarch->pointer_to_address (type, buf);
2556 set_gdbarch_pointer_to_address (struct gdbarch *gdbarch,
2557 gdbarch_pointer_to_address_ftype pointer_to_address)
2559 gdbarch->pointer_to_address = pointer_to_address;
2563 gdbarch_address_to_pointer (struct gdbarch *gdbarch, struct type *type, gdb_byte *buf, CORE_ADDR addr)
2565 gdb_assert (gdbarch != NULL);
2566 gdb_assert (gdbarch->address_to_pointer != NULL);
2567 if (gdbarch_debug >= 2)
2568 fprintf_unfiltered (gdb_stdlog, "gdbarch_address_to_pointer called\n");
2569 gdbarch->address_to_pointer (type, buf, addr);
2573 set_gdbarch_address_to_pointer (struct gdbarch *gdbarch,
2574 gdbarch_address_to_pointer_ftype address_to_pointer)
2576 gdbarch->address_to_pointer = address_to_pointer;
2580 gdbarch_integer_to_address_p (struct gdbarch *gdbarch)
2582 gdb_assert (gdbarch != NULL);
2583 return gdbarch->integer_to_address != NULL;
2587 gdbarch_integer_to_address (struct gdbarch *gdbarch, struct type *type, const gdb_byte *buf)
2589 gdb_assert (gdbarch != NULL);
2590 gdb_assert (gdbarch->integer_to_address != NULL);
2591 if (gdbarch_debug >= 2)
2592 fprintf_unfiltered (gdb_stdlog, "gdbarch_integer_to_address called\n");
2593 return gdbarch->integer_to_address (gdbarch, type, buf);
2597 set_gdbarch_integer_to_address (struct gdbarch *gdbarch,
2598 gdbarch_integer_to_address_ftype integer_to_address)
2600 gdbarch->integer_to_address = integer_to_address;
2604 gdbarch_return_value_p (struct gdbarch *gdbarch)
2606 gdb_assert (gdbarch != NULL);
2607 return gdbarch->return_value != legacy_return_value;
2610 enum return_value_convention
2611 gdbarch_return_value (struct gdbarch *gdbarch, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf)
2613 gdb_assert (gdbarch != NULL);
2614 gdb_assert (gdbarch->return_value != NULL);
2615 /* Do not check predicate: gdbarch->return_value != legacy_return_value, allow call. */
2616 if (gdbarch_debug >= 2)
2617 fprintf_unfiltered (gdb_stdlog, "gdbarch_return_value called\n");
2618 return gdbarch->return_value (gdbarch, valtype, regcache, readbuf, writebuf);
2622 set_gdbarch_return_value (struct gdbarch *gdbarch,
2623 gdbarch_return_value_ftype return_value)
2625 gdbarch->return_value = return_value;
2629 gdbarch_extract_return_value (struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, gdb_byte *valbuf)
2631 gdb_assert (gdbarch != NULL);
2632 gdb_assert (gdbarch->extract_return_value != NULL);
2633 if (gdbarch_debug >= 2)
2634 fprintf_unfiltered (gdb_stdlog, "gdbarch_extract_return_value called\n");
2635 gdbarch->extract_return_value (type, regcache, valbuf);
2639 set_gdbarch_extract_return_value (struct gdbarch *gdbarch,
2640 gdbarch_extract_return_value_ftype extract_return_value)
2642 gdbarch->extract_return_value = extract_return_value;
2646 gdbarch_store_return_value (struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, const gdb_byte *valbuf)
2648 gdb_assert (gdbarch != NULL);
2649 gdb_assert (gdbarch->store_return_value != NULL);
2650 if (gdbarch_debug >= 2)
2651 fprintf_unfiltered (gdb_stdlog, "gdbarch_store_return_value called\n");
2652 gdbarch->store_return_value (type, regcache, valbuf);
2656 set_gdbarch_store_return_value (struct gdbarch *gdbarch,
2657 gdbarch_store_return_value_ftype store_return_value)
2659 gdbarch->store_return_value = store_return_value;
2663 gdbarch_deprecated_use_struct_convention (struct gdbarch *gdbarch, int gcc_p, struct type *value_type)
2665 gdb_assert (gdbarch != NULL);
2666 gdb_assert (gdbarch->deprecated_use_struct_convention != NULL);
2667 if (gdbarch_debug >= 2)
2668 fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_use_struct_convention called\n");
2669 return gdbarch->deprecated_use_struct_convention (gcc_p, value_type);
2673 set_gdbarch_deprecated_use_struct_convention (struct gdbarch *gdbarch,
2674 gdbarch_deprecated_use_struct_convention_ftype deprecated_use_struct_convention)
2676 gdbarch->deprecated_use_struct_convention = deprecated_use_struct_convention;
2680 gdbarch_deprecated_extract_struct_value_address_p (struct gdbarch *gdbarch)
2682 gdb_assert (gdbarch != NULL);
2683 return gdbarch->deprecated_extract_struct_value_address != NULL;
2687 gdbarch_deprecated_extract_struct_value_address (struct gdbarch *gdbarch, struct regcache *regcache)
2689 gdb_assert (gdbarch != NULL);
2690 gdb_assert (gdbarch->deprecated_extract_struct_value_address != NULL);
2691 if (gdbarch_debug >= 2)
2692 fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_extract_struct_value_address called\n");
2693 return gdbarch->deprecated_extract_struct_value_address (regcache);
2697 set_gdbarch_deprecated_extract_struct_value_address (struct gdbarch *gdbarch,
2698 gdbarch_deprecated_extract_struct_value_address_ftype deprecated_extract_struct_value_address)
2700 gdbarch->deprecated_extract_struct_value_address = deprecated_extract_struct_value_address;
2704 gdbarch_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR ip)
2706 gdb_assert (gdbarch != NULL);
2707 gdb_assert (gdbarch->skip_prologue != NULL);
2708 if (gdbarch_debug >= 2)
2709 fprintf_unfiltered (gdb_stdlog, "gdbarch_skip_prologue called\n");
2710 return gdbarch->skip_prologue (ip);
2714 set_gdbarch_skip_prologue (struct gdbarch *gdbarch,
2715 gdbarch_skip_prologue_ftype skip_prologue)
2717 gdbarch->skip_prologue = skip_prologue;
2721 gdbarch_inner_than (struct gdbarch *gdbarch, CORE_ADDR lhs, CORE_ADDR rhs)
2723 gdb_assert (gdbarch != NULL);
2724 gdb_assert (gdbarch->inner_than != NULL);
2725 if (gdbarch_debug >= 2)
2726 fprintf_unfiltered (gdb_stdlog, "gdbarch_inner_than called\n");
2727 return gdbarch->inner_than (lhs, rhs);
2731 set_gdbarch_inner_than (struct gdbarch *gdbarch,
2732 gdbarch_inner_than_ftype inner_than)
2734 gdbarch->inner_than = inner_than;
2738 gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr)
2740 gdb_assert (gdbarch != NULL);
2741 gdb_assert (gdbarch->breakpoint_from_pc != NULL);
2742 if (gdbarch_debug >= 2)
2743 fprintf_unfiltered (gdb_stdlog, "gdbarch_breakpoint_from_pc called\n");
2744 return gdbarch->breakpoint_from_pc (pcptr, lenptr);
2748 set_gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch,
2749 gdbarch_breakpoint_from_pc_ftype breakpoint_from_pc)
2751 gdbarch->breakpoint_from_pc = breakpoint_from_pc;
2755 gdbarch_adjust_breakpoint_address_p (struct gdbarch *gdbarch)
2757 gdb_assert (gdbarch != NULL);
2758 return gdbarch->adjust_breakpoint_address != NULL;
2762 gdbarch_adjust_breakpoint_address (struct gdbarch *gdbarch, CORE_ADDR bpaddr)
2764 gdb_assert (gdbarch != NULL);
2765 gdb_assert (gdbarch->adjust_breakpoint_address != NULL);
2766 if (gdbarch_debug >= 2)
2767 fprintf_unfiltered (gdb_stdlog, "gdbarch_adjust_breakpoint_address called\n");
2768 return gdbarch->adjust_breakpoint_address (gdbarch, bpaddr);
2772 set_gdbarch_adjust_breakpoint_address (struct gdbarch *gdbarch,
2773 gdbarch_adjust_breakpoint_address_ftype adjust_breakpoint_address)
2775 gdbarch->adjust_breakpoint_address = adjust_breakpoint_address;
2779 gdbarch_memory_insert_breakpoint (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
2781 gdb_assert (gdbarch != NULL);
2782 gdb_assert (gdbarch->memory_insert_breakpoint != NULL);
2783 if (gdbarch_debug >= 2)
2784 fprintf_unfiltered (gdb_stdlog, "gdbarch_memory_insert_breakpoint called\n");
2785 return gdbarch->memory_insert_breakpoint (bp_tgt);
2789 set_gdbarch_memory_insert_breakpoint (struct gdbarch *gdbarch,
2790 gdbarch_memory_insert_breakpoint_ftype memory_insert_breakpoint)
2792 gdbarch->memory_insert_breakpoint = memory_insert_breakpoint;
2796 gdbarch_memory_remove_breakpoint (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
2798 gdb_assert (gdbarch != NULL);
2799 gdb_assert (gdbarch->memory_remove_breakpoint != NULL);
2800 if (gdbarch_debug >= 2)
2801 fprintf_unfiltered (gdb_stdlog, "gdbarch_memory_remove_breakpoint called\n");
2802 return gdbarch->memory_remove_breakpoint (bp_tgt);
2806 set_gdbarch_memory_remove_breakpoint (struct gdbarch *gdbarch,
2807 gdbarch_memory_remove_breakpoint_ftype memory_remove_breakpoint)
2809 gdbarch->memory_remove_breakpoint = memory_remove_breakpoint;
2813 gdbarch_decr_pc_after_break (struct gdbarch *gdbarch)
2815 gdb_assert (gdbarch != NULL);
2816 /* Skip verify of decr_pc_after_break, invalid_p == 0 */
2817 if (gdbarch_debug >= 2)
2818 fprintf_unfiltered (gdb_stdlog, "gdbarch_decr_pc_after_break called\n");
2819 return gdbarch->decr_pc_after_break;
2823 set_gdbarch_decr_pc_after_break (struct gdbarch *gdbarch,
2824 CORE_ADDR decr_pc_after_break)
2826 gdbarch->decr_pc_after_break = decr_pc_after_break;
2830 gdbarch_deprecated_function_start_offset (struct gdbarch *gdbarch)
2832 gdb_assert (gdbarch != NULL);
2833 /* Skip verify of deprecated_function_start_offset, invalid_p == 0 */
2834 if (gdbarch_debug >= 2)
2835 fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_function_start_offset called\n");
2836 return gdbarch->deprecated_function_start_offset;
2840 set_gdbarch_deprecated_function_start_offset (struct gdbarch *gdbarch,
2841 CORE_ADDR deprecated_function_start_offset)
2843 gdbarch->deprecated_function_start_offset = deprecated_function_start_offset;
2847 gdbarch_remote_register_number (struct gdbarch *gdbarch, int regno)
2849 gdb_assert (gdbarch != NULL);
2850 gdb_assert (gdbarch->remote_register_number != NULL);
2851 if (gdbarch_debug >= 2)
2852 fprintf_unfiltered (gdb_stdlog, "gdbarch_remote_register_number called\n");
2853 return gdbarch->remote_register_number (gdbarch, regno);
2857 set_gdbarch_remote_register_number (struct gdbarch *gdbarch,
2858 gdbarch_remote_register_number_ftype remote_register_number)
2860 gdbarch->remote_register_number = remote_register_number;
2864 gdbarch_fetch_tls_load_module_address_p (struct gdbarch *gdbarch)
2866 gdb_assert (gdbarch != NULL);
2867 return gdbarch->fetch_tls_load_module_address != NULL;
2871 gdbarch_fetch_tls_load_module_address (struct gdbarch *gdbarch, struct objfile *objfile)
2873 gdb_assert (gdbarch != NULL);
2874 gdb_assert (gdbarch->fetch_tls_load_module_address != NULL);
2875 if (gdbarch_debug >= 2)
2876 fprintf_unfiltered (gdb_stdlog, "gdbarch_fetch_tls_load_module_address called\n");
2877 return gdbarch->fetch_tls_load_module_address (objfile);
2881 set_gdbarch_fetch_tls_load_module_address (struct gdbarch *gdbarch,
2882 gdbarch_fetch_tls_load_module_address_ftype fetch_tls_load_module_address)
2884 gdbarch->fetch_tls_load_module_address = fetch_tls_load_module_address;
2888 gdbarch_frame_args_skip (struct gdbarch *gdbarch)
2890 gdb_assert (gdbarch != NULL);
2891 /* Skip verify of frame_args_skip, invalid_p == 0 */
2892 if (gdbarch_debug >= 2)
2893 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_args_skip called\n");
2894 return gdbarch->frame_args_skip;
2898 set_gdbarch_frame_args_skip (struct gdbarch *gdbarch,
2899 CORE_ADDR frame_args_skip)
2901 gdbarch->frame_args_skip = frame_args_skip;
2905 gdbarch_unwind_pc_p (struct gdbarch *gdbarch)
2907 gdb_assert (gdbarch != NULL);
2908 return gdbarch->unwind_pc != NULL;
2912 gdbarch_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame)
2914 gdb_assert (gdbarch != NULL);
2915 gdb_assert (gdbarch->unwind_pc != NULL);
2916 if (gdbarch_debug >= 2)
2917 fprintf_unfiltered (gdb_stdlog, "gdbarch_unwind_pc called\n");
2918 return gdbarch->unwind_pc (gdbarch, next_frame);
2922 set_gdbarch_unwind_pc (struct gdbarch *gdbarch,
2923 gdbarch_unwind_pc_ftype unwind_pc)
2925 gdbarch->unwind_pc = unwind_pc;
2929 gdbarch_unwind_sp_p (struct gdbarch *gdbarch)
2931 gdb_assert (gdbarch != NULL);
2932 return gdbarch->unwind_sp != NULL;
2936 gdbarch_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame)
2938 gdb_assert (gdbarch != NULL);
2939 gdb_assert (gdbarch->unwind_sp != NULL);
2940 if (gdbarch_debug >= 2)
2941 fprintf_unfiltered (gdb_stdlog, "gdbarch_unwind_sp called\n");
2942 return gdbarch->unwind_sp (gdbarch, next_frame);
2946 set_gdbarch_unwind_sp (struct gdbarch *gdbarch,
2947 gdbarch_unwind_sp_ftype unwind_sp)
2949 gdbarch->unwind_sp = unwind_sp;
2953 gdbarch_frame_num_args_p (struct gdbarch *gdbarch)
2955 gdb_assert (gdbarch != NULL);
2956 return gdbarch->frame_num_args != NULL;
2960 gdbarch_frame_num_args (struct gdbarch *gdbarch, struct frame_info *frame)
2962 gdb_assert (gdbarch != NULL);
2963 gdb_assert (gdbarch->frame_num_args != NULL);
2964 if (gdbarch_debug >= 2)
2965 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_num_args called\n");
2966 return gdbarch->frame_num_args (frame);
2970 set_gdbarch_frame_num_args (struct gdbarch *gdbarch,
2971 gdbarch_frame_num_args_ftype frame_num_args)
2973 gdbarch->frame_num_args = frame_num_args;
2977 gdbarch_deprecated_stack_align_p (struct gdbarch *gdbarch)
2979 gdb_assert (gdbarch != NULL);
2980 return gdbarch->deprecated_stack_align != NULL;
2984 gdbarch_deprecated_stack_align (struct gdbarch *gdbarch, CORE_ADDR sp)
2986 gdb_assert (gdbarch != NULL);
2987 gdb_assert (gdbarch->deprecated_stack_align != NULL);
2988 if (gdbarch_debug >= 2)
2989 fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_stack_align called\n");
2990 return gdbarch->deprecated_stack_align (sp);
2994 set_gdbarch_deprecated_stack_align (struct gdbarch *gdbarch,
2995 gdbarch_deprecated_stack_align_ftype deprecated_stack_align)
2997 gdbarch->deprecated_stack_align = deprecated_stack_align;
3001 gdbarch_frame_align_p (struct gdbarch *gdbarch)
3003 gdb_assert (gdbarch != NULL);
3004 return gdbarch->frame_align != NULL;
3008 gdbarch_frame_align (struct gdbarch *gdbarch, CORE_ADDR address)
3010 gdb_assert (gdbarch != NULL);
3011 gdb_assert (gdbarch->frame_align != NULL);
3012 if (gdbarch_debug >= 2)
3013 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_align called\n");
3014 return gdbarch->frame_align (gdbarch, address);
3018 set_gdbarch_frame_align (struct gdbarch *gdbarch,
3019 gdbarch_frame_align_ftype frame_align)
3021 gdbarch->frame_align = frame_align;
3025 gdbarch_deprecated_reg_struct_has_addr_p (struct gdbarch *gdbarch)
3027 gdb_assert (gdbarch != NULL);
3028 return gdbarch->deprecated_reg_struct_has_addr != NULL;
3032 gdbarch_deprecated_reg_struct_has_addr (struct gdbarch *gdbarch, int gcc_p, struct type *type)
3034 gdb_assert (gdbarch != NULL);
3035 gdb_assert (gdbarch->deprecated_reg_struct_has_addr != NULL);
3036 if (gdbarch_debug >= 2)
3037 fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_reg_struct_has_addr called\n");
3038 return gdbarch->deprecated_reg_struct_has_addr (gcc_p, type);
3042 set_gdbarch_deprecated_reg_struct_has_addr (struct gdbarch *gdbarch,
3043 gdbarch_deprecated_reg_struct_has_addr_ftype deprecated_reg_struct_has_addr)
3045 gdbarch->deprecated_reg_struct_has_addr = deprecated_reg_struct_has_addr;
3049 gdbarch_stabs_argument_has_addr (struct gdbarch *gdbarch, struct type *type)
3051 gdb_assert (gdbarch != NULL);
3052 gdb_assert (gdbarch->stabs_argument_has_addr != NULL);
3053 if (gdbarch_debug >= 2)
3054 fprintf_unfiltered (gdb_stdlog, "gdbarch_stabs_argument_has_addr called\n");
3055 return gdbarch->stabs_argument_has_addr (gdbarch, type);
3059 set_gdbarch_stabs_argument_has_addr (struct gdbarch *gdbarch,
3060 gdbarch_stabs_argument_has_addr_ftype stabs_argument_has_addr)
3062 gdbarch->stabs_argument_has_addr = stabs_argument_has_addr;
3066 gdbarch_frame_red_zone_size (struct gdbarch *gdbarch)
3068 gdb_assert (gdbarch != NULL);
3069 if (gdbarch_debug >= 2)
3070 fprintf_unfiltered (gdb_stdlog, "gdbarch_frame_red_zone_size called\n");
3071 return gdbarch->frame_red_zone_size;
3075 set_gdbarch_frame_red_zone_size (struct gdbarch *gdbarch,
3076 int frame_red_zone_size)
3078 gdbarch->frame_red_zone_size = frame_red_zone_size;
3082 gdbarch_convert_from_func_ptr_addr (struct gdbarch *gdbarch, CORE_ADDR addr, struct target_ops *targ)
3084 gdb_assert (gdbarch != NULL);
3085 gdb_assert (gdbarch->convert_from_func_ptr_addr != NULL);
3086 if (gdbarch_debug >= 2)
3087 fprintf_unfiltered (gdb_stdlog, "gdbarch_convert_from_func_ptr_addr called\n");
3088 return gdbarch->convert_from_func_ptr_addr (gdbarch, addr, targ);
3092 set_gdbarch_convert_from_func_ptr_addr (struct gdbarch *gdbarch,
3093 gdbarch_convert_from_func_ptr_addr_ftype convert_from_func_ptr_addr)
3095 gdbarch->convert_from_func_ptr_addr = convert_from_func_ptr_addr;
3099 gdbarch_addr_bits_remove (struct gdbarch *gdbarch, CORE_ADDR addr)
3101 gdb_assert (gdbarch != NULL);
3102 gdb_assert (gdbarch->addr_bits_remove != NULL);
3103 if (gdbarch_debug >= 2)
3104 fprintf_unfiltered (gdb_stdlog, "gdbarch_addr_bits_remove called\n");
3105 return gdbarch->addr_bits_remove (addr);
3109 set_gdbarch_addr_bits_remove (struct gdbarch *gdbarch,
3110 gdbarch_addr_bits_remove_ftype addr_bits_remove)
3112 gdbarch->addr_bits_remove = addr_bits_remove;
3116 gdbarch_smash_text_address (struct gdbarch *gdbarch, CORE_ADDR addr)
3118 gdb_assert (gdbarch != NULL);
3119 gdb_assert (gdbarch->smash_text_address != NULL);
3120 if (gdbarch_debug >= 2)
3121 fprintf_unfiltered (gdb_stdlog, "gdbarch_smash_text_address called\n");
3122 return gdbarch->smash_text_address (addr);
3126 set_gdbarch_smash_text_address (struct gdbarch *gdbarch,
3127 gdbarch_smash_text_address_ftype smash_text_address)
3129 gdbarch->smash_text_address = smash_text_address;
3133 gdbarch_software_single_step_p (struct gdbarch *gdbarch)
3135 gdb_assert (gdbarch != NULL);
3136 return gdbarch->software_single_step != NULL;
3140 gdbarch_software_single_step (struct gdbarch *gdbarch, struct regcache *regcache)
3142 gdb_assert (gdbarch != NULL);
3143 gdb_assert (gdbarch->software_single_step != NULL);
3144 if (gdbarch_debug >= 2)
3145 fprintf_unfiltered (gdb_stdlog, "gdbarch_software_single_step called\n");
3146 return gdbarch->software_single_step (regcache);
3150 set_gdbarch_software_single_step (struct gdbarch *gdbarch,
3151 gdbarch_software_single_step_ftype software_single_step)
3153 gdbarch->software_single_step = software_single_step;
3157 gdbarch_single_step_through_delay_p (struct gdbarch *gdbarch)
3159 gdb_assert (gdbarch != NULL);
3160 return gdbarch->single_step_through_delay != NULL;
3164 gdbarch_single_step_through_delay (struct gdbarch *gdbarch, struct frame_info *frame)
3166 gdb_assert (gdbarch != NULL);
3167 gdb_assert (gdbarch->single_step_through_delay != NULL);
3168 if (gdbarch_debug >= 2)
3169 fprintf_unfiltered (gdb_stdlog, "gdbarch_single_step_through_delay called\n");
3170 return gdbarch->single_step_through_delay (gdbarch, frame);
3174 set_gdbarch_single_step_through_delay (struct gdbarch *gdbarch,
3175 gdbarch_single_step_through_delay_ftype single_step_through_delay)
3177 gdbarch->single_step_through_delay = single_step_through_delay;
3181 gdbarch_print_insn (struct gdbarch *gdbarch, bfd_vma vma, struct disassemble_info *info)
3183 gdb_assert (gdbarch != NULL);
3184 gdb_assert (gdbarch->print_insn != NULL);
3185 if (gdbarch_debug >= 2)
3186 fprintf_unfiltered (gdb_stdlog, "gdbarch_print_insn called\n");
3187 return gdbarch->print_insn (vma, info);
3191 set_gdbarch_print_insn (struct gdbarch *gdbarch,
3192 gdbarch_print_insn_ftype print_insn)
3194 gdbarch->print_insn = print_insn;
3198 gdbarch_skip_trampoline_code (struct gdbarch *gdbarch, CORE_ADDR pc)
3200 gdb_assert (gdbarch != NULL);
3201 gdb_assert (gdbarch->skip_trampoline_code != NULL);
3202 if (gdbarch_debug >= 2)
3203 fprintf_unfiltered (gdb_stdlog, "gdbarch_skip_trampoline_code called\n");
3204 return gdbarch->skip_trampoline_code (pc);
3208 set_gdbarch_skip_trampoline_code (struct gdbarch *gdbarch,
3209 gdbarch_skip_trampoline_code_ftype skip_trampoline_code)
3211 gdbarch->skip_trampoline_code = skip_trampoline_code;
3215 gdbarch_skip_solib_resolver (struct gdbarch *gdbarch, CORE_ADDR pc)
3217 gdb_assert (gdbarch != NULL);
3218 gdb_assert (gdbarch->skip_solib_resolver != NULL);
3219 if (gdbarch_debug >= 2)
3220 fprintf_unfiltered (gdb_stdlog, "gdbarch_skip_solib_resolver called\n");
3221 return gdbarch->skip_solib_resolver (gdbarch, pc);
3225 set_gdbarch_skip_solib_resolver (struct gdbarch *gdbarch,
3226 gdbarch_skip_solib_resolver_ftype skip_solib_resolver)
3228 gdbarch->skip_solib_resolver = skip_solib_resolver;
3232 gdbarch_in_solib_return_trampoline (struct gdbarch *gdbarch, CORE_ADDR pc, char *name)
3234 gdb_assert (gdbarch != NULL);
3235 gdb_assert (gdbarch->in_solib_return_trampoline != NULL);
3236 if (gdbarch_debug >= 2)
3237 fprintf_unfiltered (gdb_stdlog, "gdbarch_in_solib_return_trampoline called\n");
3238 return gdbarch->in_solib_return_trampoline (pc, name);
3242 set_gdbarch_in_solib_return_trampoline (struct gdbarch *gdbarch,
3243 gdbarch_in_solib_return_trampoline_ftype in_solib_return_trampoline)
3245 gdbarch->in_solib_return_trampoline = in_solib_return_trampoline;
3249 gdbarch_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR addr)
3251 gdb_assert (gdbarch != NULL);
3252 gdb_assert (gdbarch->in_function_epilogue_p != NULL);
3253 if (gdbarch_debug >= 2)
3254 fprintf_unfiltered (gdb_stdlog, "gdbarch_in_function_epilogue_p called\n");
3255 return gdbarch->in_function_epilogue_p (gdbarch, addr);
3259 set_gdbarch_in_function_epilogue_p (struct gdbarch *gdbarch,
3260 gdbarch_in_function_epilogue_p_ftype in_function_epilogue_p)
3262 gdbarch->in_function_epilogue_p = in_function_epilogue_p;
3266 gdbarch_construct_inferior_arguments (struct gdbarch *gdbarch, int argc, char **argv)
3268 gdb_assert (gdbarch != NULL);
3269 gdb_assert (gdbarch->construct_inferior_arguments != NULL);
3270 if (gdbarch_debug >= 2)
3271 fprintf_unfiltered (gdb_stdlog, "gdbarch_construct_inferior_arguments called\n");
3272 return gdbarch->construct_inferior_arguments (gdbarch, argc, argv);
3276 set_gdbarch_construct_inferior_arguments (struct gdbarch *gdbarch,
3277 gdbarch_construct_inferior_arguments_ftype construct_inferior_arguments)
3279 gdbarch->construct_inferior_arguments = construct_inferior_arguments;
3283 gdbarch_elf_make_msymbol_special (struct gdbarch *gdbarch, asymbol *sym, struct minimal_symbol *msym)
3285 gdb_assert (gdbarch != NULL);
3286 gdb_assert (gdbarch->elf_make_msymbol_special != NULL);
3287 if (gdbarch_debug >= 2)
3288 fprintf_unfiltered (gdb_stdlog, "gdbarch_elf_make_msymbol_special called\n");
3289 gdbarch->elf_make_msymbol_special (sym, msym);
3293 set_gdbarch_elf_make_msymbol_special (struct gdbarch *gdbarch,
3294 gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special)
3296 gdbarch->elf_make_msymbol_special = elf_make_msymbol_special;
3300 gdbarch_coff_make_msymbol_special (struct gdbarch *gdbarch, int val, struct minimal_symbol *msym)
3302 gdb_assert (gdbarch != NULL);
3303 gdb_assert (gdbarch->coff_make_msymbol_special != NULL);
3304 if (gdbarch_debug >= 2)
3305 fprintf_unfiltered (gdb_stdlog, "gdbarch_coff_make_msymbol_special called\n");
3306 gdbarch->coff_make_msymbol_special (val, msym);
3310 set_gdbarch_coff_make_msymbol_special (struct gdbarch *gdbarch,
3311 gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special)
3313 gdbarch->coff_make_msymbol_special = coff_make_msymbol_special;
3317 gdbarch_name_of_malloc (struct gdbarch *gdbarch)
3319 gdb_assert (gdbarch != NULL);
3320 /* Skip verify of name_of_malloc, invalid_p == 0 */
3321 if (gdbarch_debug >= 2)
3322 fprintf_unfiltered (gdb_stdlog, "gdbarch_name_of_malloc called\n");
3323 return gdbarch->name_of_malloc;
3327 set_gdbarch_name_of_malloc (struct gdbarch *gdbarch,
3328 const char * name_of_malloc)
3330 gdbarch->name_of_malloc = name_of_malloc;
3334 gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch)
3336 gdb_assert (gdbarch != NULL);
3337 /* Skip verify of cannot_step_breakpoint, invalid_p == 0 */
3338 if (gdbarch_debug >= 2)
3339 fprintf_unfiltered (gdb_stdlog, "gdbarch_cannot_step_breakpoint called\n");
3340 return gdbarch->cannot_step_breakpoint;
3344 set_gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch,
3345 int cannot_step_breakpoint)
3347 gdbarch->cannot_step_breakpoint = cannot_step_breakpoint;
3351 gdbarch_have_nonsteppable_watchpoint (struct gdbarch *gdbarch)
3353 gdb_assert (gdbarch != NULL);
3354 /* Skip verify of have_nonsteppable_watchpoint, invalid_p == 0 */
3355 if (gdbarch_debug >= 2)
3356 fprintf_unfiltered (gdb_stdlog, "gdbarch_have_nonsteppable_watchpoint called\n");
3357 return gdbarch->have_nonsteppable_watchpoint;
3361 set_gdbarch_have_nonsteppable_watchpoint (struct gdbarch *gdbarch,
3362 int have_nonsteppable_watchpoint)
3364 gdbarch->have_nonsteppable_watchpoint = have_nonsteppable_watchpoint;
3368 gdbarch_address_class_type_flags_p (struct gdbarch *gdbarch)
3370 gdb_assert (gdbarch != NULL);
3371 return gdbarch->address_class_type_flags != NULL;
3375 gdbarch_address_class_type_flags (struct gdbarch *gdbarch, int byte_size, int dwarf2_addr_class)
3377 gdb_assert (gdbarch != NULL);
3378 gdb_assert (gdbarch->address_class_type_flags != NULL);
3379 if (gdbarch_debug >= 2)
3380 fprintf_unfiltered (gdb_stdlog, "gdbarch_address_class_type_flags called\n");
3381 return gdbarch->address_class_type_flags (byte_size, dwarf2_addr_class);
3385 set_gdbarch_address_class_type_flags (struct gdbarch *gdbarch,
3386 gdbarch_address_class_type_flags_ftype address_class_type_flags)
3388 gdbarch->address_class_type_flags = address_class_type_flags;
3392 gdbarch_address_class_type_flags_to_name_p (struct gdbarch *gdbarch)
3394 gdb_assert (gdbarch != NULL);
3395 return gdbarch->address_class_type_flags_to_name != NULL;
3399 gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, int type_flags)
3401 gdb_assert (gdbarch != NULL);
3402 gdb_assert (gdbarch->address_class_type_flags_to_name != NULL);
3403 if (gdbarch_debug >= 2)
3404 fprintf_unfiltered (gdb_stdlog, "gdbarch_address_class_type_flags_to_name called\n");
3405 return gdbarch->address_class_type_flags_to_name (gdbarch, type_flags);
3409 set_gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch,
3410 gdbarch_address_class_type_flags_to_name_ftype address_class_type_flags_to_name)
3412 gdbarch->address_class_type_flags_to_name = address_class_type_flags_to_name;
3416 gdbarch_address_class_name_to_type_flags_p (struct gdbarch *gdbarch)
3418 gdb_assert (gdbarch != NULL);
3419 return gdbarch->address_class_name_to_type_flags != NULL;
3423 gdbarch_address_class_name_to_type_flags (struct gdbarch *gdbarch, const char *name, int *type_flags_ptr)
3425 gdb_assert (gdbarch != NULL);
3426 gdb_assert (gdbarch->address_class_name_to_type_flags != NULL);
3427 if (gdbarch_debug >= 2)
3428 fprintf_unfiltered (gdb_stdlog, "gdbarch_address_class_name_to_type_flags called\n");
3429 return gdbarch->address_class_name_to_type_flags (gdbarch, name, type_flags_ptr);
3433 set_gdbarch_address_class_name_to_type_flags (struct gdbarch *gdbarch,
3434 gdbarch_address_class_name_to_type_flags_ftype address_class_name_to_type_flags)
3436 gdbarch->address_class_name_to_type_flags = address_class_name_to_type_flags;
3440 gdbarch_register_reggroup_p (struct gdbarch *gdbarch, int regnum, struct reggroup *reggroup)
3442 gdb_assert (gdbarch != NULL);
3443 gdb_assert (gdbarch->register_reggroup_p != NULL);
3444 if (gdbarch_debug >= 2)
3445 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_reggroup_p called\n");
3446 return gdbarch->register_reggroup_p (gdbarch, regnum, reggroup);
3450 set_gdbarch_register_reggroup_p (struct gdbarch *gdbarch,
3451 gdbarch_register_reggroup_p_ftype register_reggroup_p)
3453 gdbarch->register_reggroup_p = register_reggroup_p;
3457 gdbarch_fetch_pointer_argument_p (struct gdbarch *gdbarch)
3459 gdb_assert (gdbarch != NULL);
3460 return gdbarch->fetch_pointer_argument != NULL;
3464 gdbarch_fetch_pointer_argument (struct gdbarch *gdbarch, struct frame_info *frame, int argi, struct type *type)
3466 gdb_assert (gdbarch != NULL);
3467 gdb_assert (gdbarch->fetch_pointer_argument != NULL);
3468 if (gdbarch_debug >= 2)
3469 fprintf_unfiltered (gdb_stdlog, "gdbarch_fetch_pointer_argument called\n");
3470 return gdbarch->fetch_pointer_argument (frame, argi, type);
3474 set_gdbarch_fetch_pointer_argument (struct gdbarch *gdbarch,
3475 gdbarch_fetch_pointer_argument_ftype fetch_pointer_argument)
3477 gdbarch->fetch_pointer_argument = fetch_pointer_argument;
3481 gdbarch_regset_from_core_section_p (struct gdbarch *gdbarch)
3483 gdb_assert (gdbarch != NULL);
3484 return gdbarch->regset_from_core_section != NULL;
3487 const struct regset *
3488 gdbarch_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size)
3490 gdb_assert (gdbarch != NULL);
3491 gdb_assert (gdbarch->regset_from_core_section != NULL);
3492 if (gdbarch_debug >= 2)
3493 fprintf_unfiltered (gdb_stdlog, "gdbarch_regset_from_core_section called\n");
3494 return gdbarch->regset_from_core_section (gdbarch, sect_name, sect_size);
3498 set_gdbarch_regset_from_core_section (struct gdbarch *gdbarch,
3499 gdbarch_regset_from_core_section_ftype regset_from_core_section)
3501 gdbarch->regset_from_core_section = regset_from_core_section;
3505 gdbarch_vtable_function_descriptors (struct gdbarch *gdbarch)
3507 gdb_assert (gdbarch != NULL);
3508 /* Skip verify of vtable_function_descriptors, invalid_p == 0 */
3509 if (gdbarch_debug >= 2)
3510 fprintf_unfiltered (gdb_stdlog, "gdbarch_vtable_function_descriptors called\n");
3511 return gdbarch->vtable_function_descriptors;
3515 set_gdbarch_vtable_function_descriptors (struct gdbarch *gdbarch,
3516 int vtable_function_descriptors)
3518 gdbarch->vtable_function_descriptors = vtable_function_descriptors;
3522 gdbarch_vbit_in_delta (struct gdbarch *gdbarch)
3524 gdb_assert (gdbarch != NULL);
3525 /* Skip verify of vbit_in_delta, invalid_p == 0 */
3526 if (gdbarch_debug >= 2)
3527 fprintf_unfiltered (gdb_stdlog, "gdbarch_vbit_in_delta called\n");
3528 return gdbarch->vbit_in_delta;
3532 set_gdbarch_vbit_in_delta (struct gdbarch *gdbarch,
3535 gdbarch->vbit_in_delta = vbit_in_delta;
3539 gdbarch_skip_permanent_breakpoint_p (struct gdbarch *gdbarch)
3541 gdb_assert (gdbarch != NULL);
3542 return gdbarch->skip_permanent_breakpoint != NULL;
3546 gdbarch_skip_permanent_breakpoint (struct gdbarch *gdbarch, struct regcache *regcache)
3548 gdb_assert (gdbarch != NULL);
3549 gdb_assert (gdbarch->skip_permanent_breakpoint != NULL);
3550 if (gdbarch_debug >= 2)
3551 fprintf_unfiltered (gdb_stdlog, "gdbarch_skip_permanent_breakpoint called\n");
3552 gdbarch->skip_permanent_breakpoint (regcache);
3556 set_gdbarch_skip_permanent_breakpoint (struct gdbarch *gdbarch,
3557 gdbarch_skip_permanent_breakpoint_ftype skip_permanent_breakpoint)
3559 gdbarch->skip_permanent_breakpoint = skip_permanent_breakpoint;
3563 gdbarch_overlay_update_p (struct gdbarch *gdbarch)
3565 gdb_assert (gdbarch != NULL);
3566 return gdbarch->overlay_update != NULL;
3570 gdbarch_overlay_update (struct gdbarch *gdbarch, struct obj_section *osect)
3572 gdb_assert (gdbarch != NULL);
3573 gdb_assert (gdbarch->overlay_update != NULL);
3574 if (gdbarch_debug >= 2)
3575 fprintf_unfiltered (gdb_stdlog, "gdbarch_overlay_update called\n");
3576 gdbarch->overlay_update (osect);
3580 set_gdbarch_overlay_update (struct gdbarch *gdbarch,
3581 gdbarch_overlay_update_ftype overlay_update)
3583 gdbarch->overlay_update = overlay_update;
3587 /* Keep a registry of per-architecture data-pointers required by GDB
3594 gdbarch_data_pre_init_ftype *pre_init;
3595 gdbarch_data_post_init_ftype *post_init;
3598 struct gdbarch_data_registration
3600 struct gdbarch_data *data;
3601 struct gdbarch_data_registration *next;
3604 struct gdbarch_data_registry
3607 struct gdbarch_data_registration *registrations;
3610 struct gdbarch_data_registry gdbarch_data_registry =
3615 static struct gdbarch_data *
3616 gdbarch_data_register (gdbarch_data_pre_init_ftype *pre_init,
3617 gdbarch_data_post_init_ftype *post_init)
3619 struct gdbarch_data_registration **curr;
3620 /* Append the new registraration. */
3621 for (curr = &gdbarch_data_registry.registrations;
3623 curr = &(*curr)->next);
3624 (*curr) = XMALLOC (struct gdbarch_data_registration);
3625 (*curr)->next = NULL;
3626 (*curr)->data = XMALLOC (struct gdbarch_data);
3627 (*curr)->data->index = gdbarch_data_registry.nr++;
3628 (*curr)->data->pre_init = pre_init;
3629 (*curr)->data->post_init = post_init;
3630 (*curr)->data->init_p = 1;
3631 return (*curr)->data;
3634 struct gdbarch_data *
3635 gdbarch_data_register_pre_init (gdbarch_data_pre_init_ftype *pre_init)
3637 return gdbarch_data_register (pre_init, NULL);
3640 struct gdbarch_data *
3641 gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *post_init)
3643 return gdbarch_data_register (NULL, post_init);
3646 /* Create/delete the gdbarch data vector. */
3649 alloc_gdbarch_data (struct gdbarch *gdbarch)
3651 gdb_assert (gdbarch->data == NULL);
3652 gdbarch->nr_data = gdbarch_data_registry.nr;
3653 gdbarch->data = GDBARCH_OBSTACK_CALLOC (gdbarch, gdbarch->nr_data, void *);
3656 /* Initialize the current value of the specified per-architecture
3660 deprecated_set_gdbarch_data (struct gdbarch *gdbarch,
3661 struct gdbarch_data *data,
3664 gdb_assert (data->index < gdbarch->nr_data);
3665 gdb_assert (gdbarch->data[data->index] == NULL);
3666 gdb_assert (data->pre_init == NULL);
3667 gdbarch->data[data->index] = pointer;
3670 /* Return the current value of the specified per-architecture
3674 gdbarch_data (struct gdbarch *gdbarch, struct gdbarch_data *data)
3676 gdb_assert (data->index < gdbarch->nr_data);
3677 if (gdbarch->data[data->index] == NULL)
3679 /* The data-pointer isn't initialized, call init() to get a
3681 if (data->pre_init != NULL)
3682 /* Mid architecture creation: pass just the obstack, and not
3683 the entire architecture, as that way it isn't possible for
3684 pre-init code to refer to undefined architecture
3686 gdbarch->data[data->index] = data->pre_init (gdbarch->obstack);
3687 else if (gdbarch->initialized_p
3688 && data->post_init != NULL)
3689 /* Post architecture creation: pass the entire architecture
3690 (as all fields are valid), but be careful to also detect
3691 recursive references. */
3693 gdb_assert (data->init_p);
3695 gdbarch->data[data->index] = data->post_init (gdbarch);
3699 /* The architecture initialization hasn't completed - punt -
3700 hope that the caller knows what they are doing. Once
3701 deprecated_set_gdbarch_data has been initialized, this can be
3702 changed to an internal error. */
3704 gdb_assert (gdbarch->data[data->index] != NULL);
3706 return gdbarch->data[data->index];
3711 /* Keep a registry of swapped data required by GDB modules. */
3716 struct gdbarch_swap_registration *source;
3717 struct gdbarch_swap *next;
3720 struct gdbarch_swap_registration
3723 unsigned long sizeof_data;
3724 gdbarch_swap_ftype *init;
3725 struct gdbarch_swap_registration *next;
3728 struct gdbarch_swap_registry
3731 struct gdbarch_swap_registration *registrations;
3734 struct gdbarch_swap_registry gdbarch_swap_registry =
3740 deprecated_register_gdbarch_swap (void *data,
3741 unsigned long sizeof_data,
3742 gdbarch_swap_ftype *init)
3744 struct gdbarch_swap_registration **rego;
3745 for (rego = &gdbarch_swap_registry.registrations;
3747 rego = &(*rego)->next);
3748 (*rego) = XMALLOC (struct gdbarch_swap_registration);
3749 (*rego)->next = NULL;
3750 (*rego)->init = init;
3751 (*rego)->data = data;
3752 (*rego)->sizeof_data = sizeof_data;
3756 current_gdbarch_swap_init_hack (void)
3758 struct gdbarch_swap_registration *rego;
3759 struct gdbarch_swap **curr = ¤t_gdbarch->swap;
3760 for (rego = gdbarch_swap_registry.registrations;
3764 if (rego->data != NULL)
3766 (*curr) = GDBARCH_OBSTACK_ZALLOC (current_gdbarch,
3767 struct gdbarch_swap);
3768 (*curr)->source = rego;
3769 (*curr)->swap = gdbarch_obstack_zalloc (current_gdbarch,
3771 (*curr)->next = NULL;
3772 curr = &(*curr)->next;
3774 if (rego->init != NULL)
3779 static struct gdbarch *
3780 current_gdbarch_swap_out_hack (void)
3782 struct gdbarch *old_gdbarch = current_gdbarch;
3783 struct gdbarch_swap *curr;
3785 gdb_assert (old_gdbarch != NULL);
3786 for (curr = old_gdbarch->swap;
3790 memcpy (curr->swap, curr->source->data, curr->source->sizeof_data);
3791 memset (curr->source->data, 0, curr->source->sizeof_data);
3793 current_gdbarch = NULL;
3798 current_gdbarch_swap_in_hack (struct gdbarch *new_gdbarch)
3800 struct gdbarch_swap *curr;
3802 gdb_assert (current_gdbarch == NULL);
3803 for (curr = new_gdbarch->swap;
3806 memcpy (curr->source->data, curr->swap, curr->source->sizeof_data);
3807 current_gdbarch = new_gdbarch;
3811 /* Keep a registry of the architectures known by GDB. */
3813 struct gdbarch_registration
3815 enum bfd_architecture bfd_architecture;
3816 gdbarch_init_ftype *init;
3817 gdbarch_dump_tdep_ftype *dump_tdep;
3818 struct gdbarch_list *arches;
3819 struct gdbarch_registration *next;
3822 static struct gdbarch_registration *gdbarch_registry = NULL;
3825 append_name (const char ***buf, int *nr, const char *name)
3827 *buf = xrealloc (*buf, sizeof (char**) * (*nr + 1));
3833 gdbarch_printable_names (void)
3835 /* Accumulate a list of names based on the registed list of
3837 enum bfd_architecture a;
3839 const char **arches = NULL;
3840 struct gdbarch_registration *rego;
3841 for (rego = gdbarch_registry;
3845 const struct bfd_arch_info *ap;
3846 ap = bfd_lookup_arch (rego->bfd_architecture, 0);
3848 internal_error (__FILE__, __LINE__,
3849 _("gdbarch_architecture_names: multi-arch unknown"));
3852 append_name (&arches, &nr_arches, ap->printable_name);
3857 append_name (&arches, &nr_arches, NULL);
3863 gdbarch_register (enum bfd_architecture bfd_architecture,
3864 gdbarch_init_ftype *init,
3865 gdbarch_dump_tdep_ftype *dump_tdep)
3867 struct gdbarch_registration **curr;
3868 const struct bfd_arch_info *bfd_arch_info;
3869 /* Check that BFD recognizes this architecture */
3870 bfd_arch_info = bfd_lookup_arch (bfd_architecture, 0);
3871 if (bfd_arch_info == NULL)
3873 internal_error (__FILE__, __LINE__,
3874 _("gdbarch: Attempt to register unknown architecture (%d)"),
3877 /* Check that we haven't seen this architecture before */
3878 for (curr = &gdbarch_registry;
3880 curr = &(*curr)->next)
3882 if (bfd_architecture == (*curr)->bfd_architecture)
3883 internal_error (__FILE__, __LINE__,
3884 _("gdbarch: Duplicate registraration of architecture (%s)"),
3885 bfd_arch_info->printable_name);
3889 fprintf_unfiltered (gdb_stdlog, "register_gdbarch_init (%s, 0x%08lx)\n",
3890 bfd_arch_info->printable_name,
3893 (*curr) = XMALLOC (struct gdbarch_registration);
3894 (*curr)->bfd_architecture = bfd_architecture;
3895 (*curr)->init = init;
3896 (*curr)->dump_tdep = dump_tdep;
3897 (*curr)->arches = NULL;
3898 (*curr)->next = NULL;
3902 register_gdbarch_init (enum bfd_architecture bfd_architecture,
3903 gdbarch_init_ftype *init)
3905 gdbarch_register (bfd_architecture, init, NULL);
3909 /* Look for an architecture using gdbarch_info. */
3911 struct gdbarch_list *
3912 gdbarch_list_lookup_by_info (struct gdbarch_list *arches,
3913 const struct gdbarch_info *info)
3915 for (; arches != NULL; arches = arches->next)
3917 if (info->bfd_arch_info != arches->gdbarch->bfd_arch_info)
3919 if (info->byte_order != arches->gdbarch->byte_order)
3921 if (info->osabi != arches->gdbarch->osabi)
3923 if (info->target_desc != arches->gdbarch->target_desc)
3931 /* Find an architecture that matches the specified INFO. Create a new
3932 architecture if needed. Return that new architecture. Assumes
3933 that there is no current architecture. */
3935 static struct gdbarch *
3936 find_arch_by_info (struct gdbarch_info info)
3938 struct gdbarch *new_gdbarch;
3939 struct gdbarch_registration *rego;
3941 /* The existing architecture has been swapped out - all this code
3942 works from a clean slate. */
3943 gdb_assert (current_gdbarch == NULL);
3945 /* Fill in missing parts of the INFO struct using a number of
3946 sources: "set ..."; INFOabfd supplied; and the global
3948 gdbarch_info_fill (&info);
3950 /* Must have found some sort of architecture. */
3951 gdb_assert (info.bfd_arch_info != NULL);
3955 fprintf_unfiltered (gdb_stdlog,
3956 "find_arch_by_info: info.bfd_arch_info %s\n",
3957 (info.bfd_arch_info != NULL
3958 ? info.bfd_arch_info->printable_name
3960 fprintf_unfiltered (gdb_stdlog,
3961 "find_arch_by_info: info.byte_order %d (%s)\n",
3963 (info.byte_order == BFD_ENDIAN_BIG ? "big"
3964 : info.byte_order == BFD_ENDIAN_LITTLE ? "little"
3966 fprintf_unfiltered (gdb_stdlog,
3967 "find_arch_by_info: info.osabi %d (%s)\n",
3968 info.osabi, gdbarch_osabi_name (info.osabi));
3969 fprintf_unfiltered (gdb_stdlog,
3970 "find_arch_by_info: info.abfd 0x%lx\n",
3972 fprintf_unfiltered (gdb_stdlog,
3973 "find_arch_by_info: info.tdep_info 0x%lx\n",
3974 (long) info.tdep_info);
3977 /* Find the tdep code that knows about this architecture. */
3978 for (rego = gdbarch_registry;
3981 if (rego->bfd_architecture == info.bfd_arch_info->arch)
3986 fprintf_unfiltered (gdb_stdlog, "find_arch_by_info: "
3987 "No matching architecture\n");
3991 /* Ask the tdep code for an architecture that matches "info". */
3992 new_gdbarch = rego->init (info, rego->arches);
3994 /* Did the tdep code like it? No. Reject the change and revert to
3995 the old architecture. */
3996 if (new_gdbarch == NULL)
3999 fprintf_unfiltered (gdb_stdlog, "find_arch_by_info: "
4000 "Target rejected architecture\n");
4004 /* Is this a pre-existing architecture (as determined by already
4005 being initialized)? Move it to the front of the architecture
4006 list (keeping the list sorted Most Recently Used). */
4007 if (new_gdbarch->initialized_p)
4009 struct gdbarch_list **list;
4010 struct gdbarch_list *this;
4012 fprintf_unfiltered (gdb_stdlog, "find_arch_by_info: "
4013 "Previous architecture 0x%08lx (%s) selected\n",
4015 new_gdbarch->bfd_arch_info->printable_name);
4016 /* Find the existing arch in the list. */
4017 for (list = ®o->arches;
4018 (*list) != NULL && (*list)->gdbarch != new_gdbarch;
4019 list = &(*list)->next);
4020 /* It had better be in the list of architectures. */
4021 gdb_assert ((*list) != NULL && (*list)->gdbarch == new_gdbarch);
4024 (*list) = this->next;
4025 /* Insert THIS at the front. */
4026 this->next = rego->arches;
4027 rego->arches = this;
4032 /* It's a new architecture. */
4034 fprintf_unfiltered (gdb_stdlog, "find_arch_by_info: "
4035 "New architecture 0x%08lx (%s) selected\n",
4037 new_gdbarch->bfd_arch_info->printable_name);
4039 /* Insert the new architecture into the front of the architecture
4040 list (keep the list sorted Most Recently Used). */
4042 struct gdbarch_list *this = XMALLOC (struct gdbarch_list);
4043 this->next = rego->arches;
4044 this->gdbarch = new_gdbarch;
4045 rego->arches = this;
4048 /* Check that the newly installed architecture is valid. Plug in
4049 any post init values. */
4050 new_gdbarch->dump_tdep = rego->dump_tdep;
4051 verify_gdbarch (new_gdbarch);
4052 new_gdbarch->initialized_p = 1;
4054 /* Initialize any per-architecture swap areas. This phase requires
4055 a valid global CURRENT_GDBARCH. Set it momentarially, and then
4056 swap the entire architecture out. */
4057 current_gdbarch = new_gdbarch;
4058 current_gdbarch_swap_init_hack ();
4059 current_gdbarch_swap_out_hack ();
4062 gdbarch_dump (new_gdbarch, gdb_stdlog);
4068 gdbarch_find_by_info (struct gdbarch_info info)
4070 /* Save the previously selected architecture, setting the global to
4071 NULL. This stops things like gdbarch->init() trying to use the
4072 previous architecture's configuration. The previous architecture
4073 may not even be of the same architecture family. The most recent
4074 architecture of the same family is found at the head of the
4075 rego->arches list. */
4076 struct gdbarch *old_gdbarch = current_gdbarch_swap_out_hack ();
4078 /* Find the specified architecture. */
4079 struct gdbarch *new_gdbarch = find_arch_by_info (info);
4081 /* Restore the existing architecture. */
4082 gdb_assert (current_gdbarch == NULL);
4083 current_gdbarch_swap_in_hack (old_gdbarch);
4088 /* Make the specified architecture current, swapping the existing one
4092 deprecated_current_gdbarch_select_hack (struct gdbarch *new_gdbarch)
4094 gdb_assert (new_gdbarch != NULL);
4095 gdb_assert (current_gdbarch != NULL);
4096 gdb_assert (new_gdbarch->initialized_p);
4097 current_gdbarch_swap_out_hack ();
4098 current_gdbarch_swap_in_hack (new_gdbarch);
4099 architecture_changed_event ();
4100 reinit_frame_cache ();
4103 extern void _initialize_gdbarch (void);
4106 _initialize_gdbarch (void)
4108 struct cmd_list_element *c;
4110 add_setshow_zinteger_cmd ("arch", class_maintenance, &gdbarch_debug, _("\
4111 Set architecture debugging."), _("\
4112 Show architecture debugging."), _("\
4113 When non-zero, architecture debugging is enabled."),
4116 &setdebuglist, &showdebuglist);