* gdbarch.sh (gdbarch_dump): Wrap function addresses in <>.

This commit is contained in:
Andrew Cagney
2002-12-09 22:46:31 +00:00
parent 31deffe5b6
commit 6cbda71410
3 changed files with 90 additions and 89 deletions

View File

@@ -1,6 +1,7 @@
2002-12-09 Andrew Cagney <cagney@redhat.com> 2002-12-09 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (gdbarch_dump): Print NAME_OF_MALLOC using %s. * gdbarch.sh (gdbarch_dump): Print NAME_OF_MALLOC using %s. Wrap
function address in <>.
* gdbarch.c: Re-generate. * gdbarch.c: Re-generate.
2002-12-09 David Carlton <carlton@math.stanford.edu> 2002-12-09 David Carlton <carlton@math.stanford.edu>

View File

@@ -896,7 +896,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (ADDRESS_CLASS_TYPE_FLAGS (byte_size, dwarf2_addr_class))); XSTRING (ADDRESS_CLASS_TYPE_FLAGS (byte_size, dwarf2_addr_class)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: ADDRESS_CLASS_TYPE_FLAGS = 0x%08lx\n", "gdbarch_dump: ADDRESS_CLASS_TYPE_FLAGS = <0x%08lx>\n",
(long) current_gdbarch->address_class_type_flags (long) current_gdbarch->address_class_type_flags
/*ADDRESS_CLASS_TYPE_FLAGS ()*/); /*ADDRESS_CLASS_TYPE_FLAGS ()*/);
#endif #endif
@@ -918,7 +918,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: ADDRESS_TO_POINTER = 0x%08lx\n", "gdbarch_dump: ADDRESS_TO_POINTER = <0x%08lx>\n",
(long) current_gdbarch->address_to_pointer (long) current_gdbarch->address_to_pointer
/*ADDRESS_TO_POINTER ()*/); /*ADDRESS_TO_POINTER ()*/);
#endif #endif
@@ -929,7 +929,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (ADDR_BITS_REMOVE (addr))); XSTRING (ADDR_BITS_REMOVE (addr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: ADDR_BITS_REMOVE = 0x%08lx\n", "gdbarch_dump: ADDR_BITS_REMOVE = <0x%08lx>\n",
(long) current_gdbarch->addr_bits_remove (long) current_gdbarch->addr_bits_remove
/*ADDR_BITS_REMOVE ()*/); /*ADDR_BITS_REMOVE ()*/);
#endif #endif
@@ -956,7 +956,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (BREAKPOINT_FROM_PC (pcptr, lenptr))); XSTRING (BREAKPOINT_FROM_PC (pcptr, lenptr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: BREAKPOINT_FROM_PC = 0x%08lx\n", "gdbarch_dump: BREAKPOINT_FROM_PC = <0x%08lx>\n",
(long) current_gdbarch->breakpoint_from_pc (long) current_gdbarch->breakpoint_from_pc
/*BREAKPOINT_FROM_PC ()*/); /*BREAKPOINT_FROM_PC ()*/);
#endif #endif
@@ -967,7 +967,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (CALL_DUMMY_ADDRESS ())); XSTRING (CALL_DUMMY_ADDRESS ()));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: CALL_DUMMY_ADDRESS = 0x%08lx\n", "gdbarch_dump: CALL_DUMMY_ADDRESS = <0x%08lx>\n",
(long) current_gdbarch->call_dummy_address (long) current_gdbarch->call_dummy_address
/*CALL_DUMMY_ADDRESS ()*/); /*CALL_DUMMY_ADDRESS ()*/);
#endif #endif
@@ -1053,7 +1053,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (CANNOT_FETCH_REGISTER (regnum))); XSTRING (CANNOT_FETCH_REGISTER (regnum)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: CANNOT_FETCH_REGISTER = 0x%08lx\n", "gdbarch_dump: CANNOT_FETCH_REGISTER = <0x%08lx>\n",
(long) current_gdbarch->cannot_fetch_register (long) current_gdbarch->cannot_fetch_register
/*CANNOT_FETCH_REGISTER ()*/); /*CANNOT_FETCH_REGISTER ()*/);
#endif #endif
@@ -1072,7 +1072,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (CANNOT_STORE_REGISTER (regnum))); XSTRING (CANNOT_STORE_REGISTER (regnum)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: CANNOT_STORE_REGISTER = 0x%08lx\n", "gdbarch_dump: CANNOT_STORE_REGISTER = <0x%08lx>\n",
(long) current_gdbarch->cannot_store_register (long) current_gdbarch->cannot_store_register
/*CANNOT_STORE_REGISTER ()*/); /*CANNOT_STORE_REGISTER ()*/);
#endif #endif
@@ -1083,7 +1083,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (COERCE_FLOAT_TO_DOUBLE (formal, actual))); XSTRING (COERCE_FLOAT_TO_DOUBLE (formal, actual)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: COERCE_FLOAT_TO_DOUBLE = 0x%08lx\n", "gdbarch_dump: COERCE_FLOAT_TO_DOUBLE = <0x%08lx>\n",
(long) current_gdbarch->coerce_float_to_double (long) current_gdbarch->coerce_float_to_double
/*COERCE_FLOAT_TO_DOUBLE ()*/); /*COERCE_FLOAT_TO_DOUBLE ()*/);
#endif #endif
@@ -1097,7 +1097,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: COFF_MAKE_MSYMBOL_SPECIAL = 0x%08lx\n", "gdbarch_dump: COFF_MAKE_MSYMBOL_SPECIAL = <0x%08lx>\n",
(long) current_gdbarch->coff_make_msymbol_special (long) current_gdbarch->coff_make_msymbol_special
/*COFF_MAKE_MSYMBOL_SPECIAL ()*/); /*COFF_MAKE_MSYMBOL_SPECIAL ()*/);
#endif #endif
@@ -1112,7 +1112,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (CONVERT_FROM_FUNC_PTR_ADDR (addr))); XSTRING (CONVERT_FROM_FUNC_PTR_ADDR (addr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: CONVERT_FROM_FUNC_PTR_ADDR = 0x%08lx\n", "gdbarch_dump: CONVERT_FROM_FUNC_PTR_ADDR = <0x%08lx>\n",
(long) current_gdbarch->convert_from_func_ptr_addr (long) current_gdbarch->convert_from_func_ptr_addr
/*CONVERT_FROM_FUNC_PTR_ADDR ()*/); /*CONVERT_FROM_FUNC_PTR_ADDR ()*/);
#endif #endif
@@ -1123,7 +1123,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (CONVERT_REGISTER_P (regnum))); XSTRING (CONVERT_REGISTER_P (regnum)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: CONVERT_REGISTER_P = 0x%08lx\n", "gdbarch_dump: CONVERT_REGISTER_P = <0x%08lx>\n",
(long) current_gdbarch->convert_register_p (long) current_gdbarch->convert_register_p
/*CONVERT_REGISTER_P ()*/); /*CONVERT_REGISTER_P ()*/);
#endif #endif
@@ -1154,7 +1154,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: DEPRECATED_DO_REGISTERS_INFO = 0x%08lx\n", "gdbarch_dump: DEPRECATED_DO_REGISTERS_INFO = <0x%08lx>\n",
(long) current_gdbarch->deprecated_do_registers_info (long) current_gdbarch->deprecated_do_registers_info
/*DEPRECATED_DO_REGISTERS_INFO ()*/); /*DEPRECATED_DO_REGISTERS_INFO ()*/);
#endif #endif
@@ -1168,7 +1168,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: DEPRECATED_EXTRACT_RETURN_VALUE = 0x%08lx\n", "gdbarch_dump: DEPRECATED_EXTRACT_RETURN_VALUE = <0x%08lx>\n",
(long) current_gdbarch->deprecated_extract_return_value (long) current_gdbarch->deprecated_extract_return_value
/*DEPRECATED_EXTRACT_RETURN_VALUE ()*/); /*DEPRECATED_EXTRACT_RETURN_VALUE ()*/);
#endif #endif
@@ -1188,7 +1188,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS (regbuf))); XSTRING (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS (regbuf)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS = 0x%08lx\n", "gdbarch_dump: DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS = <0x%08lx>\n",
(long) current_gdbarch->deprecated_extract_struct_value_address (long) current_gdbarch->deprecated_extract_struct_value_address
/*DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS ()*/); /*DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS ()*/);
#endif #endif
@@ -1208,7 +1208,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (DEPRECATED_INIT_FRAME_PC_FIRST (fromleaf, prev))); XSTRING (DEPRECATED_INIT_FRAME_PC_FIRST (fromleaf, prev)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: DEPRECATED_INIT_FRAME_PC_FIRST = 0x%08lx\n", "gdbarch_dump: DEPRECATED_INIT_FRAME_PC_FIRST = <0x%08lx>\n",
(long) current_gdbarch->deprecated_init_frame_pc_first (long) current_gdbarch->deprecated_init_frame_pc_first
/*DEPRECATED_INIT_FRAME_PC_FIRST ()*/); /*DEPRECATED_INIT_FRAME_PC_FIRST ()*/);
#endif #endif
@@ -1228,7 +1228,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (DEPRECATED_PC_IN_CALL_DUMMY (pc, sp, frame_address))); XSTRING (DEPRECATED_PC_IN_CALL_DUMMY (pc, sp, frame_address)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: DEPRECATED_PC_IN_CALL_DUMMY = 0x%08lx\n", "gdbarch_dump: DEPRECATED_PC_IN_CALL_DUMMY = <0x%08lx>\n",
(long) current_gdbarch->deprecated_pc_in_call_dummy (long) current_gdbarch->deprecated_pc_in_call_dummy
/*DEPRECATED_PC_IN_CALL_DUMMY ()*/); /*DEPRECATED_PC_IN_CALL_DUMMY ()*/);
#endif #endif
@@ -1242,7 +1242,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: DEPRECATED_STORE_RETURN_VALUE = 0x%08lx\n", "gdbarch_dump: DEPRECATED_STORE_RETURN_VALUE = <0x%08lx>\n",
(long) current_gdbarch->deprecated_store_return_value (long) current_gdbarch->deprecated_store_return_value
/*DEPRECATED_STORE_RETURN_VALUE ()*/); /*DEPRECATED_STORE_RETURN_VALUE ()*/);
#endif #endif
@@ -1273,7 +1273,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: DWARF2_BUILD_FRAME_INFO = 0x%08lx\n", "gdbarch_dump: DWARF2_BUILD_FRAME_INFO = <0x%08lx>\n",
(long) current_gdbarch->dwarf2_build_frame_info (long) current_gdbarch->dwarf2_build_frame_info
/*DWARF2_BUILD_FRAME_INFO ()*/); /*DWARF2_BUILD_FRAME_INFO ()*/);
#endif #endif
@@ -1284,7 +1284,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (DWARF2_REG_TO_REGNUM (dwarf2_regnr))); XSTRING (DWARF2_REG_TO_REGNUM (dwarf2_regnr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: DWARF2_REG_TO_REGNUM = 0x%08lx\n", "gdbarch_dump: DWARF2_REG_TO_REGNUM = <0x%08lx>\n",
(long) current_gdbarch->dwarf2_reg_to_regnum (long) current_gdbarch->dwarf2_reg_to_regnum
/*DWARF2_REG_TO_REGNUM ()*/); /*DWARF2_REG_TO_REGNUM ()*/);
#endif #endif
@@ -1295,7 +1295,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (DWARF_REG_TO_REGNUM (dwarf_regnr))); XSTRING (DWARF_REG_TO_REGNUM (dwarf_regnr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: DWARF_REG_TO_REGNUM = 0x%08lx\n", "gdbarch_dump: DWARF_REG_TO_REGNUM = <0x%08lx>\n",
(long) current_gdbarch->dwarf_reg_to_regnum (long) current_gdbarch->dwarf_reg_to_regnum
/*DWARF_REG_TO_REGNUM ()*/); /*DWARF_REG_TO_REGNUM ()*/);
#endif #endif
@@ -1306,7 +1306,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (ECOFF_REG_TO_REGNUM (ecoff_regnr))); XSTRING (ECOFF_REG_TO_REGNUM (ecoff_regnr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: ECOFF_REG_TO_REGNUM = 0x%08lx\n", "gdbarch_dump: ECOFF_REG_TO_REGNUM = <0x%08lx>\n",
(long) current_gdbarch->ecoff_reg_to_regnum (long) current_gdbarch->ecoff_reg_to_regnum
/*ECOFF_REG_TO_REGNUM ()*/); /*ECOFF_REG_TO_REGNUM ()*/);
#endif #endif
@@ -1320,7 +1320,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: ELF_MAKE_MSYMBOL_SPECIAL = 0x%08lx\n", "gdbarch_dump: ELF_MAKE_MSYMBOL_SPECIAL = <0x%08lx>\n",
(long) current_gdbarch->elf_make_msymbol_special (long) current_gdbarch->elf_make_msymbol_special
/*ELF_MAKE_MSYMBOL_SPECIAL ()*/); /*ELF_MAKE_MSYMBOL_SPECIAL ()*/);
#endif #endif
@@ -1334,7 +1334,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: EXTRACT_RETURN_VALUE = 0x%08lx\n", "gdbarch_dump: EXTRACT_RETURN_VALUE = <0x%08lx>\n",
(long) current_gdbarch->extract_return_value (long) current_gdbarch->extract_return_value
/*EXTRACT_RETURN_VALUE ()*/); /*EXTRACT_RETURN_VALUE ()*/);
#endif #endif
@@ -1354,7 +1354,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (EXTRACT_STRUCT_VALUE_ADDRESS (regcache))); XSTRING (EXTRACT_STRUCT_VALUE_ADDRESS (regcache)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: EXTRACT_STRUCT_VALUE_ADDRESS = 0x%08lx\n", "gdbarch_dump: EXTRACT_STRUCT_VALUE_ADDRESS = <0x%08lx>\n",
(long) current_gdbarch->extract_struct_value_address (long) current_gdbarch->extract_struct_value_address
/*EXTRACT_STRUCT_VALUE_ADDRESS ()*/); /*EXTRACT_STRUCT_VALUE_ADDRESS ()*/);
#endif #endif
@@ -1376,7 +1376,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: FIX_CALL_DUMMY = 0x%08lx\n", "gdbarch_dump: FIX_CALL_DUMMY = <0x%08lx>\n",
(long) current_gdbarch->fix_call_dummy (long) current_gdbarch->fix_call_dummy
/*FIX_CALL_DUMMY ()*/); /*FIX_CALL_DUMMY ()*/);
#endif #endif
@@ -1403,7 +1403,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (FRAMELESS_FUNCTION_INVOCATION (fi))); XSTRING (FRAMELESS_FUNCTION_INVOCATION (fi)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: FRAMELESS_FUNCTION_INVOCATION = 0x%08lx\n", "gdbarch_dump: FRAMELESS_FUNCTION_INVOCATION = <0x%08lx>\n",
(long) current_gdbarch->frameless_function_invocation (long) current_gdbarch->frameless_function_invocation
/*FRAMELESS_FUNCTION_INVOCATION ()*/); /*FRAMELESS_FUNCTION_INVOCATION ()*/);
#endif #endif
@@ -1414,7 +1414,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (FRAME_ARGS_ADDRESS (fi))); XSTRING (FRAME_ARGS_ADDRESS (fi)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: FRAME_ARGS_ADDRESS = 0x%08lx\n", "gdbarch_dump: FRAME_ARGS_ADDRESS = <0x%08lx>\n",
(long) current_gdbarch->frame_args_address (long) current_gdbarch->frame_args_address
/*FRAME_ARGS_ADDRESS ()*/); /*FRAME_ARGS_ADDRESS ()*/);
#endif #endif
@@ -1433,7 +1433,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (FRAME_CHAIN (frame))); XSTRING (FRAME_CHAIN (frame)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: FRAME_CHAIN = 0x%08lx\n", "gdbarch_dump: FRAME_CHAIN = <0x%08lx>\n",
(long) current_gdbarch->frame_chain (long) current_gdbarch->frame_chain
/*FRAME_CHAIN ()*/); /*FRAME_CHAIN ()*/);
#endif #endif
@@ -1444,7 +1444,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (FRAME_CHAIN_VALID (chain, thisframe))); XSTRING (FRAME_CHAIN_VALID (chain, thisframe)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: FRAME_CHAIN_VALID = 0x%08lx\n", "gdbarch_dump: FRAME_CHAIN_VALID = <0x%08lx>\n",
(long) current_gdbarch->frame_chain_valid (long) current_gdbarch->frame_chain_valid
/*FRAME_CHAIN_VALID ()*/); /*FRAME_CHAIN_VALID ()*/);
#endif #endif
@@ -1458,7 +1458,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: FRAME_INIT_SAVED_REGS = 0x%08lx\n", "gdbarch_dump: FRAME_INIT_SAVED_REGS = <0x%08lx>\n",
(long) current_gdbarch->frame_init_saved_regs (long) current_gdbarch->frame_init_saved_regs
/*FRAME_INIT_SAVED_REGS ()*/); /*FRAME_INIT_SAVED_REGS ()*/);
#endif #endif
@@ -1469,7 +1469,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (FRAME_LOCALS_ADDRESS (fi))); XSTRING (FRAME_LOCALS_ADDRESS (fi)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: FRAME_LOCALS_ADDRESS = 0x%08lx\n", "gdbarch_dump: FRAME_LOCALS_ADDRESS = <0x%08lx>\n",
(long) current_gdbarch->frame_locals_address (long) current_gdbarch->frame_locals_address
/*FRAME_LOCALS_ADDRESS ()*/); /*FRAME_LOCALS_ADDRESS ()*/);
#endif #endif
@@ -1480,7 +1480,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (FRAME_NUM_ARGS (frame))); XSTRING (FRAME_NUM_ARGS (frame)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: FRAME_NUM_ARGS = 0x%08lx\n", "gdbarch_dump: FRAME_NUM_ARGS = <0x%08lx>\n",
(long) current_gdbarch->frame_num_args (long) current_gdbarch->frame_num_args
/*FRAME_NUM_ARGS ()*/); /*FRAME_NUM_ARGS ()*/);
#endif #endif
@@ -1491,7 +1491,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (FRAME_SAVED_PC (fi))); XSTRING (FRAME_SAVED_PC (fi)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: FRAME_SAVED_PC = 0x%08lx\n", "gdbarch_dump: FRAME_SAVED_PC = <0x%08lx>\n",
(long) current_gdbarch->frame_saved_pc (long) current_gdbarch->frame_saved_pc
/*FRAME_SAVED_PC ()*/); /*FRAME_SAVED_PC ()*/);
#endif #endif
@@ -1519,7 +1519,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (GET_LONGJMP_TARGET (pc))); XSTRING (GET_LONGJMP_TARGET (pc)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: GET_LONGJMP_TARGET = 0x%08lx\n", "gdbarch_dump: GET_LONGJMP_TARGET = <0x%08lx>\n",
(long) current_gdbarch->get_longjmp_target (long) current_gdbarch->get_longjmp_target
/*GET_LONGJMP_TARGET ()*/); /*GET_LONGJMP_TARGET ()*/);
#endif #endif
@@ -1542,7 +1542,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: GET_SAVED_REGISTER = 0x%08lx\n", "gdbarch_dump: GET_SAVED_REGISTER = <0x%08lx>\n",
(long) current_gdbarch->get_saved_register (long) current_gdbarch->get_saved_register
/*GET_SAVED_REGISTER ()*/); /*GET_SAVED_REGISTER ()*/);
#endif #endif
@@ -1573,7 +1573,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: INIT_EXTRA_FRAME_INFO = 0x%08lx\n", "gdbarch_dump: INIT_EXTRA_FRAME_INFO = <0x%08lx>\n",
(long) current_gdbarch->init_extra_frame_info (long) current_gdbarch->init_extra_frame_info
/*INIT_EXTRA_FRAME_INFO ()*/); /*INIT_EXTRA_FRAME_INFO ()*/);
#endif #endif
@@ -1584,7 +1584,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (INIT_FRAME_PC (fromleaf, prev))); XSTRING (INIT_FRAME_PC (fromleaf, prev)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: INIT_FRAME_PC = 0x%08lx\n", "gdbarch_dump: INIT_FRAME_PC = <0x%08lx>\n",
(long) current_gdbarch->init_frame_pc (long) current_gdbarch->init_frame_pc
/*INIT_FRAME_PC ()*/); /*INIT_FRAME_PC ()*/);
#endif #endif
@@ -1595,7 +1595,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (INNER_THAN (lhs, rhs))); XSTRING (INNER_THAN (lhs, rhs)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: INNER_THAN = 0x%08lx\n", "gdbarch_dump: INNER_THAN = <0x%08lx>\n",
(long) current_gdbarch->inner_than (long) current_gdbarch->inner_than
/*INNER_THAN ()*/); /*INNER_THAN ()*/);
#endif #endif
@@ -1615,7 +1615,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (INTEGER_TO_ADDRESS (type, buf))); XSTRING (INTEGER_TO_ADDRESS (type, buf)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: INTEGER_TO_ADDRESS = 0x%08lx\n", "gdbarch_dump: INTEGER_TO_ADDRESS = <0x%08lx>\n",
(long) current_gdbarch->integer_to_address (long) current_gdbarch->integer_to_address
/*INTEGER_TO_ADDRESS ()*/); /*INTEGER_TO_ADDRESS ()*/);
#endif #endif
@@ -1626,7 +1626,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (IN_SOLIB_CALL_TRAMPOLINE (pc, name))); XSTRING (IN_SOLIB_CALL_TRAMPOLINE (pc, name)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: IN_SOLIB_CALL_TRAMPOLINE = 0x%08lx\n", "gdbarch_dump: IN_SOLIB_CALL_TRAMPOLINE = <0x%08lx>\n",
(long) current_gdbarch->in_solib_call_trampoline (long) current_gdbarch->in_solib_call_trampoline
/*IN_SOLIB_CALL_TRAMPOLINE ()*/); /*IN_SOLIB_CALL_TRAMPOLINE ()*/);
#endif #endif
@@ -1637,7 +1637,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (IN_SOLIB_RETURN_TRAMPOLINE (pc, name))); XSTRING (IN_SOLIB_RETURN_TRAMPOLINE (pc, name)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: IN_SOLIB_RETURN_TRAMPOLINE = 0x%08lx\n", "gdbarch_dump: IN_SOLIB_RETURN_TRAMPOLINE = <0x%08lx>\n",
(long) current_gdbarch->in_solib_return_trampoline (long) current_gdbarch->in_solib_return_trampoline
/*IN_SOLIB_RETURN_TRAMPOLINE ()*/); /*IN_SOLIB_RETURN_TRAMPOLINE ()*/);
#endif #endif
@@ -1664,7 +1664,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (MEMORY_INSERT_BREAKPOINT (addr, contents_cache))); XSTRING (MEMORY_INSERT_BREAKPOINT (addr, contents_cache)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: MEMORY_INSERT_BREAKPOINT = 0x%08lx\n", "gdbarch_dump: MEMORY_INSERT_BREAKPOINT = <0x%08lx>\n",
(long) current_gdbarch->memory_insert_breakpoint (long) current_gdbarch->memory_insert_breakpoint
/*MEMORY_INSERT_BREAKPOINT ()*/); /*MEMORY_INSERT_BREAKPOINT ()*/);
#endif #endif
@@ -1675,7 +1675,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (MEMORY_REMOVE_BREAKPOINT (addr, contents_cache))); XSTRING (MEMORY_REMOVE_BREAKPOINT (addr, contents_cache)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: MEMORY_REMOVE_BREAKPOINT = 0x%08lx\n", "gdbarch_dump: MEMORY_REMOVE_BREAKPOINT = <0x%08lx>\n",
(long) current_gdbarch->memory_remove_breakpoint (long) current_gdbarch->memory_remove_breakpoint
/*MEMORY_REMOVE_BREAKPOINT ()*/); /*MEMORY_REMOVE_BREAKPOINT ()*/);
#endif #endif
@@ -1726,7 +1726,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (PC_IN_SIGTRAMP (pc, name))); XSTRING (PC_IN_SIGTRAMP (pc, name)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: PC_IN_SIGTRAMP = 0x%08lx\n", "gdbarch_dump: PC_IN_SIGTRAMP = <0x%08lx>\n",
(long) current_gdbarch->pc_in_sigtramp (long) current_gdbarch->pc_in_sigtramp
/*PC_IN_SIGTRAMP ()*/); /*PC_IN_SIGTRAMP ()*/);
#endif #endif
@@ -1745,7 +1745,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (POINTER_TO_ADDRESS (type, buf))); XSTRING (POINTER_TO_ADDRESS (type, buf)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: POINTER_TO_ADDRESS = 0x%08lx\n", "gdbarch_dump: POINTER_TO_ADDRESS = <0x%08lx>\n",
(long) current_gdbarch->pointer_to_address (long) current_gdbarch->pointer_to_address
/*POINTER_TO_ADDRESS ()*/); /*POINTER_TO_ADDRESS ()*/);
#endif #endif
@@ -1759,7 +1759,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: POP_FRAME = 0x%08lx\n", "gdbarch_dump: POP_FRAME = <0x%08lx>\n",
(long) current_gdbarch->pop_frame (long) current_gdbarch->pop_frame
/*POP_FRAME ()*/); /*POP_FRAME ()*/);
#endif #endif
@@ -1770,7 +1770,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (PREPARE_TO_PROCEED (select_it))); XSTRING (PREPARE_TO_PROCEED (select_it)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: PREPARE_TO_PROCEED = 0x%08lx\n", "gdbarch_dump: PREPARE_TO_PROCEED = <0x%08lx>\n",
(long) current_gdbarch->prepare_to_proceed (long) current_gdbarch->prepare_to_proceed
/*PREPARE_TO_PROCEED ()*/); /*PREPARE_TO_PROCEED ()*/);
#endif #endif
@@ -1801,7 +1801,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (PROLOGUE_FRAMELESS_P (ip))); XSTRING (PROLOGUE_FRAMELESS_P (ip)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: PROLOGUE_FRAMELESS_P = 0x%08lx\n", "gdbarch_dump: PROLOGUE_FRAMELESS_P = <0x%08lx>\n",
(long) current_gdbarch->prologue_frameless_p (long) current_gdbarch->prologue_frameless_p
/*PROLOGUE_FRAMELESS_P ()*/); /*PROLOGUE_FRAMELESS_P ()*/);
#endif #endif
@@ -1820,7 +1820,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (PUSH_ARGUMENTS (nargs, args, sp, struct_return, struct_addr))); XSTRING (PUSH_ARGUMENTS (nargs, args, sp, struct_return, struct_addr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: PUSH_ARGUMENTS = 0x%08lx\n", "gdbarch_dump: PUSH_ARGUMENTS = <0x%08lx>\n",
(long) current_gdbarch->push_arguments (long) current_gdbarch->push_arguments
/*PUSH_ARGUMENTS ()*/); /*PUSH_ARGUMENTS ()*/);
#endif #endif
@@ -1834,7 +1834,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: PUSH_DUMMY_FRAME = 0x%08lx\n", "gdbarch_dump: PUSH_DUMMY_FRAME = <0x%08lx>\n",
(long) current_gdbarch->push_dummy_frame (long) current_gdbarch->push_dummy_frame
/*PUSH_DUMMY_FRAME ()*/); /*PUSH_DUMMY_FRAME ()*/);
#endif #endif
@@ -1854,7 +1854,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (PUSH_RETURN_ADDRESS (pc, sp))); XSTRING (PUSH_RETURN_ADDRESS (pc, sp)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: PUSH_RETURN_ADDRESS = 0x%08lx\n", "gdbarch_dump: PUSH_RETURN_ADDRESS = <0x%08lx>\n",
(long) current_gdbarch->push_return_address (long) current_gdbarch->push_return_address
/*PUSH_RETURN_ADDRESS ()*/); /*PUSH_RETURN_ADDRESS ()*/);
#endif #endif
@@ -1865,7 +1865,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (REGISTER_BYTE (reg_nr))); XSTRING (REGISTER_BYTE (reg_nr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REGISTER_BYTE = 0x%08lx\n", "gdbarch_dump: REGISTER_BYTE = <0x%08lx>\n",
(long) current_gdbarch->register_byte (long) current_gdbarch->register_byte
/*REGISTER_BYTE ()*/); /*REGISTER_BYTE ()*/);
#endif #endif
@@ -1893,7 +1893,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (REGISTER_BYTES_OK (nr_bytes))); XSTRING (REGISTER_BYTES_OK (nr_bytes)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REGISTER_BYTES_OK = 0x%08lx\n", "gdbarch_dump: REGISTER_BYTES_OK = <0x%08lx>\n",
(long) current_gdbarch->register_bytes_ok (long) current_gdbarch->register_bytes_ok
/*REGISTER_BYTES_OK ()*/); /*REGISTER_BYTES_OK ()*/);
#endif #endif
@@ -1904,7 +1904,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (REGISTER_CONVERTIBLE (nr))); XSTRING (REGISTER_CONVERTIBLE (nr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REGISTER_CONVERTIBLE = 0x%08lx\n", "gdbarch_dump: REGISTER_CONVERTIBLE = <0x%08lx>\n",
(long) current_gdbarch->register_convertible (long) current_gdbarch->register_convertible
/*REGISTER_CONVERTIBLE ()*/); /*REGISTER_CONVERTIBLE ()*/);
#endif #endif
@@ -1918,7 +1918,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REGISTER_CONVERT_TO_RAW = 0x%08lx\n", "gdbarch_dump: REGISTER_CONVERT_TO_RAW = <0x%08lx>\n",
(long) current_gdbarch->register_convert_to_raw (long) current_gdbarch->register_convert_to_raw
/*REGISTER_CONVERT_TO_RAW ()*/); /*REGISTER_CONVERT_TO_RAW ()*/);
#endif #endif
@@ -1932,7 +1932,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REGISTER_CONVERT_TO_VIRTUAL = 0x%08lx\n", "gdbarch_dump: REGISTER_CONVERT_TO_VIRTUAL = <0x%08lx>\n",
(long) current_gdbarch->register_convert_to_virtual (long) current_gdbarch->register_convert_to_virtual
/*REGISTER_CONVERT_TO_VIRTUAL ()*/); /*REGISTER_CONVERT_TO_VIRTUAL ()*/);
#endif #endif
@@ -1943,7 +1943,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (REGISTER_NAME (regnr))); XSTRING (REGISTER_NAME (regnr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REGISTER_NAME = 0x%08lx\n", "gdbarch_dump: REGISTER_NAME = <0x%08lx>\n",
(long) current_gdbarch->register_name (long) current_gdbarch->register_name
/*REGISTER_NAME ()*/); /*REGISTER_NAME ()*/);
#endif #endif
@@ -1954,7 +1954,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (REGISTER_RAW_SIZE (reg_nr))); XSTRING (REGISTER_RAW_SIZE (reg_nr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REGISTER_RAW_SIZE = 0x%08lx\n", "gdbarch_dump: REGISTER_RAW_SIZE = <0x%08lx>\n",
(long) current_gdbarch->register_raw_size (long) current_gdbarch->register_raw_size
/*REGISTER_RAW_SIZE ()*/); /*REGISTER_RAW_SIZE ()*/);
#endif #endif
@@ -1965,7 +1965,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (REGISTER_SIM_REGNO (reg_nr))); XSTRING (REGISTER_SIM_REGNO (reg_nr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REGISTER_SIM_REGNO = 0x%08lx\n", "gdbarch_dump: REGISTER_SIM_REGNO = <0x%08lx>\n",
(long) current_gdbarch->register_sim_regno (long) current_gdbarch->register_sim_regno
/*REGISTER_SIM_REGNO ()*/); /*REGISTER_SIM_REGNO ()*/);
#endif #endif
@@ -1987,7 +1987,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REGISTER_TO_VALUE = 0x%08lx\n", "gdbarch_dump: REGISTER_TO_VALUE = <0x%08lx>\n",
(long) current_gdbarch->register_to_value (long) current_gdbarch->register_to_value
/*REGISTER_TO_VALUE ()*/); /*REGISTER_TO_VALUE ()*/);
#endif #endif
@@ -1998,7 +1998,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (REGISTER_VIRTUAL_SIZE (reg_nr))); XSTRING (REGISTER_VIRTUAL_SIZE (reg_nr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REGISTER_VIRTUAL_SIZE = 0x%08lx\n", "gdbarch_dump: REGISTER_VIRTUAL_SIZE = <0x%08lx>\n",
(long) current_gdbarch->register_virtual_size (long) current_gdbarch->register_virtual_size
/*REGISTER_VIRTUAL_SIZE ()*/); /*REGISTER_VIRTUAL_SIZE ()*/);
#endif #endif
@@ -2009,7 +2009,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (REGISTER_VIRTUAL_TYPE (reg_nr))); XSTRING (REGISTER_VIRTUAL_TYPE (reg_nr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REGISTER_VIRTUAL_TYPE = 0x%08lx\n", "gdbarch_dump: REGISTER_VIRTUAL_TYPE = <0x%08lx>\n",
(long) current_gdbarch->register_virtual_type (long) current_gdbarch->register_virtual_type
/*REGISTER_VIRTUAL_TYPE ()*/); /*REGISTER_VIRTUAL_TYPE ()*/);
#endif #endif
@@ -2029,7 +2029,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (REG_STRUCT_HAS_ADDR (gcc_p, type))); XSTRING (REG_STRUCT_HAS_ADDR (gcc_p, type)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REG_STRUCT_HAS_ADDR = 0x%08lx\n", "gdbarch_dump: REG_STRUCT_HAS_ADDR = <0x%08lx>\n",
(long) current_gdbarch->reg_struct_has_addr (long) current_gdbarch->reg_struct_has_addr
/*REG_STRUCT_HAS_ADDR ()*/); /*REG_STRUCT_HAS_ADDR ()*/);
#endif #endif
@@ -2043,7 +2043,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: REMOTE_TRANSLATE_XFER_ADDRESS = 0x%08lx\n", "gdbarch_dump: REMOTE_TRANSLATE_XFER_ADDRESS = <0x%08lx>\n",
(long) current_gdbarch->remote_translate_xfer_address (long) current_gdbarch->remote_translate_xfer_address
/*REMOTE_TRANSLATE_XFER_ADDRESS ()*/); /*REMOTE_TRANSLATE_XFER_ADDRESS ()*/);
#endif #endif
@@ -2054,7 +2054,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (RETURN_VALUE_ON_STACK (type))); XSTRING (RETURN_VALUE_ON_STACK (type)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: RETURN_VALUE_ON_STACK = 0x%08lx\n", "gdbarch_dump: RETURN_VALUE_ON_STACK = <0x%08lx>\n",
(long) current_gdbarch->return_value_on_stack (long) current_gdbarch->return_value_on_stack
/*RETURN_VALUE_ON_STACK ()*/); /*RETURN_VALUE_ON_STACK ()*/);
#endif #endif
@@ -2065,7 +2065,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (SAVED_PC_AFTER_CALL (frame))); XSTRING (SAVED_PC_AFTER_CALL (frame)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: SAVED_PC_AFTER_CALL = 0x%08lx\n", "gdbarch_dump: SAVED_PC_AFTER_CALL = <0x%08lx>\n",
(long) current_gdbarch->saved_pc_after_call (long) current_gdbarch->saved_pc_after_call
/*SAVED_PC_AFTER_CALL ()*/); /*SAVED_PC_AFTER_CALL ()*/);
#endif #endif
@@ -2088,7 +2088,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: SAVE_DUMMY_FRAME_TOS = 0x%08lx\n", "gdbarch_dump: SAVE_DUMMY_FRAME_TOS = <0x%08lx>\n",
(long) current_gdbarch->save_dummy_frame_tos (long) current_gdbarch->save_dummy_frame_tos
/*SAVE_DUMMY_FRAME_TOS ()*/); /*SAVE_DUMMY_FRAME_TOS ()*/);
#endif #endif
@@ -2099,7 +2099,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (SDB_REG_TO_REGNUM (sdb_regnr))); XSTRING (SDB_REG_TO_REGNUM (sdb_regnr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: SDB_REG_TO_REGNUM = 0x%08lx\n", "gdbarch_dump: SDB_REG_TO_REGNUM = <0x%08lx>\n",
(long) current_gdbarch->sdb_reg_to_regnum (long) current_gdbarch->sdb_reg_to_regnum
/*SDB_REG_TO_REGNUM ()*/); /*SDB_REG_TO_REGNUM ()*/);
#endif #endif
@@ -2119,7 +2119,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (SIGTRAMP_END (pc))); XSTRING (SIGTRAMP_END (pc)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: SIGTRAMP_END = 0x%08lx\n", "gdbarch_dump: SIGTRAMP_END = <0x%08lx>\n",
(long) current_gdbarch->sigtramp_end (long) current_gdbarch->sigtramp_end
/*SIGTRAMP_END ()*/); /*SIGTRAMP_END ()*/);
#endif #endif
@@ -2139,7 +2139,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (SIGTRAMP_START (pc))); XSTRING (SIGTRAMP_START (pc)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: SIGTRAMP_START = 0x%08lx\n", "gdbarch_dump: SIGTRAMP_START = <0x%08lx>\n",
(long) current_gdbarch->sigtramp_start (long) current_gdbarch->sigtramp_start
/*SIGTRAMP_START ()*/); /*SIGTRAMP_START ()*/);
#endif #endif
@@ -2158,7 +2158,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (SKIP_PROLOGUE (ip))); XSTRING (SKIP_PROLOGUE (ip)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: SKIP_PROLOGUE = 0x%08lx\n", "gdbarch_dump: SKIP_PROLOGUE = <0x%08lx>\n",
(long) current_gdbarch->skip_prologue (long) current_gdbarch->skip_prologue
/*SKIP_PROLOGUE ()*/); /*SKIP_PROLOGUE ()*/);
#endif #endif
@@ -2169,7 +2169,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (SKIP_TRAMPOLINE_CODE (pc))); XSTRING (SKIP_TRAMPOLINE_CODE (pc)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: SKIP_TRAMPOLINE_CODE = 0x%08lx\n", "gdbarch_dump: SKIP_TRAMPOLINE_CODE = <0x%08lx>\n",
(long) current_gdbarch->skip_trampoline_code (long) current_gdbarch->skip_trampoline_code
/*SKIP_TRAMPOLINE_CODE ()*/); /*SKIP_TRAMPOLINE_CODE ()*/);
#endif #endif
@@ -2180,7 +2180,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (SMASH_TEXT_ADDRESS (addr))); XSTRING (SMASH_TEXT_ADDRESS (addr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: SMASH_TEXT_ADDRESS = 0x%08lx\n", "gdbarch_dump: SMASH_TEXT_ADDRESS = <0x%08lx>\n",
(long) current_gdbarch->smash_text_address (long) current_gdbarch->smash_text_address
/*SMASH_TEXT_ADDRESS ()*/); /*SMASH_TEXT_ADDRESS ()*/);
#endif #endif
@@ -2203,7 +2203,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: SOFTWARE_SINGLE_STEP = 0x%08lx\n", "gdbarch_dump: SOFTWARE_SINGLE_STEP = <0x%08lx>\n",
(long) current_gdbarch->software_single_step (long) current_gdbarch->software_single_step
/*SOFTWARE_SINGLE_STEP ()*/); /*SOFTWARE_SINGLE_STEP ()*/);
#endif #endif
@@ -2222,7 +2222,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (STAB_REG_TO_REGNUM (stab_regnr))); XSTRING (STAB_REG_TO_REGNUM (stab_regnr)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: STAB_REG_TO_REGNUM = 0x%08lx\n", "gdbarch_dump: STAB_REG_TO_REGNUM = <0x%08lx>\n",
(long) current_gdbarch->stab_reg_to_regnum (long) current_gdbarch->stab_reg_to_regnum
/*STAB_REG_TO_REGNUM ()*/); /*STAB_REG_TO_REGNUM ()*/);
#endif #endif
@@ -2242,7 +2242,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (STACK_ALIGN (sp))); XSTRING (STACK_ALIGN (sp)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: STACK_ALIGN = 0x%08lx\n", "gdbarch_dump: STACK_ALIGN = <0x%08lx>\n",
(long) current_gdbarch->stack_align (long) current_gdbarch->stack_align
/*STACK_ALIGN ()*/); /*STACK_ALIGN ()*/);
#endif #endif
@@ -2256,7 +2256,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: STORE_RETURN_VALUE = 0x%08lx\n", "gdbarch_dump: STORE_RETURN_VALUE = <0x%08lx>\n",
(long) current_gdbarch->store_return_value (long) current_gdbarch->store_return_value
/*STORE_RETURN_VALUE ()*/); /*STORE_RETURN_VALUE ()*/);
#endif #endif
@@ -2270,7 +2270,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: STORE_STRUCT_RETURN = 0x%08lx\n", "gdbarch_dump: STORE_STRUCT_RETURN = <0x%08lx>\n",
(long) current_gdbarch->store_struct_return (long) current_gdbarch->store_struct_return
/*STORE_STRUCT_RETURN ()*/); /*STORE_STRUCT_RETURN ()*/);
#endif #endif
@@ -2394,7 +2394,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (TARGET_PRINT_INSN (vma, info))); XSTRING (TARGET_PRINT_INSN (vma, info)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: TARGET_PRINT_INSN = 0x%08lx\n", "gdbarch_dump: TARGET_PRINT_INSN = <0x%08lx>\n",
(long) current_gdbarch->print_insn (long) current_gdbarch->print_insn
/*TARGET_PRINT_INSN ()*/); /*TARGET_PRINT_INSN ()*/);
#endif #endif
@@ -2413,7 +2413,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (TARGET_READ_FP ())); XSTRING (TARGET_READ_FP ()));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: TARGET_READ_FP = 0x%08lx\n", "gdbarch_dump: TARGET_READ_FP = <0x%08lx>\n",
(long) current_gdbarch->read_fp (long) current_gdbarch->read_fp
/*TARGET_READ_FP ()*/); /*TARGET_READ_FP ()*/);
#endif #endif
@@ -2424,7 +2424,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (TARGET_READ_PC (ptid))); XSTRING (TARGET_READ_PC (ptid)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: TARGET_READ_PC = 0x%08lx\n", "gdbarch_dump: TARGET_READ_PC = <0x%08lx>\n",
(long) current_gdbarch->read_pc (long) current_gdbarch->read_pc
/*TARGET_READ_PC ()*/); /*TARGET_READ_PC ()*/);
#endif #endif
@@ -2435,7 +2435,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (TARGET_READ_SP ())); XSTRING (TARGET_READ_SP ()));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: TARGET_READ_SP = 0x%08lx\n", "gdbarch_dump: TARGET_READ_SP = <0x%08lx>\n",
(long) current_gdbarch->read_sp (long) current_gdbarch->read_sp
/*TARGET_READ_SP ()*/); /*TARGET_READ_SP ()*/);
#endif #endif
@@ -2457,7 +2457,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: TARGET_VIRTUAL_FRAME_POINTER = 0x%08lx\n", "gdbarch_dump: TARGET_VIRTUAL_FRAME_POINTER = <0x%08lx>\n",
(long) current_gdbarch->virtual_frame_pointer (long) current_gdbarch->virtual_frame_pointer
/*TARGET_VIRTUAL_FRAME_POINTER ()*/); /*TARGET_VIRTUAL_FRAME_POINTER ()*/);
#endif #endif
@@ -2471,7 +2471,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: TARGET_WRITE_PC = 0x%08lx\n", "gdbarch_dump: TARGET_WRITE_PC = <0x%08lx>\n",
(long) current_gdbarch->write_pc (long) current_gdbarch->write_pc
/*TARGET_WRITE_PC ()*/); /*TARGET_WRITE_PC ()*/);
#endif #endif
@@ -2485,7 +2485,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: TARGET_WRITE_SP = 0x%08lx\n", "gdbarch_dump: TARGET_WRITE_SP = <0x%08lx>\n",
(long) current_gdbarch->write_sp (long) current_gdbarch->write_sp
/*TARGET_WRITE_SP ()*/); /*TARGET_WRITE_SP ()*/);
#endif #endif
@@ -2496,7 +2496,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
XSTRING (USE_STRUCT_CONVENTION (gcc_p, value_type))); XSTRING (USE_STRUCT_CONVENTION (gcc_p, value_type)));
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: USE_STRUCT_CONVENTION = 0x%08lx\n", "gdbarch_dump: USE_STRUCT_CONVENTION = <0x%08lx>\n",
(long) current_gdbarch->use_struct_convention (long) current_gdbarch->use_struct_convention
/*USE_STRUCT_CONVENTION ()*/); /*USE_STRUCT_CONVENTION ()*/);
#endif #endif
@@ -2510,7 +2510,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
#endif #endif
if (GDB_MULTI_ARCH) if (GDB_MULTI_ARCH)
fprintf_unfiltered (file, fprintf_unfiltered (file,
"gdbarch_dump: VALUE_TO_REGISTER = 0x%08lx\n", "gdbarch_dump: VALUE_TO_REGISTER = <0x%08lx>\n",
(long) current_gdbarch->value_to_register (long) current_gdbarch->value_to_register
/*VALUE_TO_REGISTER ()*/); /*VALUE_TO_REGISTER ()*/);
#endif #endif

View File

@@ -1641,7 +1641,7 @@ do
then then
printf " if (GDB_MULTI_ARCH)\n" printf " if (GDB_MULTI_ARCH)\n"
printf " fprintf_unfiltered (file,\n" printf " fprintf_unfiltered (file,\n"
printf " \"gdbarch_dump: ${macro} = 0x%%08lx\\\\n\",\n" printf " \"gdbarch_dump: ${macro} = <0x%%08lx>\\\\n\",\n"
printf " (long) current_gdbarch->${function}\n" printf " (long) current_gdbarch->${function}\n"
printf " /*${macro} ()*/);\n" printf " /*${macro} ()*/);\n"
else else