GDB (xrefs)
|
#include "defs.h"
#include "value.h"
#include "arch-utils.h"
#include "regcache.h"
#include "gdbcore.h"
#include "objfiles.h"
#include "gdb_assert.h"
#include "dis-asm.h"
#include "dwarf2-frame.h"
#include "frame-base.h"
#include "frame-unwind.h"
Go to the source code of this file.
((is_h8300hmode (gdbarch) \ && !is_h8300_normal_mode (gdbarch)) \ ? h8300h_reg_size : h8300_reg_size)
Definition at line 92 of file h8300-tdep.c.
Referenced by h8300_frame_cache(), h8300_print_register(), and h8300_push_dummy_call().
#define E_PSEUDO_CCR_REGNUM | ( | gdbarch | ) | (gdbarch_num_regs (gdbarch)) |
Definition at line 62 of file h8300-tdep.c.
Referenced by h8300_dbg_reg_to_regnum(), h8300_print_register(), h8300_print_registers_info(), h8300_pseudo_register_read(), h8300_pseudo_register_write(), h8300_register_type(), and h8300s_dbg_reg_to_regnum().
#define E_PSEUDO_EXR_REGNUM | ( | gdbarch | ) | (gdbarch_num_regs (gdbarch)+1) |
Definition at line 63 of file h8300-tdep.c.
Referenced by h8300_print_register(), h8300_print_registers_info(), h8300_pseudo_register_read(), h8300_pseudo_register_write(), h8300_register_type(), and h8300s_dbg_reg_to_regnum().
#define H8300_MAX_NUM_REGS 18 |
Definition at line 60 of file h8300-tdep.c.
#define IS_ADD_IMM_SP | ( | x | ) | ((x) == 0x7a1f) |
Definition at line 159 of file h8300-tdep.c.
Referenced by h8300_analyze_prologue().
#define IS_ADD_RnSP | ( | x | ) | (((x) & 0xff0f) == 0x0907) |
Definition at line 164 of file h8300-tdep.c.
Referenced by h8300_analyze_prologue().
#define IS_MOV_IMM_Rn | ( | x | ) | (((x) & 0xfff0) == 0x7905) |
Definition at line 162 of file h8300-tdep.c.
Referenced by h8300_analyze_prologue().
#define IS_MOV_SP_FP | ( | x | ) | ((x) == 0x0ff6) |
Definition at line 156 of file h8300-tdep.c.
Referenced by h8300_analyze_prologue().
#define IS_MOVB_EXT | ( | x | ) | ((x) == 0x7860) |
Definition at line 143 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_MOVB_Rn16_SP | ( | x | ) | (((x) & 0xfff0) == 0x6ee0) |
Definition at line 142 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_MOVB_Rn24_SP | ( | x | ) | (((x) & 0xfff0) == 0x6aa0) |
Definition at line 144 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_MOVB_RnRm | ( | x | ) | (((x) & 0xff88) == 0x0c88) |
Definition at line 139 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_MOVL_EXT | ( | x | ) | ((x) == 0x78e0) |
Definition at line 151 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_MOVL_PRE | ( | x | ) | ((x) == 0x0100) |
Definition at line 149 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_MOVL_Rn16_SP | ( | x | ) | (((x) & 0xfff0) == 0x6fe0) |
Definition at line 150 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_MOVL_Rn24_SP | ( | x | ) | (((x) & 0xfff0) == 0x6ba0) |
Definition at line 152 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_MOVL_RnRm | ( | x | ) | (((x) & 0xff88) == 0x0f80) |
Definition at line 141 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_MOVW_EXT | ( | x | ) | ((x) == 0x78e0) |
Definition at line 146 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_MOVW_Rn16_SP | ( | x | ) | (((x) & 0xfff0) == 0x6fe0) |
Definition at line 145 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_MOVW_Rn24_SP | ( | x | ) | (((x) & 0xfff0) == 0x6ba0) |
Definition at line 147 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_MOVW_RnRm | ( | x | ) | (((x) & 0xff88) == 0x0d00) |
Definition at line 140 of file h8300-tdep.c.
Referenced by h8300_is_argument_spill().
#define IS_PUSH | ( | x | ) | (((x) & 0xfff0) == 0x6df0) |
Definition at line 165 of file h8300-tdep.c.
Referenced by h8300_analyze_prologue().
#define IS_PUSH_FP | ( | x | ) | ((x) == 0x01006df6) |
Definition at line 155 of file h8300-tdep.c.
Referenced by h8300_analyze_prologue().
#define IS_PUSHFP_MOVESPFP | ( | x | ) | ((x) == 0x6df60d76) |
Definition at line 154 of file h8300-tdep.c.
Referenced by h8300_analyze_prologue().
#define IS_SUB2_SP | ( | x | ) | ((x) == 0x1b87) |
Definition at line 157 of file h8300-tdep.c.
Referenced by h8300_analyze_prologue().
#define IS_SUB4_SP | ( | x | ) | ((x) == 0x1b97) |
Definition at line 158 of file h8300-tdep.c.
Referenced by h8300_analyze_prologue().
#define IS_SUB_IMM_SP | ( | x | ) | ((x) == 0x7a3f) |
Definition at line 160 of file h8300-tdep.c.
Referenced by h8300_analyze_prologue().
#define IS_SUB_RnSP | ( | x | ) | (((x) & 0xff0f) == 0x1907) |
Definition at line 163 of file h8300-tdep.c.
Referenced by h8300_analyze_prologue().
#define IS_SUBL4_SP | ( | x | ) | ((x) == 0x1acf) |
Definition at line 161 of file h8300-tdep.c.
Referenced by h8300_analyze_prologue().
anonymous enum |
Definition at line 80 of file h8300-tdep.c.
enum gdb_regnum |
Definition at line 37 of file h8300-tdep.c.
void _initialize_h8300_tdep | ( | void | ) |
Definition at line 1367 of file h8300-tdep.c.
References _initialize_h8300_tdep, h8300_gdbarch_init(), and register_gdbarch_init().
static CORE_ADDR h8300_analyze_prologue | ( | struct gdbarch * | gdbarch, |
CORE_ADDR | pc, | ||
CORE_ADDR | current_pc, | ||
struct h8300_frame_cache * | cache | ||
) | [static] |
Definition at line 292 of file h8300-tdep.c.
References E_FP_REGNUM, gdbarch_byte_order(), h8300_is_argument_spill(), IS_ADD_IMM_SP, IS_ADD_RnSP, IS_MOV_IMM_Rn, IS_MOV_SP_FP, IS_PUSH, IS_PUSH_FP, IS_PUSHFP_MOVESPFP, IS_SUB2_SP, IS_SUB4_SP, IS_SUB_IMM_SP, IS_SUB_RnSP, IS_SUBL4_SP, offset, read_memory_integer(), read_memory_unsigned_integer(), h8300_frame_cache::saved_regs, h8300_frame_cache::sp_offset, and h8300_frame_cache::uses_fp.
Referenced by h8300_frame_cache(), and h8300_skip_prologue().
static const unsigned char* h8300_breakpoint_from_pc | ( | struct gdbarch * | gdbarch, |
CORE_ADDR * | pcptr, | ||
int * | lenptr | ||
) | [static] |
Definition at line 1196 of file h8300-tdep.c.
Referenced by h8300_gdbarch_init().
static int h8300_dbg_reg_to_regnum | ( | struct gdbarch * | gdbarch, |
int | regno | ||
) | [static] |
Definition at line 1178 of file h8300-tdep.c.
References E_CCR_REGNUM, and E_PSEUDO_CCR_REGNUM.
Referenced by h8300_gdbarch_init().
static struct frame_id h8300_dummy_id | ( | struct gdbarch * | gdbarch, |
struct frame_info * | this_frame | ||
) | [static, read] |
Definition at line 109 of file h8300-tdep.c.
References E_SP_REGNUM, frame_id_build(), get_frame_pc(), get_frame_register_unsigned(), and sp.
Referenced by h8300_gdbarch_init().
static void h8300_extract_return_value | ( | struct type * | type, |
struct regcache * | regcache, | ||
void * | valbuf | ||
) | [static] |
Definition at line 745 of file h8300-tdep.c.
References _, gdbarch::byte_order, E_RET0_REGNUM, E_RET1_REGNUM, error(), gdbarch_byte_order(), get_regcache_arch(), len, read_memory_unsigned_integer(), regcache_cooked_read_unsigned(), store_unsigned_integer(), TYPE_CODE, TYPE_CODE_INT, TYPE_LENGTH, and ULONGEST.
Referenced by h8300_return_value().
static CORE_ADDR h8300_frame_base_address | ( | struct frame_info * | this_frame, |
void ** | this_cache | ||
) | [static] |
Definition at line 534 of file h8300-tdep.c.
References h8300_frame_cache::base, and h8300_frame_cache().
static struct h8300_frame_cache* h8300_frame_cache | ( | struct frame_info * | this_frame, |
void ** | this_cache | ||
) | [static, read] |
Definition at line 428 of file h8300-tdep.c.
References h8300_frame_cache::base, BINWORD, E_FP_REGNUM, E_PC_REGNUM, E_SP_REGNUM, FRAME_OBSTACK_ZALLOC, gdbarch_num_regs(), get_frame_arch(), get_frame_func(), get_frame_pc(), get_frame_register_unsigned(), h8300_analyze_prologue(), h8300_init_frame_cache(), h8300_frame_cache::pc, h8300_frame_cache::saved_regs, h8300_frame_cache::saved_sp, h8300_frame_cache::sp_offset, and h8300_frame_cache::uses_fp.
Referenced by h8300_frame_base_address(), h8300_frame_prev_register(), and h8300_frame_this_id().
static struct value* h8300_frame_prev_register | ( | struct frame_info * | this_frame, |
void ** | this_cache, | ||
int | regnum | ||
) | [static, read] |
Definition at line 504 of file h8300-tdep.c.
References E_SP_REGNUM, frame_unwind_got_constant(), frame_unwind_got_memory(), frame_unwind_got_register(), gdb_assert, gdbarch_num_regs(), get_frame_arch(), h8300_frame_cache(), h8300_frame_cache::saved_regs, and h8300_frame_cache::saved_sp.
static void h8300_frame_this_id | ( | struct frame_info * | this_frame, |
void ** | this_cache, | ||
struct frame_id * | this_id | ||
) | [static] |
Definition at line 490 of file h8300-tdep.c.
References h8300_frame_cache::base, frame_id_build(), h8300_frame_cache(), h8300_frame_cache::pc, and h8300_frame_cache::saved_sp.
static struct gdbarch* h8300_gdbarch_init | ( | struct gdbarch_info | info, |
struct gdbarch_list * | arches | ||
) | [static, read] |
Definition at line 1215 of file h8300-tdep.c.
References gdbarch_info::bfd_arch_info, core_addr_lessthan(), dwarf2_append_unwinders(), E_PC_REGNUM, E_SP_REGNUM, floatformats_ieee_single, frame_base_set_default(), frame_unwind_append_unwinder(), gdbarch_list::gdbarch, gdbarch_alloc(), gdbarch_list_lookup_by_info(), h8300_breakpoint_from_pc(), h8300_dbg_reg_to_regnum(), h8300_dummy_id(), h8300_print_float_info(), h8300_print_registers_info(), h8300_pseudo_register_read(), h8300_pseudo_register_write(), h8300_push_dummy_call(), h8300_register_name(), h8300_register_type(), h8300_return_value(), h8300_skip_prologue(), h8300_unwind_pc(), h8300_unwind_sp(), h8300h_return_value(), h8300s_dbg_reg_to_regnum(), h8300s_register_name(), h8300sx_register_name(), set_gdbarch_addr_bit(), set_gdbarch_believe_pcc_promotion(), set_gdbarch_breakpoint_from_pc(), set_gdbarch_char_signed(), set_gdbarch_double_bit(), set_gdbarch_double_format(), set_gdbarch_dummy_id(), set_gdbarch_dwarf2_reg_to_regnum(), set_gdbarch_ecoff_reg_to_regnum(), set_gdbarch_inner_than(), set_gdbarch_int_bit(), set_gdbarch_long_bit(), set_gdbarch_long_double_bit(), set_gdbarch_long_double_format(), set_gdbarch_long_long_bit(), set_gdbarch_num_pseudo_regs(), set_gdbarch_num_regs(), set_gdbarch_pc_regnum(), set_gdbarch_print_float_info(), set_gdbarch_print_insn(), set_gdbarch_print_registers_info(), set_gdbarch_pseudo_register_read(), set_gdbarch_pseudo_register_write(), set_gdbarch_ptr_bit(), set_gdbarch_push_dummy_call(), set_gdbarch_register_name(), set_gdbarch_register_type(), set_gdbarch_return_value(), set_gdbarch_skip_prologue(), set_gdbarch_sp_regnum(), set_gdbarch_stab_reg_to_regnum(), set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(), and xmalloc().
Referenced by _initialize_h8300_tdep().
static void h8300_init_frame_cache | ( | struct gdbarch * | gdbarch, |
struct h8300_frame_cache * | cache | ||
) | [static] |
Definition at line 120 of file h8300-tdep.c.
References h8300_frame_cache::base, gdbarch_num_regs(), h8300_frame_cache::pc, h8300_frame_cache::saved_regs, h8300_frame_cache::sp_offset, and h8300_frame_cache::uses_fp.
Referenced by h8300_frame_cache(), and h8300_skip_prologue().
static int h8300_is_argument_spill | ( | struct gdbarch * | gdbarch, |
CORE_ADDR | pc | ||
) | [static] |
Definition at line 179 of file h8300-tdep.c.
References gdbarch_byte_order(), IS_MOVB_EXT, IS_MOVB_Rn16_SP, IS_MOVB_Rn24_SP, IS_MOVB_RnRm, IS_MOVL_EXT, IS_MOVL_PRE, IS_MOVL_Rn16_SP, IS_MOVL_Rn24_SP, IS_MOVL_RnRm, IS_MOVW_EXT, IS_MOVW_Rn16_SP, IS_MOVW_Rn24_SP, IS_MOVW_RnRm, LONGEST, read_memory_integer(), and read_memory_unsigned_integer().
Referenced by h8300_analyze_prologue().
static void h8300_print_float_info | ( | struct gdbarch * | gdbarch, |
struct ui_file * | file, | ||
struct frame_info * | frame, | ||
const char * | args | ||
) | [static] |
Definition at line 1207 of file h8300-tdep.c.
References fprintf_filtered().
Referenced by h8300_gdbarch_init().
static void h8300_print_register | ( | struct gdbarch * | gdbarch, |
struct ui_file * | file, | ||
struct frame_info * | frame, | ||
int | regno | ||
) | [static] |
Definition at line 998 of file h8300-tdep.c.
References BINWORD, E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, fprintf_filtered(), gdbarch_register_name(), get_frame_register_signed(), is_h8300smode(), LONGEST, name, phex(), print_longest(), and ULONGEST.
Referenced by h8300_print_registers_info().
static void h8300_print_registers_info | ( | struct gdbarch * | gdbarch, |
struct ui_file * | file, | ||
struct frame_info * | frame, | ||
int | regno, | ||
int | cpregs | ||
) | [static] |
Definition at line 1075 of file h8300-tdep.c.
References E_CCR_REGNUM, E_CYCLES_REGNUM, E_INST_REGNUM, E_INSTS_REGNUM, E_MACH_REGNUM, E_MACL_REGNUM, E_PC_REGNUM, E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, E_R0_REGNUM, E_SBR_REGNUM, E_SP_REGNUM, E_TICK_REGNUM, E_TICKS_REGNUM, E_VBR_REGNUM, h8300_print_register(), is_h8300smode(), and is_h8300sxmode().
Referenced by h8300_gdbarch_init().
static enum register_status h8300_pseudo_register_read | ( | struct gdbarch * | gdbarch, |
struct regcache * | regcache, | ||
int | regno, | ||
gdb_byte * | buf | ||
) | [static] |
Definition at line 1152 of file h8300-tdep.c.
References E_CCR_REGNUM, E_EXR_REGNUM, E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, and regcache_raw_read().
Referenced by h8300_gdbarch_init().
static void h8300_pseudo_register_write | ( | struct gdbarch * | gdbarch, |
struct regcache * | regcache, | ||
int | regno, | ||
const gdb_byte * | buf | ||
) | [static] |
Definition at line 1165 of file h8300-tdep.c.
References E_CCR_REGNUM, E_EXR_REGNUM, E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, and regcache_raw_write().
Referenced by h8300_gdbarch_init().
static CORE_ADDR h8300_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 | ||
) | [static] |
Definition at line 637 of file h8300-tdep.c.
References align_down(), align_up(), BINWORD, do_cleanups(), E_ARG0_REGNUM, E_ARGLAST_REGNUM, E_SP_REGNUM, extract_unsigned_integer(), gdbarch_byte_order(), len, make_cleanup(), memcpy(), memset(), offset, regcache_cooked_write_unsigned(), TYPE_LENGTH, ULONGEST, value_contents(), value_type(), word, wordsize, write_memory(), write_memory_unsigned_integer(), xfree(), and xmalloc().
Referenced by h8300_gdbarch_init().
static const char* h8300_register_name | ( | struct gdbarch * | gdbarch, |
int | regno | ||
) | [static] |
Definition at line 943 of file h8300-tdep.c.
References _, and internal_error().
Referenced by h8300_gdbarch_init().
static struct type* h8300_register_type | ( | struct gdbarch * | gdbarch, |
int | regno | ||
) | [static, read] |
Definition at line 1122 of file h8300-tdep.c.
References _, builtin_type::builtin_data_ptr, builtin_type::builtin_func_ptr, builtin_type::builtin_int16, builtin_type::builtin_int32, builtin_type(), builtin_type::builtin_uint8, E_FP_REGNUM, E_PC_REGNUM, E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, E_SP_REGNUM, gdbarch_num_pseudo_regs(), gdbarch_num_regs(), internal_error(), and is_h8300hmode().
Referenced by h8300_gdbarch_init().
static enum return_value_convention h8300_return_value | ( | struct gdbarch * | gdbarch, |
struct value * | function, | ||
struct type * | type, | ||
struct regcache * | regcache, | ||
gdb_byte * | readbuf, | ||
const gdb_byte * | writebuf | ||
) | [static] |
Definition at line 903 of file h8300-tdep.c.
References h8300_extract_return_value(), h8300_store_return_value(), h8300_use_struct_convention(), RETURN_VALUE_REGISTER_CONVENTION, and RETURN_VALUE_STRUCT_CONVENTION.
Referenced by h8300_gdbarch_init().
static CORE_ADDR h8300_skip_prologue | ( | struct gdbarch * | gdbarch, |
CORE_ADDR | pc | ||
) | [static] |
Definition at line 548 of file h8300-tdep.c.
References find_pc_line(), find_pc_partial_function(), h8300_analyze_prologue(), h8300_init_frame_cache(), and h8300_frame_cache::pc.
Referenced by h8300_gdbarch_init().
static void h8300_store_return_value | ( | struct type * | type, |
struct regcache * | regcache, | ||
const void * | valbuf | ||
) | [static] |
Definition at line 848 of file h8300-tdep.c.
References _, gdbarch::byte_order, E_RET0_REGNUM, E_RET1_REGNUM, error(), extract_unsigned_integer(), gdbarch_byte_order(), get_regcache_arch(), regcache_cooked_write_unsigned(), TYPE_LENGTH, and ULONGEST.
Referenced by h8300_return_value().
static CORE_ADDR h8300_unwind_pc | ( | struct gdbarch * | gdbarch, |
struct frame_info * | next_frame | ||
) | [static] |
Definition at line 97 of file h8300-tdep.c.
References E_PC_REGNUM, and frame_unwind_register_unsigned().
Referenced by h8300_gdbarch_init().
static CORE_ADDR h8300_unwind_sp | ( | struct gdbarch * | gdbarch, |
struct frame_info * | next_frame | ||
) | [static] |
Definition at line 103 of file h8300-tdep.c.
References E_SP_REGNUM, and frame_unwind_register_unsigned().
Referenced by h8300_gdbarch_init().
static int h8300_use_struct_convention | ( | struct type * | value_type | ) | [static] |
Definition at line 815 of file h8300-tdep.c.
References TYPE_CODE, TYPE_CODE_STRUCT, TYPE_CODE_UNION, and TYPE_LENGTH.
Referenced by h8300_return_value().
static void h8300h_extract_return_value | ( | struct type * | type, |
struct regcache * | regcache, | ||
void * | valbuf | ||
) | [static] |
Definition at line 782 of file h8300-tdep.c.
References _, gdbarch::byte_order, E_RET0_REGNUM, E_RET1_REGNUM, error(), gdbarch_byte_order(), get_regcache_arch(), regcache_cooked_read_unsigned(), store_unsigned_integer(), TYPE_CODE, TYPE_CODE_INT, TYPE_LENGTH, and ULONGEST.
Referenced by h8300h_return_value().
static enum return_value_convention h8300h_return_value | ( | struct gdbarch * | gdbarch, |
struct value * | function, | ||
struct type * | type, | ||
struct regcache * | regcache, | ||
gdb_byte * | readbuf, | ||
const gdb_byte * | writebuf | ||
) | [static] |
Definition at line 917 of file h8300-tdep.c.
References E_R0_REGNUM, h8300h_extract_return_value(), h8300h_store_return_value(), h8300h_use_struct_convention(), read_memory(), regcache_raw_read_unsigned(), RETURN_VALUE_ABI_RETURNS_ADDRESS, RETURN_VALUE_REGISTER_CONVENTION, TYPE_LENGTH, and ULONGEST.
Referenced by h8300_gdbarch_init().
static void h8300h_store_return_value | ( | struct type * | type, |
struct regcache * | regcache, | ||
const void * | valbuf | ||
) | [static] |
Definition at line 877 of file h8300-tdep.c.
References gdbarch::byte_order, E_RET0_REGNUM, E_RET1_REGNUM, extract_unsigned_integer(), gdbarch_byte_order(), get_regcache_arch(), regcache_cooked_write_unsigned(), TYPE_LENGTH, and ULONGEST.
Referenced by h8300h_return_value().
static int h8300h_use_struct_convention | ( | struct type * | value_type | ) | [static] |
Definition at line 829 of file h8300-tdep.c.
References TYPE_CODE, TYPE_CODE_INT, TYPE_CODE_STRUCT, TYPE_CODE_UNION, and TYPE_LENGTH.
Referenced by h8300h_return_value().
static int h8300s_dbg_reg_to_regnum | ( | struct gdbarch * | gdbarch, |
int | regno | ||
) | [static] |
Definition at line 1186 of file h8300-tdep.c.
References E_CCR_REGNUM, E_EXR_REGNUM, E_PSEUDO_CCR_REGNUM, and E_PSEUDO_EXR_REGNUM.
Referenced by h8300_gdbarch_init().
static const char* h8300s_register_name | ( | struct gdbarch * | gdbarch, |
int | regno | ||
) | [static] |
Definition at line 962 of file h8300-tdep.c.
References _, and internal_error().
Referenced by h8300_gdbarch_init().
static const char* h8300sx_register_name | ( | struct gdbarch * | gdbarch, |
int | regno | ||
) | [static] |
Definition at line 980 of file h8300-tdep.c.
References _, and internal_error().
Referenced by h8300_gdbarch_init().
static int is_h8300_normal_mode | ( | struct gdbarch * | gdbarch | ) | [static] |
Definition at line 1400 of file h8300-tdep.c.
References gdbarch_bfd_arch_info().
static int is_h8300hmode | ( | struct gdbarch * | gdbarch | ) | [static] |
Definition at line 1373 of file h8300-tdep.c.
References gdbarch_bfd_arch_info().
Referenced by h8300_register_type().
static int is_h8300smode | ( | struct gdbarch * | gdbarch | ) | [static] |
Definition at line 1384 of file h8300-tdep.c.
References gdbarch_bfd_arch_info().
Referenced by h8300_print_register(), and h8300_print_registers_info().
static int is_h8300sxmode | ( | struct gdbarch * | gdbarch | ) | [static] |
Definition at line 1393 of file h8300-tdep.c.
References gdbarch_bfd_arch_info().
Referenced by h8300_print_registers_info().
Referenced by _initialize_h8300_tdep(), and initialize_all_files().
struct frame_base h8300_frame_base [static] |
{ &h8300_frame_unwind, h8300_frame_base_address, h8300_frame_base_address, h8300_frame_base_address }
Definition at line 540 of file h8300-tdep.c.
struct frame_unwind h8300_frame_unwind [static] |
{ NORMAL_FRAME, default_frame_unwind_stop_reason, h8300_frame_this_id, h8300_frame_prev_register, NULL, default_frame_sniffer }
Definition at line 524 of file h8300-tdep.c.
struct cmd_list_element* setmachinelist [static] |
Definition at line 940 of file h8300-tdep.c.