Searched refs:gdbarch (Results 1 - 25 of 1076) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dppc-ravenscar-thread.h23 struct gdbarch;
25 extern void register_ppc_ravenscar_ops (struct gdbarch *gdbarch);
27 extern void register_e500_ravenscar_ops (struct gdbarch *gdbarch);
H A Dxml-syscall.h32 void set_xml_syscall_file_name (struct gdbarch *gdbarch,
38 void get_syscall_by_number (struct gdbarch *gdbarch,
46 bool get_syscalls_by_name (struct gdbarch *gdbarch, const char *syscall_name,
53 const char **get_syscall_names (struct gdbarch *gdbarch);
59 bool get_syscalls_by_group (struct gdbarch *gdbarch, cons
[all...]
H A Dglibc-tdep.h23 struct gdbarch;
25 extern CORE_ADDR glibc_skip_solib_resolver (struct gdbarch *gdbarch,
H A Daarch64-ravenscar-thread.h23 struct gdbarch;
25 extern void register_aarch64_ravenscar_ops (struct gdbarch *gdbarch);
H A Dsparc-ravenscar-thread.h23 struct gdbarch;
25 extern void register_sparc_ravenscar_ops (struct gdbarch *gdbarch);
H A Driscv-ravenscar-thread.h23 struct gdbarch;
25 extern void register_riscv_ravenscar_ops (struct gdbarch *gdbarch);
H A Dgdbarch.h23 /* This file was created with the aid of ``gdbarch.sh''. */
73 gdbarch. */
75 /* This is a convenience wrapper for 'current_inferior ()->gdbarch'. */
76 extern struct gdbarch *target_gdbarch (void);
79 gdbarch method. */
122 extern const struct bfd_arch_info * gdbarch_bfd_arch_info (struct gdbarch *gdbarch);
125 extern enum bfd_endian gdbarch_byte_order (struct gdbarch *gdbarch);
128 extern enum bfd_endian gdbarch_byte_order_for_code (struct gdbarch *gdbarc
1704 struct gdbarch *gdbarch; member in struct:gdbarch_list
[all...]
H A Dobsd-tdep.h23 struct gdbarch;
25 CORE_ADDR obsd_skip_solib_resolver (struct gdbarch *, CORE_ADDR);
26 void obsd_init_abi (struct gdbarch_info, struct gdbarch *);
H A Dbsd-uthread.h26 extern void bsd_uthread_set_supply_uthread (struct gdbarch *gdbarch,
34 extern void bsd_uthread_set_collect_uthread (struct gdbarch *gdbarch,
H A Dgdbarch.c23 /* This file was created with the aid of ``gdbarch.sh''. */
46 static void alloc_gdbarch_data (struct gdbarch *);
117 /* Maintain the struct gdbarch object. */
119 struct gdbarch struct
149 macro in gdbarch.h.
356 /* Create a new ``struct gdbarch'' based on information provided by
359 struct gdbarch *
363 struct gdbarch *gdbarch; local
369 gdbarch
515 verify_gdbarch(struct gdbarch *gdbarch) argument
734 gdbarch_dump(struct gdbarch *gdbarch, struct ui_file *file) argument
1514 gdbarch_tdep(struct gdbarch *gdbarch) argument
1523 gdbarch_bfd_arch_info(struct gdbarch *gdbarch) argument
1532 gdbarch_byte_order(struct gdbarch *gdbarch) argument
1541 gdbarch_byte_order_for_code(struct gdbarch *gdbarch) argument
1550 gdbarch_osabi(struct gdbarch *gdbarch) argument
1559 gdbarch_target_desc(struct gdbarch *gdbarch) argument
1568 gdbarch_short_bit(struct gdbarch *gdbarch) argument
1578 set_gdbarch_short_bit(struct gdbarch *gdbarch, int short_bit) argument
1585 gdbarch_int_bit(struct gdbarch *gdbarch) argument
1595 set_gdbarch_int_bit(struct gdbarch *gdbarch, int int_bit) argument
1602 gdbarch_long_bit(struct gdbarch *gdbarch) argument
1612 set_gdbarch_long_bit(struct gdbarch *gdbarch, int long_bit) argument
1619 gdbarch_long_long_bit(struct gdbarch *gdbarch) argument
1629 set_gdbarch_long_long_bit(struct gdbarch *gdbarch, int long_long_bit) argument
1636 gdbarch_bfloat16_bit(struct gdbarch *gdbarch) argument
1646 set_gdbarch_bfloat16_bit(struct gdbarch *gdbarch, int bfloat16_bit) argument
1653 gdbarch_bfloat16_format(struct gdbarch *gdbarch) argument
1662 set_gdbarch_bfloat16_format(struct gdbarch *gdbarch, const struct floatformat ** bfloat16_format) argument
1669 gdbarch_half_bit(struct gdbarch *gdbarch) argument
1679 set_gdbarch_half_bit(struct gdbarch *gdbarch, int half_bit) argument
1686 gdbarch_half_format(struct gdbarch *gdbarch) argument
1695 set_gdbarch_half_format(struct gdbarch *gdbarch, const struct floatformat ** half_format) argument
1702 gdbarch_float_bit(struct gdbarch *gdbarch) argument
1712 set_gdbarch_float_bit(struct gdbarch *gdbarch, int float_bit) argument
1719 gdbarch_float_format(struct gdbarch *gdbarch) argument
1728 set_gdbarch_float_format(struct gdbarch *gdbarch, const struct floatformat ** float_format) argument
1735 gdbarch_double_bit(struct gdbarch *gdbarch) argument
1745 set_gdbarch_double_bit(struct gdbarch *gdbarch, int double_bit) argument
1752 gdbarch_double_format(struct gdbarch *gdbarch) argument
1761 set_gdbarch_double_format(struct gdbarch *gdbarch, const struct floatformat ** double_format) argument
1768 gdbarch_long_double_bit(struct gdbarch *gdbarch) argument
1778 set_gdbarch_long_double_bit(struct gdbarch *gdbarch, int long_double_bit) argument
1785 gdbarch_long_double_format(struct gdbarch *gdbarch) argument
1794 set_gdbarch_long_double_format(struct gdbarch *gdbarch, const struct floatformat ** long_double_format) argument
1801 gdbarch_wchar_bit(struct gdbarch *gdbarch) argument
1811 set_gdbarch_wchar_bit(struct gdbarch *gdbarch, int wchar_bit) argument
1818 gdbarch_wchar_signed(struct gdbarch *gdbarch) argument
1829 set_gdbarch_wchar_signed(struct gdbarch *gdbarch, int wchar_signed) argument
1836 gdbarch_floatformat_for_type(struct gdbarch *gdbarch, const char *name, int length) argument
1846 set_gdbarch_floatformat_for_type(struct gdbarch *gdbarch, gdbarch_floatformat_for_type_ftype floatformat_for_type) argument
1853 gdbarch_ptr_bit(struct gdbarch *gdbarch) argument
1863 set_gdbarch_ptr_bit(struct gdbarch *gdbarch, int ptr_bit) argument
1870 gdbarch_addr_bit(struct gdbarch *gdbarch) argument
1881 set_gdbarch_addr_bit(struct gdbarch *gdbarch, int addr_bit) argument
1888 gdbarch_dwarf2_addr_size(struct gdbarch *gdbarch) argument
1899 set_gdbarch_dwarf2_addr_size(struct gdbarch *gdbarch, int dwarf2_addr_size) argument
1906 gdbarch_char_signed(struct gdbarch *gdbarch) argument
1917 set_gdbarch_char_signed(struct gdbarch *gdbarch, int char_signed) argument
1924 gdbarch_read_pc_p(struct gdbarch *gdbarch) argument
1931 gdbarch_read_pc(struct gdbarch *gdbarch, readable_regcache *regcache) argument
1941 set_gdbarch_read_pc(struct gdbarch *gdbarch, gdbarch_read_pc_ftype read_pc) argument
1948 gdbarch_write_pc_p(struct gdbarch *gdbarch) argument
1955 gdbarch_write_pc(struct gdbarch *gdbarch, struct regcache *regcache, CORE_ADDR val) argument
1965 set_gdbarch_write_pc(struct gdbarch *gdbarch, gdbarch_write_pc_ftype write_pc) argument
1972 gdbarch_virtual_frame_pointer(struct gdbarch *gdbarch, CORE_ADDR pc, int *frame_regnum, LONGEST *frame_offset) argument
1982 set_gdbarch_virtual_frame_pointer(struct gdbarch *gdbarch, gdbarch_virtual_frame_pointer_ftype virtual_frame_pointer) argument
1989 gdbarch_pseudo_register_read_p(struct gdbarch *gdbarch) argument
1996 gdbarch_pseudo_register_read(struct gdbarch *gdbarch, readable_regcache *regcache, int cookednum, gdb_byte *buf) argument
2006 set_gdbarch_pseudo_register_read(struct gdbarch *gdbarch, gdbarch_pseudo_register_read_ftype pseudo_register_read) argument
2013 gdbarch_pseudo_register_read_value_p(struct gdbarch *gdbarch) argument
2020 gdbarch_pseudo_register_read_value(struct gdbarch *gdbarch, readable_regcache *regcache, int cookednum) argument
2030 set_gdbarch_pseudo_register_read_value(struct gdbarch *gdbarch, gdbarch_pseudo_register_read_value_ftype pseudo_register_read_value) argument
2037 gdbarch_pseudo_register_write_p(struct gdbarch *gdbarch) argument
2044 gdbarch_pseudo_register_write(struct gdbarch *gdbarch, struct regcache *regcache, int cookednum, const gdb_byte *buf) argument
2054 set_gdbarch_pseudo_register_write(struct gdbarch *gdbarch, gdbarch_pseudo_register_write_ftype pseudo_register_write) argument
2061 gdbarch_num_regs(struct gdbarch *gdbarch) argument
2072 set_gdbarch_num_regs(struct gdbarch *gdbarch, int num_regs) argument
2079 gdbarch_num_pseudo_regs(struct gdbarch *gdbarch) argument
2089 set_gdbarch_num_pseudo_regs(struct gdbarch *gdbarch, int num_pseudo_regs) argument
2096 gdbarch_ax_pseudo_register_collect_p(struct gdbarch *gdbarch) argument
2103 gdbarch_ax_pseudo_register_collect(struct gdbarch *gdbarch, struct agent_expr *ax, int reg) argument
2113 set_gdbarch_ax_pseudo_register_collect(struct gdbarch *gdbarch, gdbarch_ax_pseudo_register_collect_ftype ax_pseudo_register_collect) argument
2120 gdbarch_ax_pseudo_register_push_stack_p(struct gdbarch *gdbarch) argument
2127 gdbarch_ax_pseudo_register_push_stack(struct gdbarch *gdbarch, struct agent_expr *ax, int reg) argument
2137 set_gdbarch_ax_pseudo_register_push_stack(struct gdbarch *gdbarch, gdbarch_ax_pseudo_register_push_stack_ftype ax_pseudo_register_push_stack) argument
2144 gdbarch_report_signal_info_p(struct gdbarch *gdbarch) argument
2151 gdbarch_report_signal_info(struct gdbarch *gdbarch, struct ui_out *uiout, enum gdb_signal siggnal) argument
2161 set_gdbarch_report_signal_info(struct gdbarch *gdbarch, gdbarch_report_signal_info_ftype report_signal_info) argument
2168 gdbarch_sp_regnum(struct gdbarch *gdbarch) argument
2178 set_gdbarch_sp_regnum(struct gdbarch *gdbarch, int sp_regnum) argument
2185 gdbarch_pc_regnum(struct gdbarch *gdbarch) argument
2195 set_gdbarch_pc_regnum(struct gdbarch *gdbarch, int pc_regnum) argument
2202 gdbarch_ps_regnum(struct gdbarch *gdbarch) argument
2212 set_gdbarch_ps_regnum(struct gdbarch *gdbarch, int ps_regnum) argument
2219 gdbarch_fp0_regnum(struct gdbarch *gdbarch) argument
2229 set_gdbarch_fp0_regnum(struct gdbarch *gdbarch, int fp0_regnum) argument
2236 gdbarch_stab_reg_to_regnum(struct gdbarch *gdbarch, int stab_regnr) argument
2246 set_gdbarch_stab_reg_to_regnum(struct gdbarch *gdbarch, gdbarch_stab_reg_to_regnum_ftype stab_reg_to_regnum) argument
2253 gdbarch_ecoff_reg_to_regnum(struct gdbarch *gdbarch, int ecoff_regnr) argument
2263 set_gdbarch_ecoff_reg_to_regnum(struct gdbarch *gdbarch, gdbarch_ecoff_reg_to_regnum_ftype ecoff_reg_to_regnum) argument
2270 gdbarch_sdb_reg_to_regnum(struct gdbarch *gdbarch, int sdb_regnr) argument
2280 set_gdbarch_sdb_reg_to_regnum(struct gdbarch *gdbarch, gdbarch_sdb_reg_to_regnum_ftype sdb_reg_to_regnum) argument
2287 gdbarch_dwarf2_reg_to_regnum(struct gdbarch *gdbarch, int dwarf2_regnr) argument
2297 set_gdbarch_dwarf2_reg_to_regnum(struct gdbarch *gdbarch, gdbarch_dwarf2_reg_to_regnum_ftype dwarf2_reg_to_regnum) argument
2304 gdbarch_register_name(struct gdbarch *gdbarch, int regnr) argument
2314 set_gdbarch_register_name(struct gdbarch *gdbarch, gdbarch_register_name_ftype register_name) argument
2321 gdbarch_register_type_p(struct gdbarch *gdbarch) argument
2328 gdbarch_register_type(struct gdbarch *gdbarch, int reg_nr) argument
2338 set_gdbarch_register_type(struct gdbarch *gdbarch, gdbarch_register_type_ftype register_type) argument
2345 gdbarch_dummy_id(struct gdbarch *gdbarch, struct frame_info *this_frame) argument
2355 set_gdbarch_dummy_id(struct gdbarch *gdbarch, gdbarch_dummy_id_ftype dummy_id) argument
2362 gdbarch_deprecated_fp_regnum(struct gdbarch *gdbarch) argument
2372 set_gdbarch_deprecated_fp_regnum(struct gdbarch *gdbarch, int deprecated_fp_regnum) argument
2379 gdbarch_push_dummy_call_p(struct gdbarch *gdbarch) argument
2386 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, function_call_return_method return_method, CORE_ADDR struct_addr) argument
2396 set_gdbarch_push_dummy_call(struct gdbarch *gdbarch, gdbarch_push_dummy_call_ftype push_dummy_call) argument
2403 gdbarch_call_dummy_location(struct gdbarch *gdbarch) argument
2413 set_gdbarch_call_dummy_location(struct gdbarch *gdbarch, int call_dummy_location) argument
2420 gdbarch_push_dummy_code_p(struct gdbarch *gdbarch) argument
2427 gdbarch_push_dummy_code(struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, struct value **args, int nargs, struct type *value_type, CORE_ADDR *real_pc, CORE_ADDR *bp_addr, struct regcache *regcache) argument
2437 set_gdbarch_push_dummy_code(struct gdbarch *gdbarch, gdbarch_push_dummy_code_ftype push_dummy_code) argument
2444 gdbarch_code_of_frame_writable(struct gdbarch *gdbarch, struct frame_info *frame) argument
2454 set_gdbarch_code_of_frame_writable(struct gdbarch *gdbarch, gdbarch_code_of_frame_writable_ftype code_of_frame_writable) argument
2461 gdbarch_print_registers_info(struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regnum, int all) argument
2471 set_gdbarch_print_registers_info(struct gdbarch *gdbarch, gdbarch_print_registers_info_ftype print_registers_info) argument
2478 gdbarch_print_float_info(struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args) argument
2488 set_gdbarch_print_float_info(struct gdbarch *gdbarch, gdbarch_print_float_info_ftype print_float_info) argument
2495 gdbarch_print_vector_info_p(struct gdbarch *gdbarch) argument
2502 gdbarch_print_vector_info(struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, const char *args) argument
2512 set_gdbarch_print_vector_info(struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype print_vector_info) argument
2519 gdbarch_register_sim_regno(struct gdbarch *gdbarch, int reg_nr) argument
2529 set_gdbarch_register_sim_regno(struct gdbarch *gdbarch, gdbarch_register_sim_regno_ftype register_sim_regno) argument
2536 gdbarch_cannot_fetch_register(struct gdbarch *gdbarch, int regnum) argument
2546 set_gdbarch_cannot_fetch_register(struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype cannot_fetch_register) argument
2553 gdbarch_cannot_store_register(struct gdbarch *gdbarch, int regnum) argument
2563 set_gdbarch_cannot_store_register(struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype cannot_store_register) argument
2570 gdbarch_get_longjmp_target_p(struct gdbarch *gdbarch) argument
2577 gdbarch_get_longjmp_target(struct gdbarch *gdbarch, struct frame_info *frame, CORE_ADDR *pc) argument
2587 set_gdbarch_get_longjmp_target(struct gdbarch *gdbarch, gdbarch_get_longjmp_target_ftype get_longjmp_target) argument
2594 gdbarch_believe_pcc_promotion(struct gdbarch *gdbarch) argument
2603 set_gdbarch_believe_pcc_promotion(struct gdbarch *gdbarch, int believe_pcc_promotion) argument
2610 gdbarch_convert_register_p(struct gdbarch *gdbarch, int regnum, struct type *type) argument
2620 set_gdbarch_convert_register_p(struct gdbarch *gdbarch, gdbarch_convert_register_p_ftype convert_register_p) argument
2627 gdbarch_register_to_value(struct gdbarch *gdbarch, struct frame_info *frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep) argument
2637 set_gdbarch_register_to_value(struct gdbarch *gdbarch, gdbarch_register_to_value_ftype register_to_value) argument
2644 gdbarch_value_to_register(struct gdbarch *gdbarch, struct frame_info *frame, int regnum, struct type *type, const gdb_byte *buf) argument
2654 set_gdbarch_value_to_register(struct gdbarch *gdbarch, gdbarch_value_to_register_ftype value_to_register) argument
2661 gdbarch_value_from_register(struct gdbarch *gdbarch, struct type *type, int regnum, struct frame_id frame_id) argument
2671 set_gdbarch_value_from_register(struct gdbarch *gdbarch, gdbarch_value_from_register_ftype value_from_register) argument
2678 gdbarch_pointer_to_address(struct gdbarch *gdbarch, struct type *type, const gdb_byte *buf) argument
2688 set_gdbarch_pointer_to_address(struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype pointer_to_address) argument
2695 gdbarch_address_to_pointer(struct gdbarch *gdbarch, struct type *type, gdb_byte *buf, CORE_ADDR addr) argument
2705 set_gdbarch_address_to_pointer(struct gdbarch *gdbarch, gdbarch_address_to_pointer_ftype address_to_pointer) argument
2712 gdbarch_integer_to_address_p(struct gdbarch *gdbarch) argument
2719 gdbarch_integer_to_address(struct gdbarch *gdbarch, struct type *type, const gdb_byte *buf) argument
2729 set_gdbarch_integer_to_address(struct gdbarch *gdbarch, gdbarch_integer_to_address_ftype integer_to_address) argument
2736 gdbarch_return_value_p(struct gdbarch *gdbarch) argument
2743 gdbarch_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
2753 set_gdbarch_return_value(struct gdbarch *gdbarch, gdbarch_return_value_ftype return_value) argument
2760 gdbarch_return_in_first_hidden_param_p(struct gdbarch *gdbarch, struct type *type) argument
2770 set_gdbarch_return_in_first_hidden_param_p(struct gdbarch *gdbarch, gdbarch_return_in_first_hidden_param_p_ftype return_in_first_hidden_param_p) argument
2777 gdbarch_skip_prologue(struct gdbarch *gdbarch, CORE_ADDR ip) argument
2787 set_gdbarch_skip_prologue(struct gdbarch *gdbarch, gdbarch_skip_prologue_ftype skip_prologue) argument
2794 gdbarch_skip_main_prologue_p(struct gdbarch *gdbarch) argument
2801 gdbarch_skip_main_prologue(struct gdbarch *gdbarch, CORE_ADDR ip) argument
2811 set_gdbarch_skip_main_prologue(struct gdbarch *gdbarch, gdbarch_skip_main_prologue_ftype skip_main_prologue) argument
2818 gdbarch_skip_entrypoint_p(struct gdbarch *gdbarch) argument
2825 gdbarch_skip_entrypoint(struct gdbarch *gdbarch, CORE_ADDR ip) argument
2835 set_gdbarch_skip_entrypoint(struct gdbarch *gdbarch, gdbarch_skip_entrypoint_ftype skip_entrypoint) argument
2842 gdbarch_inner_than(struct gdbarch *gdbarch, CORE_ADDR lhs, CORE_ADDR rhs) argument
2852 set_gdbarch_inner_than(struct gdbarch *gdbarch, gdbarch_inner_than_ftype inner_than) argument
2859 gdbarch_breakpoint_from_pc(struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr) argument
2869 set_gdbarch_breakpoint_from_pc(struct gdbarch *gdbarch, gdbarch_breakpoint_from_pc_ftype breakpoint_from_pc) argument
2876 gdbarch_breakpoint_kind_from_pc(struct gdbarch *gdbarch, CORE_ADDR *pcptr) argument
2886 set_gdbarch_breakpoint_kind_from_pc(struct gdbarch *gdbarch, gdbarch_breakpoint_kind_from_pc_ftype breakpoint_kind_from_pc) argument
2893 gdbarch_sw_breakpoint_from_kind(struct gdbarch *gdbarch, int kind, int *size) argument
2903 set_gdbarch_sw_breakpoint_from_kind(struct gdbarch *gdbarch, gdbarch_sw_breakpoint_from_kind_ftype sw_breakpoint_from_kind) argument
2910 gdbarch_breakpoint_kind_from_current_state(struct gdbarch *gdbarch, struct regcache *regcache, CORE_ADDR *pcptr) argument
2920 set_gdbarch_breakpoint_kind_from_current_state(struct gdbarch *gdbarch, gdbarch_breakpoint_kind_from_current_state_ftype breakpoint_kind_from_current_state) argument
2927 gdbarch_adjust_breakpoint_address_p(struct gdbarch *gdbarch) argument
2934 gdbarch_adjust_breakpoint_address(struct gdbarch *gdbarch, CORE_ADDR bpaddr) argument
2944 set_gdbarch_adjust_breakpoint_address(struct gdbarch *gdbarch, gdbarch_adjust_breakpoint_address_ftype adjust_breakpoint_address) argument
2951 gdbarch_memory_insert_breakpoint(struct gdbarch *gdbarch, struct bp_target_info *bp_tgt) argument
2961 set_gdbarch_memory_insert_breakpoint(struct gdbarch *gdbarch, gdbarch_memory_insert_breakpoint_ftype memory_insert_breakpoint) argument
2968 gdbarch_memory_remove_breakpoint(struct gdbarch *gdbarch, struct bp_target_info *bp_tgt) argument
2978 set_gdbarch_memory_remove_breakpoint(struct gdbarch *gdbarch, gdbarch_memory_remove_breakpoint_ftype memory_remove_breakpoint) argument
2985 gdbarch_decr_pc_after_break(struct gdbarch *gdbarch) argument
2995 set_gdbarch_decr_pc_after_break(struct gdbarch *gdbarch, CORE_ADDR decr_pc_after_break) argument
3002 gdbarch_deprecated_function_start_offset(struct gdbarch *gdbarch) argument
3012 set_gdbarch_deprecated_function_start_offset(struct gdbarch *gdbarch, CORE_ADDR deprecated_function_start_offset) argument
3019 gdbarch_remote_register_number(struct gdbarch *gdbarch, int regno) argument
3029 set_gdbarch_remote_register_number(struct gdbarch *gdbarch, gdbarch_remote_register_number_ftype remote_register_number) argument
3036 gdbarch_fetch_tls_load_module_address_p(struct gdbarch *gdbarch) argument
3043 gdbarch_fetch_tls_load_module_address(struct gdbarch *gdbarch, struct objfile *objfile) argument
3053 set_gdbarch_fetch_tls_load_module_address(struct gdbarch *gdbarch, gdbarch_fetch_tls_load_module_address_ftype fetch_tls_load_module_address) argument
3060 gdbarch_get_thread_local_address_p(struct gdbarch *gdbarch) argument
3067 gdbarch_get_thread_local_address(struct gdbarch *gdbarch, ptid_t ptid, CORE_ADDR lm_addr, CORE_ADDR offset) argument
3077 set_gdbarch_get_thread_local_address(struct gdbarch *gdbarch, gdbarch_get_thread_local_address_ftype get_thread_local_address) argument
3084 gdbarch_frame_args_skip(struct gdbarch *gdbarch) argument
3094 set_gdbarch_frame_args_skip(struct gdbarch *gdbarch, CORE_ADDR frame_args_skip) argument
3101 gdbarch_unwind_pc(struct gdbarch *gdbarch, struct frame_info *next_frame) argument
3111 set_gdbarch_unwind_pc(struct gdbarch *gdbarch, gdbarch_unwind_pc_ftype unwind_pc) argument
3118 gdbarch_unwind_sp(struct gdbarch *gdbarch, struct frame_info *next_frame) argument
3128 set_gdbarch_unwind_sp(struct gdbarch *gdbarch, gdbarch_unwind_sp_ftype unwind_sp) argument
3135 gdbarch_frame_num_args_p(struct gdbarch *gdbarch) argument
3142 gdbarch_frame_num_args(struct gdbarch *gdbarch, struct frame_info *frame) argument
3152 set_gdbarch_frame_num_args(struct gdbarch *gdbarch, gdbarch_frame_num_args_ftype frame_num_args) argument
3159 gdbarch_frame_align_p(struct gdbarch *gdbarch) argument
3166 gdbarch_frame_align(struct gdbarch *gdbarch, CORE_ADDR address) argument
3176 set_gdbarch_frame_align(struct gdbarch *gdbarch, gdbarch_frame_align_ftype frame_align) argument
3183 gdbarch_stabs_argument_has_addr(struct gdbarch *gdbarch, struct type *type) argument
3193 set_gdbarch_stabs_argument_has_addr(struct gdbarch *gdbarch, gdbarch_stabs_argument_has_addr_ftype stabs_argument_has_addr) argument
3200 gdbarch_frame_red_zone_size(struct gdbarch *gdbarch) argument
3209 set_gdbarch_frame_red_zone_size(struct gdbarch *gdbarch, int frame_red_zone_size) argument
3216 gdbarch_convert_from_func_ptr_addr(struct gdbarch *gdbarch, CORE_ADDR addr, struct target_ops *targ) argument
3226 set_gdbarch_convert_from_func_ptr_addr(struct gdbarch *gdbarch, gdbarch_convert_from_func_ptr_addr_ftype convert_from_func_ptr_addr) argument
3233 gdbarch_addr_bits_remove(struct gdbarch *gdbarch, CORE_ADDR addr) argument
3243 set_gdbarch_addr_bits_remove(struct gdbarch *gdbarch, gdbarch_addr_bits_remove_ftype addr_bits_remove) argument
3250 gdbarch_significant_addr_bit(struct gdbarch *gdbarch) argument
3260 set_gdbarch_significant_addr_bit(struct gdbarch *gdbarch, int significant_addr_bit) argument
3267 gdbarch_software_single_step_p(struct gdbarch *gdbarch) argument
3274 gdbarch_software_single_step(struct gdbarch *gdbarch, struct regcache *regcache) argument
3284 set_gdbarch_software_single_step(struct gdbarch *gdbarch, gdbarch_software_single_step_ftype software_single_step) argument
3291 gdbarch_single_step_through_delay_p(struct gdbarch *gdbarch) argument
3298 gdbarch_single_step_through_delay(struct gdbarch *gdbarch, struct frame_info *frame) argument
3308 set_gdbarch_single_step_through_delay(struct gdbarch *gdbarch, gdbarch_single_step_through_delay_ftype single_step_through_delay) argument
3315 gdbarch_print_insn(struct gdbarch *gdbarch, bfd_vma vma, struct disassemble_info *info) argument
3325 set_gdbarch_print_insn(struct gdbarch *gdbarch, gdbarch_print_insn_ftype print_insn) argument
3332 gdbarch_skip_trampoline_code(struct gdbarch *gdbarch, struct frame_info *frame, CORE_ADDR pc) argument
3342 set_gdbarch_skip_trampoline_code(struct gdbarch *gdbarch, gdbarch_skip_trampoline_code_ftype skip_trampoline_code) argument
3349 gdbarch_skip_solib_resolver(struct gdbarch *gdbarch, CORE_ADDR pc) argument
3359 set_gdbarch_skip_solib_resolver(struct gdbarch *gdbarch, gdbarch_skip_solib_resolver_ftype skip_solib_resolver) argument
3366 gdbarch_in_solib_return_trampoline(struct gdbarch *gdbarch, CORE_ADDR pc, const char *name) argument
3376 set_gdbarch_in_solib_return_trampoline(struct gdbarch *gdbarch, gdbarch_in_solib_return_trampoline_ftype in_solib_return_trampoline) argument
3383 gdbarch_in_indirect_branch_thunk(struct gdbarch *gdbarch, CORE_ADDR pc) argument
3393 set_gdbarch_in_indirect_branch_thunk(struct gdbarch *gdbarch, gdbarch_in_indirect_branch_thunk_ftype in_indirect_branch_thunk) argument
3400 gdbarch_stack_frame_destroyed_p(struct gdbarch *gdbarch, CORE_ADDR addr) argument
3410 set_gdbarch_stack_frame_destroyed_p(struct gdbarch *gdbarch, gdbarch_stack_frame_destroyed_p_ftype stack_frame_destroyed_p) argument
3417 gdbarch_elf_make_msymbol_special_p(struct gdbarch *gdbarch) argument
3424 gdbarch_elf_make_msymbol_special(struct gdbarch *gdbarch, asymbol *sym, struct minimal_symbol *msym) argument
3434 set_gdbarch_elf_make_msymbol_special(struct gdbarch *gdbarch, gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special) argument
3441 gdbarch_coff_make_msymbol_special(struct gdbarch *gdbarch, int val, struct minimal_symbol *msym) argument
3451 set_gdbarch_coff_make_msymbol_special(struct gdbarch *gdbarch, gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special) argument
3458 gdbarch_make_symbol_special(struct gdbarch *gdbarch, struct symbol *sym, struct objfile *objfile) argument
3468 set_gdbarch_make_symbol_special(struct gdbarch *gdbarch, gdbarch_make_symbol_special_ftype make_symbol_special) argument
3475 gdbarch_adjust_dwarf2_addr(struct gdbarch *gdbarch, CORE_ADDR pc) argument
3485 set_gdbarch_adjust_dwarf2_addr(struct gdbarch *gdbarch, gdbarch_adjust_dwarf2_addr_ftype adjust_dwarf2_addr) argument
3492 gdbarch_adjust_dwarf2_line(struct gdbarch *gdbarch, CORE_ADDR addr, int rel) argument
3502 set_gdbarch_adjust_dwarf2_line(struct gdbarch *gdbarch, gdbarch_adjust_dwarf2_line_ftype adjust_dwarf2_line) argument
3509 gdbarch_cannot_step_breakpoint(struct gdbarch *gdbarch) argument
3519 set_gdbarch_cannot_step_breakpoint(struct gdbarch *gdbarch, int cannot_step_breakpoint) argument
3526 gdbarch_have_nonsteppable_watchpoint(struct gdbarch *gdbarch) argument
3536 set_gdbarch_have_nonsteppable_watchpoint(struct gdbarch *gdbarch, int have_nonsteppable_watchpoint) argument
3543 gdbarch_address_class_type_flags_p(struct gdbarch *gdbarch) argument
3550 gdbarch_address_class_type_flags(struct gdbarch *gdbarch, int byte_size, int dwarf2_addr_class) argument
3560 set_gdbarch_address_class_type_flags(struct gdbarch *gdbarch, gdbarch_address_class_type_flags_ftype address_class_type_flags) argument
3567 gdbarch_address_class_type_flags_to_name_p(struct gdbarch *gdbarch) argument
3574 gdbarch_address_class_type_flags_to_name(struct gdbarch *gdbarch, int type_flags) argument
3584 set_gdbarch_address_class_type_flags_to_name(struct gdbarch *gdbarch, gdbarch_address_class_type_flags_to_name_ftype address_class_type_flags_to_name) argument
3591 gdbarch_execute_dwarf_cfa_vendor_op(struct gdbarch *gdbarch, gdb_byte op, struct dwarf2_frame_state *fs) argument
3601 set_gdbarch_execute_dwarf_cfa_vendor_op(struct gdbarch *gdbarch, gdbarch_execute_dwarf_cfa_vendor_op_ftype execute_dwarf_cfa_vendor_op) argument
3608 gdbarch_address_class_name_to_type_flags_p(struct gdbarch *gdbarch) argument
3615 gdbarch_address_class_name_to_type_flags(struct gdbarch *gdbarch, const char *name, int *type_flags_ptr) argument
3625 set_gdbarch_address_class_name_to_type_flags(struct gdbarch *gdbarch, gdbarch_address_class_name_to_type_flags_ftype address_class_name_to_type_flags) argument
3632 gdbarch_register_reggroup_p(struct gdbarch *gdbarch, int regnum, struct reggroup *reggroup) argument
3642 set_gdbarch_register_reggroup_p(struct gdbarch *gdbarch, gdbarch_register_reggroup_p_ftype register_reggroup_p) argument
3649 gdbarch_fetch_pointer_argument_p(struct gdbarch *gdbarch) argument
3656 gdbarch_fetch_pointer_argument(struct gdbarch *gdbarch, struct frame_info *frame, int argi, struct type *type) argument
3666 set_gdbarch_fetch_pointer_argument(struct gdbarch *gdbarch, gdbarch_fetch_pointer_argument_ftype fetch_pointer_argument) argument
3673 gdbarch_iterate_over_regset_sections_p(struct gdbarch *gdbarch) argument
3680 gdbarch_iterate_over_regset_sections(struct gdbarch *gdbarch, iterate_over_regset_sections_cb *cb, void *cb_data, const struct regcache *regcache) argument
3690 set_gdbarch_iterate_over_regset_sections(struct gdbarch *gdbarch, gdbarch_iterate_over_regset_sections_ftype iterate_over_regset_sections) argument
3697 gdbarch_make_corefile_notes_p(struct gdbarch *gdbarch) argument
3704 gdbarch_make_corefile_notes(struct gdbarch *gdbarch, bfd *obfd, int *note_size) argument
3714 set_gdbarch_make_corefile_notes(struct gdbarch *gdbarch, gdbarch_make_corefile_notes_ftype make_corefile_notes) argument
3721 gdbarch_find_memory_regions_p(struct gdbarch *gdbarch) argument
3728 gdbarch_find_memory_regions(struct gdbarch *gdbarch, find_memory_region_ftype func, void *data) argument
3738 set_gdbarch_find_memory_regions(struct gdbarch *gdbarch, gdbarch_find_memory_regions_ftype find_memory_regions) argument
3745 gdbarch_core_xfer_shared_libraries_p(struct gdbarch *gdbarch) argument
3752 gdbarch_core_xfer_shared_libraries(struct gdbarch *gdbarch, gdb_byte *readbuf, ULONGEST offset, ULONGEST len) argument
3762 set_gdbarch_core_xfer_shared_libraries(struct gdbarch *gdbarch, gdbarch_core_xfer_shared_libraries_ftype core_xfer_shared_libraries) argument
3769 gdbarch_core_xfer_shared_libraries_aix_p(struct gdbarch *gdbarch) argument
3776 gdbarch_core_xfer_shared_libraries_aix(struct gdbarch *gdbarch, gdb_byte *readbuf, ULONGEST offset, ULONGEST len) argument
3786 set_gdbarch_core_xfer_shared_libraries_aix(struct gdbarch *gdbarch, gdbarch_core_xfer_shared_libraries_aix_ftype core_xfer_shared_libraries_aix) argument
3793 gdbarch_core_pid_to_str_p(struct gdbarch *gdbarch) argument
3800 gdbarch_core_pid_to_str(struct gdbarch *gdbarch, ptid_t ptid) argument
3810 set_gdbarch_core_pid_to_str(struct gdbarch *gdbarch, gdbarch_core_pid_to_str_ftype core_pid_to_str) argument
3817 gdbarch_core_thread_name_p(struct gdbarch *gdbarch) argument
3824 gdbarch_core_thread_name(struct gdbarch *gdbarch, struct thread_info *thr) argument
3834 set_gdbarch_core_thread_name(struct gdbarch *gdbarch, gdbarch_core_thread_name_ftype core_thread_name) argument
3841 gdbarch_core_xfer_siginfo_p(struct gdbarch *gdbarch) argument
3848 gdbarch_core_xfer_siginfo(struct gdbarch *gdbarch, gdb_byte *readbuf, ULONGEST offset, ULONGEST len) argument
3858 set_gdbarch_core_xfer_siginfo(struct gdbarch *gdbarch, gdbarch_core_xfer_siginfo_ftype core_xfer_siginfo) argument
3865 gdbarch_gcore_bfd_target_p(struct gdbarch *gdbarch) argument
3872 gdbarch_gcore_bfd_target(struct gdbarch *gdbarch) argument
3883 set_gdbarch_gcore_bfd_target(struct gdbarch *gdbarch, const char * gcore_bfd_target) argument
3890 gdbarch_vtable_function_descriptors(struct gdbarch *gdbarch) argument
3900 set_gdbarch_vtable_function_descriptors(struct gdbarch *gdbarch, int vtable_function_descriptors) argument
3907 gdbarch_vbit_in_delta(struct gdbarch *gdbarch) argument
3917 set_gdbarch_vbit_in_delta(struct gdbarch *gdbarch, int vbit_in_delta) argument
3924 gdbarch_skip_permanent_breakpoint(struct gdbarch *gdbarch, struct regcache *regcache) argument
3934 set_gdbarch_skip_permanent_breakpoint(struct gdbarch *gdbarch, gdbarch_skip_permanent_breakpoint_ftype skip_permanent_breakpoint) argument
3941 gdbarch_max_insn_length_p(struct gdbarch *gdbarch) argument
3948 gdbarch_max_insn_length(struct gdbarch *gdbarch) argument
3959 set_gdbarch_max_insn_length(struct gdbarch *gdbarch, ULONGEST max_insn_length) argument
3966 gdbarch_displaced_step_copy_insn_p(struct gdbarch *gdbarch) argument
3973 gdbarch_displaced_step_copy_insn(struct gdbarch *gdbarch, CORE_ADDR from, CORE_ADDR to, struct regcache *regs) argument
3983 set_gdbarch_displaced_step_copy_insn(struct gdbarch *gdbarch, gdbarch_displaced_step_copy_insn_ftype displaced_step_copy_insn) argument
3990 gdbarch_displaced_step_hw_singlestep(struct gdbarch *gdbarch, struct displaced_step_closure *closure) argument
4000 set_gdbarch_displaced_step_hw_singlestep(struct gdbarch *gdbarch, gdbarch_displaced_step_hw_singlestep_ftype displaced_step_hw_singlestep) argument
4007 gdbarch_displaced_step_fixup_p(struct gdbarch *gdbarch) argument
4014 gdbarch_displaced_step_fixup(struct gdbarch *gdbarch, struct displaced_step_closure *closure, CORE_ADDR from, CORE_ADDR to, struct regcache *regs) argument
4025 set_gdbarch_displaced_step_fixup(struct gdbarch *gdbarch, gdbarch_displaced_step_fixup_ftype displaced_step_fixup) argument
4032 gdbarch_displaced_step_location(struct gdbarch *gdbarch) argument
4042 set_gdbarch_displaced_step_location(struct gdbarch *gdbarch, gdbarch_displaced_step_location_ftype displaced_step_location) argument
4049 gdbarch_relocate_instruction_p(struct gdbarch *gdbarch) argument
4056 gdbarch_relocate_instruction(struct gdbarch *gdbarch, CORE_ADDR *to, CORE_ADDR from) argument
4067 set_gdbarch_relocate_instruction(struct gdbarch *gdbarch, gdbarch_relocate_instruction_ftype relocate_instruction) argument
4074 gdbarch_overlay_update_p(struct gdbarch *gdbarch) argument
4081 gdbarch_overlay_update(struct gdbarch *gdbarch, struct obj_section *osect) argument
4091 set_gdbarch_overlay_update(struct gdbarch *gdbarch, gdbarch_overlay_update_ftype overlay_update) argument
4098 gdbarch_core_read_description_p(struct gdbarch *gdbarch) argument
4105 gdbarch_core_read_description(struct gdbarch *gdbarch, struct target_ops *target, bfd *abfd) argument
4115 set_gdbarch_core_read_description(struct gdbarch *gdbarch, gdbarch_core_read_description_ftype core_read_description) argument
4122 gdbarch_sofun_address_maybe_missing(struct gdbarch *gdbarch) argument
4132 set_gdbarch_sofun_address_maybe_missing(struct gdbarch *gdbarch, int sofun_address_maybe_missing) argument
4139 gdbarch_process_record_p(struct gdbarch *gdbarch) argument
4146 gdbarch_process_record(struct gdbarch *gdbarch, struct regcache *regcache, CORE_ADDR addr) argument
4156 set_gdbarch_process_record(struct gdbarch *gdbarch, gdbarch_process_record_ftype process_record) argument
4163 gdbarch_process_record_signal_p(struct gdbarch *gdbarch) argument
4170 gdbarch_process_record_signal(struct gdbarch *gdbarch, struct regcache *regcache, enum gdb_signal signal) argument
4180 set_gdbarch_process_record_signal(struct gdbarch *gdbarch, gdbarch_process_record_signal_ftype process_record_signal) argument
4187 gdbarch_gdb_signal_from_target_p(struct gdbarch *gdbarch) argument
4194 gdbarch_gdb_signal_from_target(struct gdbarch *gdbarch, int signo) argument
4204 set_gdbarch_gdb_signal_from_target(struct gdbarch *gdbarch, gdbarch_gdb_signal_from_target_ftype gdb_signal_from_target) argument
4211 gdbarch_gdb_signal_to_target_p(struct gdbarch *gdbarch) argument
4218 gdbarch_gdb_signal_to_target(struct gdbarch *gdbarch, enum gdb_signal signal) argument
4228 set_gdbarch_gdb_signal_to_target(struct gdbarch *gdbarch, gdbarch_gdb_signal_to_target_ftype gdb_signal_to_target) argument
4235 gdbarch_get_siginfo_type_p(struct gdbarch *gdbarch) argument
4242 gdbarch_get_siginfo_type(struct gdbarch *gdbarch) argument
4252 set_gdbarch_get_siginfo_type(struct gdbarch *gdbarch, gdbarch_get_siginfo_type_ftype get_siginfo_type) argument
4259 gdbarch_record_special_symbol_p(struct gdbarch *gdbarch) argument
4266 gdbarch_record_special_symbol(struct gdbarch *gdbarch, struct objfile *objfile, asymbol *sym) argument
4276 set_gdbarch_record_special_symbol(struct gdbarch *gdbarch, gdbarch_record_special_symbol_ftype record_special_symbol) argument
4283 gdbarch_get_syscall_number_p(struct gdbarch *gdbarch) argument
4290 gdbarch_get_syscall_number(struct gdbarch *gdbarch, thread_info *thread) argument
4300 set_gdbarch_get_syscall_number(struct gdbarch *gdbarch, gdbarch_get_syscall_number_ftype get_syscall_number) argument
4307 gdbarch_xml_syscall_file(struct gdbarch *gdbarch) argument
4317 set_gdbarch_xml_syscall_file(struct gdbarch *gdbarch, const char * xml_syscall_file) argument
4324 gdbarch_syscalls_info(struct gdbarch *gdbarch) argument
4334 set_gdbarch_syscalls_info(struct gdbarch *gdbarch, struct syscalls_info * syscalls_info) argument
4341 gdbarch_stap_integer_prefixes(struct gdbarch *gdbarch) argument
4351 set_gdbarch_stap_integer_prefixes(struct gdbarch *gdbarch, const char *const * stap_integer_prefixes) argument
4358 gdbarch_stap_integer_suffixes(struct gdbarch *gdbarch) argument
4368 set_gdbarch_stap_integer_suffixes(struct gdbarch *gdbarch, const char *const * stap_integer_suffixes) argument
4375 gdbarch_stap_register_prefixes(struct gdbarch *gdbarch) argument
4385 set_gdbarch_stap_register_prefixes(struct gdbarch *gdbarch, const char *const * stap_register_prefixes) argument
4392 gdbarch_stap_register_suffixes(struct gdbarch *gdbarch) argument
4402 set_gdbarch_stap_register_suffixes(struct gdbarch *gdbarch, const char *const * stap_register_suffixes) argument
4409 gdbarch_stap_register_indirection_prefixes(struct gdbarch *gdbarch) argument
4419 set_gdbarch_stap_register_indirection_prefixes(struct gdbarch *gdbarch, const char *const * stap_register_indirection_prefixes) argument
4426 gdbarch_stap_register_indirection_suffixes(struct gdbarch *gdbarch) argument
4436 set_gdbarch_stap_register_indirection_suffixes(struct gdbarch *gdbarch, const char *const * stap_register_indirection_suffixes) argument
4443 gdbarch_stap_gdb_register_prefix(struct gdbarch *gdbarch) argument
4453 set_gdbarch_stap_gdb_register_prefix(struct gdbarch *gdbarch, const char * stap_gdb_register_prefix) argument
4460 gdbarch_stap_gdb_register_suffix(struct gdbarch *gdbarch) argument
4470 set_gdbarch_stap_gdb_register_suffix(struct gdbarch *gdbarch, const char * stap_gdb_register_suffix) argument
4477 gdbarch_stap_is_single_operand_p(struct gdbarch *gdbarch) argument
4484 gdbarch_stap_is_single_operand(struct gdbarch *gdbarch, const char *s) argument
4494 set_gdbarch_stap_is_single_operand(struct gdbarch *gdbarch, gdbarch_stap_is_single_operand_ftype stap_is_single_operand) argument
4501 gdbarch_stap_parse_special_token_p(struct gdbarch *gdbarch) argument
4508 gdbarch_stap_parse_special_token(struct gdbarch *gdbarch, struct stap_parse_info *p) argument
4518 set_gdbarch_stap_parse_special_token(struct gdbarch *gdbarch, gdbarch_stap_parse_special_token_ftype stap_parse_special_token) argument
4525 gdbarch_stap_adjust_register_p(struct gdbarch *gdbarch) argument
4532 gdbarch_stap_adjust_register(struct gdbarch *gdbarch, struct stap_parse_info *p, const std::string &regname, int regnum) argument
4542 set_gdbarch_stap_adjust_register(struct gdbarch *gdbarch, gdbarch_stap_adjust_register_ftype stap_adjust_register) argument
4549 gdbarch_dtrace_parse_probe_argument_p(struct gdbarch *gdbarch) argument
4556 gdbarch_dtrace_parse_probe_argument(struct gdbarch *gdbarch, struct expr_builder *builder, int narg) argument
4566 set_gdbarch_dtrace_parse_probe_argument(struct gdbarch *gdbarch, gdbarch_dtrace_parse_probe_argument_ftype dtrace_parse_probe_argument) argument
4573 gdbarch_dtrace_probe_is_enabled_p(struct gdbarch *gdbarch) argument
4580 gdbarch_dtrace_probe_is_enabled(struct gdbarch *gdbarch, CORE_ADDR addr) argument
4590 set_gdbarch_dtrace_probe_is_enabled(struct gdbarch *gdbarch, gdbarch_dtrace_probe_is_enabled_ftype dtrace_probe_is_enabled) argument
4597 gdbarch_dtrace_enable_probe_p(struct gdbarch *gdbarch) argument
4604 gdbarch_dtrace_enable_probe(struct gdbarch *gdbarch, CORE_ADDR addr) argument
4614 set_gdbarch_dtrace_enable_probe(struct gdbarch *gdbarch, gdbarch_dtrace_enable_probe_ftype dtrace_enable_probe) argument
4621 gdbarch_dtrace_disable_probe_p(struct gdbarch *gdbarch) argument
4628 gdbarch_dtrace_disable_probe(struct gdbarch *gdbarch, CORE_ADDR addr) argument
4638 set_gdbarch_dtrace_disable_probe(struct gdbarch *gdbarch, gdbarch_dtrace_disable_probe_ftype dtrace_disable_probe) argument
4645 gdbarch_has_global_solist(struct gdbarch *gdbarch) argument
4655 set_gdbarch_has_global_solist(struct gdbarch *gdbarch, int has_global_solist) argument
4662 gdbarch_has_global_breakpoints(struct gdbarch *gdbarch) argument
4672 set_gdbarch_has_global_breakpoints(struct gdbarch *gdbarch, int has_global_breakpoints) argument
4679 gdbarch_has_shared_address_space(struct gdbarch *gdbarch) argument
4689 set_gdbarch_has_shared_address_space(struct gdbarch *gdbarch, gdbarch_has_shared_address_space_ftype has_shared_address_space) argument
4696 gdbarch_fast_tracepoint_valid_at(struct gdbarch *gdbarch, CORE_ADDR addr, std::string *msg) argument
4706 set_gdbarch_fast_tracepoint_valid_at(struct gdbarch *gdbarch, gdbarch_fast_tracepoint_valid_at_ftype fast_tracepoint_valid_at) argument
4713 gdbarch_guess_tracepoint_registers(struct gdbarch *gdbarch, struct regcache *regcache, CORE_ADDR addr) argument
4723 set_gdbarch_guess_tracepoint_registers(struct gdbarch *gdbarch, gdbarch_guess_tracepoint_registers_ftype guess_tracepoint_registers) argument
4730 gdbarch_auto_charset(struct gdbarch *gdbarch) argument
4740 set_gdbarch_auto_charset(struct gdbarch *gdbarch, gdbarch_auto_charset_ftype auto_charset) argument
4747 gdbarch_auto_wide_charset(struct gdbarch *gdbarch) argument
4757 set_gdbarch_auto_wide_charset(struct gdbarch *gdbarch, gdbarch_auto_wide_charset_ftype auto_wide_charset) argument
4764 gdbarch_solib_symbols_extension(struct gdbarch *gdbarch) argument
4773 set_gdbarch_solib_symbols_extension(struct gdbarch *gdbarch, const char * solib_symbols_extension) argument
4780 gdbarch_has_dos_based_file_system(struct gdbarch *gdbarch) argument
4790 set_gdbarch_has_dos_based_file_system(struct gdbarch *gdbarch, int has_dos_based_file_system) argument
4797 gdbarch_gen_return_address(struct gdbarch *gdbarch, struct agent_expr *ax, struct axs_value *value, CORE_ADDR scope) argument
4807 set_gdbarch_gen_return_address(struct gdbarch *gdbarch, gdbarch_gen_return_address_ftype gen_return_address) argument
4814 gdbarch_info_proc_p(struct gdbarch *gdbarch) argument
4821 gdbarch_info_proc(struct gdbarch *gdbarch, const char *args, enum info_proc_what what) argument
4831 set_gdbarch_info_proc(struct gdbarch *gdbarch, gdbarch_info_proc_ftype info_proc) argument
4838 gdbarch_core_info_proc_p(struct gdbarch *gdbarch) argument
4845 gdbarch_core_info_proc(struct gdbarch *gdbarch, const char *args, enum info_proc_what what) argument
4855 set_gdbarch_core_info_proc(struct gdbarch *gdbarch, gdbarch_core_info_proc_ftype core_info_proc) argument
4862 gdbarch_iterate_over_objfiles_in_search_order(struct gdbarch *gdbarch, iterate_over_objfiles_in_search_order_cb_ftype *cb, void *cb_data, struct objfile *current_objfile) argument
4872 set_gdbarch_iterate_over_objfiles_in_search_order(struct gdbarch *gdbarch, gdbarch_iterate_over_objfiles_in_search_order_ftype iterate_over_objfiles_in_search_order) argument
4879 gdbarch_ravenscar_ops(struct gdbarch *gdbarch) argument
4889 set_gdbarch_ravenscar_ops(struct gdbarch *gdbarch, struct ravenscar_arch_ops * ravenscar_ops) argument
4896 gdbarch_insn_is_call(struct gdbarch *gdbarch, CORE_ADDR addr) argument
4906 set_gdbarch_insn_is_call(struct gdbarch *gdbarch, gdbarch_insn_is_call_ftype insn_is_call) argument
4913 gdbarch_insn_is_ret(struct gdbarch *gdbarch, CORE_ADDR addr) argument
4923 set_gdbarch_insn_is_ret(struct gdbarch *gdbarch, gdbarch_insn_is_ret_ftype insn_is_ret) argument
4930 gdbarch_insn_is_jump(struct gdbarch *gdbarch, CORE_ADDR addr) argument
4940 set_gdbarch_insn_is_jump(struct gdbarch *gdbarch, gdbarch_insn_is_jump_ftype insn_is_jump) argument
4947 gdbarch_program_breakpoint_here_p(struct gdbarch *gdbarch, CORE_ADDR address) argument
4957 set_gdbarch_program_breakpoint_here_p(struct gdbarch *gdbarch, gdbarch_program_breakpoint_here_p_ftype program_breakpoint_here_p) argument
4964 gdbarch_auxv_parse_p(struct gdbarch *gdbarch) argument
4971 gdbarch_auxv_parse(struct gdbarch *gdbarch, gdb_byte **readptr, gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) argument
4981 set_gdbarch_auxv_parse(struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype auxv_parse) argument
4988 gdbarch_print_auxv_entry(struct gdbarch *gdbarch, struct ui_file *file, CORE_ADDR type, CORE_ADDR val) argument
4998 set_gdbarch_print_auxv_entry(struct gdbarch *gdbarch, gdbarch_print_auxv_entry_ftype print_auxv_entry) argument
5005 gdbarch_vsyscall_range(struct gdbarch *gdbarch, struct mem_range *range) argument
5015 set_gdbarch_vsyscall_range(struct gdbarch *gdbarch, gdbarch_vsyscall_range_ftype vsyscall_range) argument
5022 gdbarch_infcall_mmap(struct gdbarch *gdbarch, CORE_ADDR size, unsigned prot) argument
5032 set_gdbarch_infcall_mmap(struct gdbarch *gdbarch, gdbarch_infcall_mmap_ftype infcall_mmap) argument
5039 gdbarch_infcall_munmap(struct gdbarch *gdbarch, CORE_ADDR addr, CORE_ADDR size) argument
5049 set_gdbarch_infcall_munmap(struct gdbarch *gdbarch, gdbarch_infcall_munmap_ftype infcall_munmap) argument
5056 gdbarch_gcc_target_options(struct gdbarch *gdbarch) argument
5066 set_gdbarch_gcc_target_options(struct gdbarch *gdbarch, gdbarch_gcc_target_options_ftype gcc_target_options) argument
5073 gdbarch_gnu_triplet_regexp(struct gdbarch *gdbarch) argument
5083 set_gdbarch_gnu_triplet_regexp(struct gdbarch *gdbarch, gdbarch_gnu_triplet_regexp_ftype gnu_triplet_regexp) argument
5090 gdbarch_addressable_memory_unit_size(struct gdbarch *gdbarch) argument
5100 set_gdbarch_addressable_memory_unit_size(struct gdbarch *gdbarch, gdbarch_addressable_memory_unit_size_ftype addressable_memory_unit_size) argument
5107 gdbarch_disassembler_options_implicit(struct gdbarch *gdbarch) argument
5117 set_gdbarch_disassembler_options_implicit(struct gdbarch *gdbarch, const char * disassembler_options_implicit) argument
5124 gdbarch_disassembler_options(struct gdbarch *gdbarch) argument
5134 set_gdbarch_disassembler_options(struct gdbarch *gdbarch, char ** disassembler_options) argument
5141 gdbarch_valid_disassembler_options(struct gdbarch *gdbarch) argument
5151 set_gdbarch_valid_disassembler_options(struct gdbarch *gdbarch, const disasm_options_and_args_t * valid_disassembler_options) argument
5158 gdbarch_type_align(struct gdbarch *gdbarch, struct type *type) argument
5168 set_gdbarch_type_align(struct gdbarch *gdbarch, gdbarch_type_align_ftype type_align) argument
5175 gdbarch_get_pc_address_flags(struct gdbarch *gdbarch, frame_info *frame, CORE_ADDR pc) argument
5185 set_gdbarch_get_pc_address_flags(struct gdbarch *gdbarch, gdbarch_get_pc_address_flags_ftype get_pc_address_flags) argument
5192 gdbarch_read_core_file_mappings(struct gdbarch *gdbarch, struct bfd *cbfd,gdb::function_view<void (ULONGEST count)> pre_loop_cb,gdb::function_view<void (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs, const char *filename, const void *other)> loop_cb) argument
5202 set_gdbarch_read_core_file_mappings(struct gdbarch *gdbarch, gdbarch_read_core_file_mappings_ftype read_core_file_mappings) argument
5272 alloc_gdbarch_data(struct gdbarch *gdbarch) argument
5283 gdbarch_data(struct gdbarch *gdbarch, struct gdbarch_data *data) argument
[all...]
H A Dwindows-tdep.h22 struct gdbarch;
31 struct gdbarch *gdbarch,
38 struct gdbarch *gdbarch);
44 struct gdbarch *gdbarch);
H A Dia64-nbsd-tdep.c30 ia64nbsd_elf_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) argument
34 (gdbarch, svr4_ilp32_fetch_link_map_offsets);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc-ravenscar-thread.h23 struct gdbarch;
25 extern void register_ppc_ravenscar_ops (struct gdbarch *gdbarch);
27 extern void register_e500_ravenscar_ops (struct gdbarch *gdbarch);
H A Delf-none-tdep.h23 struct gdbarch;
28 void elf_none_init_abi (struct gdbarch *gdbarch);
H A Dxml-syscall.h32 void set_xml_syscall_file_name (struct gdbarch *gdbarch,
38 void get_syscall_by_number (struct gdbarch *gdbarch,
46 bool get_syscalls_by_name (struct gdbarch *gdbarch, const char *syscall_name,
53 const char **get_syscall_names (struct gdbarch *gdbarch);
59 bool get_syscalls_by_group (struct gdbarch *gdbarch, cons
[all...]
H A Driscv-ravenscar-thread.h23 struct gdbarch;
25 extern void register_riscv_ravenscar_ops (struct gdbarch *gdbarch);
H A Daarch64-ravenscar-thread.h23 struct gdbarch;
25 extern void register_aarch64_ravenscar_ops (struct gdbarch *gdbarch);
H A Dglibc-tdep.h23 struct gdbarch;
25 extern CORE_ADDR glibc_skip_solib_resolver (struct gdbarch *gdbarch,
H A Dsparc-ravenscar-thread.h23 struct gdbarch;
25 extern void register_sparc_ravenscar_ops (struct gdbarch *gdbarch);
H A Damd64-ravenscar-thread.h23 struct gdbarch;
25 extern void register_amd64_ravenscar_ops (struct gdbarch *gdbarch);
H A Dgdbarch-gen.h24 ./gdbarch.py
31 extern const struct bfd_arch_info * gdbarch_bfd_arch_info (struct gdbarch *gdbarch);
34 extern enum bfd_endian gdbarch_byte_order (struct gdbarch *gdbarch);
37 extern enum bfd_endian gdbarch_byte_order_for_code (struct gdbarch *gdbarch);
40 extern enum gdb_osabi gdbarch_osabi (struct gdbarch *gdbarch);
43 extern const struct target_desc * gdbarch_target_desc (struct gdbarch *gdbarc
[all...]
H A Dobsd-tdep.h23 struct gdbarch;
25 CORE_ADDR obsd_skip_solib_resolver (struct gdbarch *, CORE_ADDR);
26 void obsd_init_abi (struct gdbarch_info, struct gdbarch *);
H A Damd64-ravenscar-thread.c21 #include "gdbarch.h"
73 register_amd64_ravenscar_ops (struct gdbarch *gdbarch) argument
75 set_gdbarch_ravenscar_ops (gdbarch, &amd64_ravenscar_ops);
H A Dbsd-uthread.h26 extern void bsd_uthread_set_supply_uthread (struct gdbarch *gdbarch,
34 extern void bsd_uthread_set_collect_uthread (struct gdbarch *gdbarch,
H A Dgdbarch.c24 ./gdbarch.py
28 /* Maintain the struct gdbarch object. */
30 struct gdbarch struct
38 registry<gdbarch> registry_fields;
260 /* Create a new ``struct gdbarch'' based on information provided by
263 struct gdbarch *
267 struct gdbarch *gdbarch; local
269 gdbarch = new struct gdbarch;
287 verify_gdbarch(struct gdbarch *gdbarch) argument
526 gdbarch_dump(struct gdbarch *gdbarch, struct ui_file *file) argument
1361 gdbarch_bfd_arch_info(struct gdbarch *gdbarch) argument
1370 gdbarch_byte_order(struct gdbarch *gdbarch) argument
1379 gdbarch_byte_order_for_code(struct gdbarch *gdbarch) argument
1388 gdbarch_osabi(struct gdbarch *gdbarch) argument
1397 gdbarch_target_desc(struct gdbarch *gdbarch) argument
1406 gdbarch_short_bit(struct gdbarch *gdbarch) argument
1416 set_gdbarch_short_bit(struct gdbarch *gdbarch, int short_bit) argument
1423 gdbarch_int_bit(struct gdbarch *gdbarch) argument
1433 set_gdbarch_int_bit(struct gdbarch *gdbarch, int int_bit) argument
1440 gdbarch_long_bit(struct gdbarch *gdbarch) argument
1450 set_gdbarch_long_bit(struct gdbarch *gdbarch, int long_bit) argument
1457 gdbarch_long_long_bit(struct gdbarch *gdbarch) argument
1467 set_gdbarch_long_long_bit(struct gdbarch *gdbarch, int long_long_bit) argument
1474 gdbarch_bfloat16_bit(struct gdbarch *gdbarch) argument
1484 set_gdbarch_bfloat16_bit(struct gdbarch *gdbarch, int bfloat16_bit) argument
1491 gdbarch_bfloat16_format(struct gdbarch *gdbarch) argument
1500 set_gdbarch_bfloat16_format(struct gdbarch *gdbarch, const struct floatformat ** bfloat16_format) argument
1507 gdbarch_half_bit(struct gdbarch *gdbarch) argument
1517 set_gdbarch_half_bit(struct gdbarch *gdbarch, int half_bit) argument
1524 gdbarch_half_format(struct gdbarch *gdbarch) argument
1533 set_gdbarch_half_format(struct gdbarch *gdbarch, const struct floatformat ** half_format) argument
1540 gdbarch_float_bit(struct gdbarch *gdbarch) argument
1550 set_gdbarch_float_bit(struct gdbarch *gdbarch, int float_bit) argument
1557 gdbarch_float_format(struct gdbarch *gdbarch) argument
1566 set_gdbarch_float_format(struct gdbarch *gdbarch, const struct floatformat ** float_format) argument
1573 gdbarch_double_bit(struct gdbarch *gdbarch) argument
1583 set_gdbarch_double_bit(struct gdbarch *gdbarch, int double_bit) argument
1590 gdbarch_double_format(struct gdbarch *gdbarch) argument
1599 set_gdbarch_double_format(struct gdbarch *gdbarch, const struct floatformat ** double_format) argument
1606 gdbarch_long_double_bit(struct gdbarch *gdbarch) argument
1616 set_gdbarch_long_double_bit(struct gdbarch *gdbarch, int long_double_bit) argument
1623 gdbarch_long_double_format(struct gdbarch *gdbarch) argument
1632 set_gdbarch_long_double_format(struct gdbarch *gdbarch, const struct floatformat ** long_double_format) argument
1639 gdbarch_wchar_bit(struct gdbarch *gdbarch) argument
1649 set_gdbarch_wchar_bit(struct gdbarch *gdbarch, int wchar_bit) argument
1656 gdbarch_wchar_signed(struct gdbarch *gdbarch) argument
1667 set_gdbarch_wchar_signed(struct gdbarch *gdbarch, int wchar_signed) argument
1674 gdbarch_floatformat_for_type(struct gdbarch *gdbarch, const char *name, int length) argument
1684 set_gdbarch_floatformat_for_type(struct gdbarch *gdbarch, gdbarch_floatformat_for_type_ftype floatformat_for_type) argument
1691 gdbarch_ptr_bit(struct gdbarch *gdbarch) argument
1701 set_gdbarch_ptr_bit(struct gdbarch *gdbarch, int ptr_bit) argument
1708 gdbarch_addr_bit(struct gdbarch *gdbarch) argument
1719 set_gdbarch_addr_bit(struct gdbarch *gdbarch, int addr_bit) argument
1726 gdbarch_dwarf2_addr_size(struct gdbarch *gdbarch) argument
1737 set_gdbarch_dwarf2_addr_size(struct gdbarch *gdbarch, int dwarf2_addr_size) argument
1744 gdbarch_char_signed(struct gdbarch *gdbarch) argument
1755 set_gdbarch_char_signed(struct gdbarch *gdbarch, int char_signed) argument
1762 gdbarch_read_pc_p(struct gdbarch *gdbarch) argument
1769 gdbarch_read_pc(struct gdbarch *gdbarch, readable_regcache *regcache) argument
1779 set_gdbarch_read_pc(struct gdbarch *gdbarch, gdbarch_read_pc_ftype read_pc) argument
1786 gdbarch_write_pc_p(struct gdbarch *gdbarch) argument
1793 gdbarch_write_pc(struct gdbarch *gdbarch, struct regcache *regcache, CORE_ADDR val) argument
1803 set_gdbarch_write_pc(struct gdbarch *gdbarch, gdbarch_write_pc_ftype write_pc) argument
1810 gdbarch_virtual_frame_pointer(struct gdbarch *gdbarch, CORE_ADDR pc, int *frame_regnum, LONGEST *frame_offset) argument
1820 set_gdbarch_virtual_frame_pointer(struct gdbarch *gdbarch, gdbarch_virtual_frame_pointer_ftype virtual_frame_pointer) argument
1827 gdbarch_pseudo_register_read_p(struct gdbarch *gdbarch) argument
1834 gdbarch_pseudo_register_read(struct gdbarch *gdbarch, readable_regcache *regcache, int cookednum, gdb_byte *buf) argument
1844 set_gdbarch_pseudo_register_read(struct gdbarch *gdbarch, gdbarch_pseudo_register_read_ftype pseudo_register_read) argument
1851 gdbarch_pseudo_register_read_value_p(struct gdbarch *gdbarch) argument
1858 gdbarch_pseudo_register_read_value(struct gdbarch *gdbarch, readable_regcache *regcache, int cookednum) argument
1868 set_gdbarch_pseudo_register_read_value(struct gdbarch *gdbarch, gdbarch_pseudo_register_read_value_ftype pseudo_register_read_value) argument
1875 gdbarch_pseudo_register_write_p(struct gdbarch *gdbarch) argument
1882 gdbarch_pseudo_register_write(struct gdbarch *gdbarch, struct regcache *regcache, int cookednum, const gdb_byte *buf) argument
1892 set_gdbarch_pseudo_register_write(struct gdbarch *gdbarch, gdbarch_pseudo_register_write_ftype pseudo_register_write) argument
1899 gdbarch_num_regs(struct gdbarch *gdbarch) argument
1910 set_gdbarch_num_regs(struct gdbarch *gdbarch, int num_regs) argument
1917 gdbarch_num_pseudo_regs(struct gdbarch *gdbarch) argument
1927 set_gdbarch_num_pseudo_regs(struct gdbarch *gdbarch, int num_pseudo_regs) argument
1934 gdbarch_ax_pseudo_register_collect_p(struct gdbarch *gdbarch) argument
1941 gdbarch_ax_pseudo_register_collect(struct gdbarch *gdbarch, struct agent_expr *ax, int reg) argument
1951 set_gdbarch_ax_pseudo_register_collect(struct gdbarch *gdbarch, gdbarch_ax_pseudo_register_collect_ftype ax_pseudo_register_collect) argument
1958 gdbarch_ax_pseudo_register_push_stack_p(struct gdbarch *gdbarch) argument
1965 gdbarch_ax_pseudo_register_push_stack(struct gdbarch *gdbarch, struct agent_expr *ax, int reg) argument
1975 set_gdbarch_ax_pseudo_register_push_stack(struct gdbarch *gdbarch, gdbarch_ax_pseudo_register_push_stack_ftype ax_pseudo_register_push_stack) argument
1982 gdbarch_report_signal_info_p(struct gdbarch *gdbarch) argument
1989 gdbarch_report_signal_info(struct gdbarch *gdbarch, struct ui_out *uiout, enum gdb_signal siggnal) argument
1999 set_gdbarch_report_signal_info(struct gdbarch *gdbarch, gdbarch_report_signal_info_ftype report_signal_info) argument
2006 gdbarch_sp_regnum(struct gdbarch *gdbarch) argument
2016 set_gdbarch_sp_regnum(struct gdbarch *gdbarch, int sp_regnum) argument
2023 gdbarch_pc_regnum(struct gdbarch *gdbarch) argument
2033 set_gdbarch_pc_regnum(struct gdbarch *gdbarch, int pc_regnum) argument
2040 gdbarch_ps_regnum(struct gdbarch *gdbarch) argument
2050 set_gdbarch_ps_regnum(struct gdbarch *gdbarch, int ps_regnum) argument
2057 gdbarch_fp0_regnum(struct gdbarch *gdbarch) argument
2067 set_gdbarch_fp0_regnum(struct gdbarch *gdbarch, int fp0_regnum) argument
2074 gdbarch_stab_reg_to_regnum(struct gdbarch *gdbarch, int stab_regnr) argument
2084 set_gdbarch_stab_reg_to_regnum(struct gdbarch *gdbarch, gdbarch_stab_reg_to_regnum_ftype stab_reg_to_regnum) argument
2091 gdbarch_ecoff_reg_to_regnum(struct gdbarch *gdbarch, int ecoff_regnr) argument
2101 set_gdbarch_ecoff_reg_to_regnum(struct gdbarch *gdbarch, gdbarch_ecoff_reg_to_regnum_ftype ecoff_reg_to_regnum) argument
2108 gdbarch_sdb_reg_to_regnum(struct gdbarch *gdbarch, int sdb_regnr) argument
2118 set_gdbarch_sdb_reg_to_regnum(struct gdbarch *gdbarch, gdbarch_sdb_reg_to_regnum_ftype sdb_reg_to_regnum) argument
2125 gdbarch_dwarf2_reg_to_regnum(struct gdbarch *gdbarch, int dwarf2_regnr) argument
2135 set_gdbarch_dwarf2_reg_to_regnum(struct gdbarch *gdbarch, gdbarch_dwarf2_reg_to_regnum_ftype dwarf2_reg_to_regnum) argument
2142 gdbarch_register_name(struct gdbarch *gdbarch, int regnr) argument
2156 set_gdbarch_register_name(struct gdbarch *gdbarch, gdbarch_register_name_ftype register_name) argument
2163 gdbarch_register_type(struct gdbarch *gdbarch, int reg_nr) argument
2173 set_gdbarch_register_type(struct gdbarch *gdbarch, gdbarch_register_type_ftype register_type) argument
2180 gdbarch_dummy_id(struct gdbarch *gdbarch, frame_info_ptr this_frame) argument
2190 set_gdbarch_dummy_id(struct gdbarch *gdbarch, gdbarch_dummy_id_ftype dummy_id) argument
2197 gdbarch_deprecated_fp_regnum(struct gdbarch *gdbarch) argument
2207 set_gdbarch_deprecated_fp_regnum(struct gdbarch *gdbarch, int deprecated_fp_regnum) argument
2214 gdbarch_push_dummy_call_p(struct gdbarch *gdbarch) argument
2221 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, function_call_return_method return_method, CORE_ADDR struct_addr) argument
2231 set_gdbarch_push_dummy_call(struct gdbarch *gdbarch, gdbarch_push_dummy_call_ftype push_dummy_call) argument
2238 gdbarch_call_dummy_location(struct gdbarch *gdbarch) argument
2248 set_gdbarch_call_dummy_location(struct gdbarch *gdbarch, enum call_dummy_location_type call_dummy_location) argument
2255 gdbarch_push_dummy_code_p(struct gdbarch *gdbarch) argument
2262 gdbarch_push_dummy_code(struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, struct value **args, int nargs, struct type *value_type, CORE_ADDR *real_pc, CORE_ADDR *bp_addr, struct regcache *regcache) argument
2272 set_gdbarch_push_dummy_code(struct gdbarch *gdbarch, gdbarch_push_dummy_code_ftype push_dummy_code) argument
2279 gdbarch_code_of_frame_writable(struct gdbarch *gdbarch, frame_info_ptr frame) argument
2289 set_gdbarch_code_of_frame_writable(struct gdbarch *gdbarch, gdbarch_code_of_frame_writable_ftype code_of_frame_writable) argument
2296 gdbarch_print_registers_info(struct gdbarch *gdbarch, struct ui_file *file, frame_info_ptr frame, int regnum, int all) argument
2306 set_gdbarch_print_registers_info(struct gdbarch *gdbarch, gdbarch_print_registers_info_ftype print_registers_info) argument
2313 gdbarch_print_float_info(struct gdbarch *gdbarch, struct ui_file *file, frame_info_ptr frame, const char *args) argument
2323 set_gdbarch_print_float_info(struct gdbarch *gdbarch, gdbarch_print_float_info_ftype print_float_info) argument
2330 gdbarch_print_vector_info_p(struct gdbarch *gdbarch) argument
2337 gdbarch_print_vector_info(struct gdbarch *gdbarch, struct ui_file *file, frame_info_ptr frame, const char *args) argument
2347 set_gdbarch_print_vector_info(struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype print_vector_info) argument
2354 gdbarch_register_sim_regno(struct gdbarch *gdbarch, int reg_nr) argument
2364 set_gdbarch_register_sim_regno(struct gdbarch *gdbarch, gdbarch_register_sim_regno_ftype register_sim_regno) argument
2371 gdbarch_cannot_fetch_register(struct gdbarch *gdbarch, int regnum) argument
2381 set_gdbarch_cannot_fetch_register(struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype cannot_fetch_register) argument
2388 gdbarch_cannot_store_register(struct gdbarch *gdbarch, int regnum) argument
2398 set_gdbarch_cannot_store_register(struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype cannot_store_register) argument
2405 gdbarch_get_longjmp_target_p(struct gdbarch *gdbarch) argument
2412 gdbarch_get_longjmp_target(struct gdbarch *gdbarch, frame_info_ptr frame, CORE_ADDR *pc) argument
2422 set_gdbarch_get_longjmp_target(struct gdbarch *gdbarch, gdbarch_get_longjmp_target_ftype get_longjmp_target) argument
2429 gdbarch_believe_pcc_promotion(struct gdbarch *gdbarch) argument
2439 set_gdbarch_believe_pcc_promotion(struct gdbarch *gdbarch, int believe_pcc_promotion) argument
2446 gdbarch_convert_register_p(struct gdbarch *gdbarch, int regnum, struct type *type) argument
2456 set_gdbarch_convert_register_p(struct gdbarch *gdbarch, gdbarch_convert_register_p_ftype convert_register_p) argument
2463 gdbarch_register_to_value(struct gdbarch *gdbarch, frame_info_ptr frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep) argument
2473 set_gdbarch_register_to_value(struct gdbarch *gdbarch, gdbarch_register_to_value_ftype register_to_value) argument
2480 gdbarch_value_to_register(struct gdbarch *gdbarch, frame_info_ptr frame, int regnum, struct type *type, const gdb_byte *buf) argument
2490 set_gdbarch_value_to_register(struct gdbarch *gdbarch, gdbarch_value_to_register_ftype value_to_register) argument
2497 gdbarch_value_from_register(struct gdbarch *gdbarch, struct type *type, int regnum, struct frame_id frame_id) argument
2507 set_gdbarch_value_from_register(struct gdbarch *gdbarch, gdbarch_value_from_register_ftype value_from_register) argument
2514 gdbarch_pointer_to_address(struct gdbarch *gdbarch, struct type *type, const gdb_byte *buf) argument
2524 set_gdbarch_pointer_to_address(struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype pointer_to_address) argument
2531 gdbarch_address_to_pointer(struct gdbarch *gdbarch, struct type *type, gdb_byte *buf, CORE_ADDR addr) argument
2541 set_gdbarch_address_to_pointer(struct gdbarch *gdbarch, gdbarch_address_to_pointer_ftype address_to_pointer) argument
2548 gdbarch_integer_to_address_p(struct gdbarch *gdbarch) argument
2555 gdbarch_integer_to_address(struct gdbarch *gdbarch, struct type *type, const gdb_byte *buf) argument
2565 set_gdbarch_integer_to_address(struct gdbarch *gdbarch, gdbarch_integer_to_address_ftype integer_to_address) argument
2572 gdbarch_return_value_p(struct gdbarch *gdbarch) argument
2579 gdbarch_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
2589 set_gdbarch_return_value(struct gdbarch *gdbarch, gdbarch_return_value_ftype return_value) argument
2596 gdbarch_get_return_buf_addr(struct gdbarch *gdbarch, struct type *val_type, frame_info_ptr cur_frame) argument
2606 set_gdbarch_get_return_buf_addr(struct gdbarch *gdbarch, gdbarch_get_return_buf_addr_ftype get_return_buf_addr) argument
2613 gdbarch_return_in_first_hidden_param_p(struct gdbarch *gdbarch, struct type *type) argument
2623 set_gdbarch_return_in_first_hidden_param_p(struct gdbarch *gdbarch, gdbarch_return_in_first_hidden_param_p_ftype return_in_first_hidden_param_p) argument
2630 gdbarch_skip_prologue(struct gdbarch *gdbarch, CORE_ADDR ip) argument
2640 set_gdbarch_skip_prologue(struct gdbarch *gdbarch, gdbarch_skip_prologue_ftype skip_prologue) argument
2647 gdbarch_skip_main_prologue_p(struct gdbarch *gdbarch) argument
2654 gdbarch_skip_main_prologue(struct gdbarch *gdbarch, CORE_ADDR ip) argument
2664 set_gdbarch_skip_main_prologue(struct gdbarch *gdbarch, gdbarch_skip_main_prologue_ftype skip_main_prologue) argument
2671 gdbarch_skip_entrypoint_p(struct gdbarch *gdbarch) argument
2678 gdbarch_skip_entrypoint(struct gdbarch *gdbarch, CORE_ADDR ip) argument
2688 set_gdbarch_skip_entrypoint(struct gdbarch *gdbarch, gdbarch_skip_entrypoint_ftype skip_entrypoint) argument
2695 gdbarch_inner_than(struct gdbarch *gdbarch, CORE_ADDR lhs, CORE_ADDR rhs) argument
2705 set_gdbarch_inner_than(struct gdbarch *gdbarch, gdbarch_inner_than_ftype inner_than) argument
2712 gdbarch_breakpoint_from_pc(struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr) argument
2722 set_gdbarch_breakpoint_from_pc(struct gdbarch *gdbarch, gdbarch_breakpoint_from_pc_ftype breakpoint_from_pc) argument
2729 gdbarch_breakpoint_kind_from_pc(struct gdbarch *gdbarch, CORE_ADDR *pcptr) argument
2739 set_gdbarch_breakpoint_kind_from_pc(struct gdbarch *gdbarch, gdbarch_breakpoint_kind_from_pc_ftype breakpoint_kind_from_pc) argument
2746 gdbarch_sw_breakpoint_from_kind(struct gdbarch *gdbarch, int kind, int *size) argument
2756 set_gdbarch_sw_breakpoint_from_kind(struct gdbarch *gdbarch, gdbarch_sw_breakpoint_from_kind_ftype sw_breakpoint_from_kind) argument
2763 gdbarch_breakpoint_kind_from_current_state(struct gdbarch *gdbarch, struct regcache *regcache, CORE_ADDR *pcptr) argument
2773 set_gdbarch_breakpoint_kind_from_current_state(struct gdbarch *gdbarch, gdbarch_breakpoint_kind_from_current_state_ftype breakpoint_kind_from_current_state) argument
2780 gdbarch_adjust_breakpoint_address_p(struct gdbarch *gdbarch) argument
2787 gdbarch_adjust_breakpoint_address(struct gdbarch *gdbarch, CORE_ADDR bpaddr) argument
2797 set_gdbarch_adjust_breakpoint_address(struct gdbarch *gdbarch, gdbarch_adjust_breakpoint_address_ftype adjust_breakpoint_address) argument
2804 gdbarch_memory_insert_breakpoint(struct gdbarch *gdbarch, struct bp_target_info *bp_tgt) argument
2814 set_gdbarch_memory_insert_breakpoint(struct gdbarch *gdbarch, gdbarch_memory_insert_breakpoint_ftype memory_insert_breakpoint) argument
2821 gdbarch_memory_remove_breakpoint(struct gdbarch *gdbarch, struct bp_target_info *bp_tgt) argument
2831 set_gdbarch_memory_remove_breakpoint(struct gdbarch *gdbarch, gdbarch_memory_remove_breakpoint_ftype memory_remove_breakpoint) argument
2838 gdbarch_decr_pc_after_break(struct gdbarch *gdbarch) argument
2848 set_gdbarch_decr_pc_after_break(struct gdbarch *gdbarch, CORE_ADDR decr_pc_after_break) argument
2855 gdbarch_deprecated_function_start_offset(struct gdbarch *gdbarch) argument
2865 set_gdbarch_deprecated_function_start_offset(struct gdbarch *gdbarch, CORE_ADDR deprecated_function_start_offset) argument
2872 gdbarch_remote_register_number(struct gdbarch *gdbarch, int regno) argument
2882 set_gdbarch_remote_register_number(struct gdbarch *gdbarch, gdbarch_remote_register_number_ftype remote_register_number) argument
2889 gdbarch_fetch_tls_load_module_address_p(struct gdbarch *gdbarch) argument
2896 gdbarch_fetch_tls_load_module_address(struct gdbarch *gdbarch, struct objfile *objfile) argument
2906 set_gdbarch_fetch_tls_load_module_address(struct gdbarch *gdbarch, gdbarch_fetch_tls_load_module_address_ftype fetch_tls_load_module_address) argument
2913 gdbarch_get_thread_local_address_p(struct gdbarch *gdbarch) argument
2920 gdbarch_get_thread_local_address(struct gdbarch *gdbarch, ptid_t ptid, CORE_ADDR lm_addr, CORE_ADDR offset) argument
2930 set_gdbarch_get_thread_local_address(struct gdbarch *gdbarch, gdbarch_get_thread_local_address_ftype get_thread_local_address) argument
2937 gdbarch_frame_args_skip(struct gdbarch *gdbarch) argument
2947 set_gdbarch_frame_args_skip(struct gdbarch *gdbarch, CORE_ADDR frame_args_skip) argument
2954 gdbarch_unwind_pc(struct gdbarch *gdbarch, frame_info_ptr next_frame) argument
2964 set_gdbarch_unwind_pc(struct gdbarch *gdbarch, gdbarch_unwind_pc_ftype unwind_pc) argument
2971 gdbarch_unwind_sp(struct gdbarch *gdbarch, frame_info_ptr next_frame) argument
2981 set_gdbarch_unwind_sp(struct gdbarch *gdbarch, gdbarch_unwind_sp_ftype unwind_sp) argument
2988 gdbarch_frame_num_args_p(struct gdbarch *gdbarch) argument
2995 gdbarch_frame_num_args(struct gdbarch *gdbarch, frame_info_ptr frame) argument
3005 set_gdbarch_frame_num_args(struct gdbarch *gdbarch, gdbarch_frame_num_args_ftype frame_num_args) argument
3012 gdbarch_frame_align_p(struct gdbarch *gdbarch) argument
3019 gdbarch_frame_align(struct gdbarch *gdbarch, CORE_ADDR address) argument
3029 set_gdbarch_frame_align(struct gdbarch *gdbarch, gdbarch_frame_align_ftype frame_align) argument
3036 gdbarch_stabs_argument_has_addr(struct gdbarch *gdbarch, struct type *type) argument
3046 set_gdbarch_stabs_argument_has_addr(struct gdbarch *gdbarch, gdbarch_stabs_argument_has_addr_ftype stabs_argument_has_addr) argument
3053 gdbarch_frame_red_zone_size(struct gdbarch *gdbarch) argument
3063 set_gdbarch_frame_red_zone_size(struct gdbarch *gdbarch, int frame_red_zone_size) argument
3070 gdbarch_convert_from_func_ptr_addr(struct gdbarch *gdbarch, CORE_ADDR addr, struct target_ops *targ) argument
3080 set_gdbarch_convert_from_func_ptr_addr(struct gdbarch *gdbarch, gdbarch_convert_from_func_ptr_addr_ftype convert_from_func_ptr_addr) argument
3087 gdbarch_addr_bits_remove(struct gdbarch *gdbarch, CORE_ADDR addr) argument
3097 set_gdbarch_addr_bits_remove(struct gdbarch *gdbarch, gdbarch_addr_bits_remove_ftype addr_bits_remove) argument
3104 gdbarch_remove_non_address_bits(struct gdbarch *gdbarch, CORE_ADDR pointer) argument
3114 set_gdbarch_remove_non_address_bits(struct gdbarch *gdbarch, gdbarch_remove_non_address_bits_ftype remove_non_address_bits) argument
3121 gdbarch_memtag_to_string(struct gdbarch *gdbarch, struct value *tag) argument
3131 set_gdbarch_memtag_to_string(struct gdbarch *gdbarch, gdbarch_memtag_to_string_ftype memtag_to_string) argument
3138 gdbarch_tagged_address_p(struct gdbarch *gdbarch, struct value *address) argument
3148 set_gdbarch_tagged_address_p(struct gdbarch *gdbarch, gdbarch_tagged_address_p_ftype tagged_address_p) argument
3155 gdbarch_memtag_matches_p(struct gdbarch *gdbarch, struct value *address) argument
3165 set_gdbarch_memtag_matches_p(struct gdbarch *gdbarch, gdbarch_memtag_matches_p_ftype memtag_matches_p) argument
3172 gdbarch_set_memtags(struct gdbarch *gdbarch, struct value *address, size_t length, const gdb::byte_vector &tags, memtag_type tag_type) argument
3182 set_gdbarch_set_memtags(struct gdbarch *gdbarch, gdbarch_set_memtags_ftype set_memtags) argument
3189 gdbarch_get_memtag(struct gdbarch *gdbarch, struct value *address, memtag_type tag_type) argument
3199 set_gdbarch_get_memtag(struct gdbarch *gdbarch, gdbarch_get_memtag_ftype get_memtag) argument
3206 gdbarch_memtag_granule_size(struct gdbarch *gdbarch) argument
3216 set_gdbarch_memtag_granule_size(struct gdbarch *gdbarch, CORE_ADDR memtag_granule_size) argument
3223 gdbarch_software_single_step_p(struct gdbarch *gdbarch) argument
3230 gdbarch_software_single_step(struct gdbarch *gdbarch, struct regcache *regcache) argument
3240 set_gdbarch_software_single_step(struct gdbarch *gdbarch, gdbarch_software_single_step_ftype software_single_step) argument
3247 gdbarch_single_step_through_delay_p(struct gdbarch *gdbarch) argument
3254 gdbarch_single_step_through_delay(struct gdbarch *gdbarch, frame_info_ptr frame) argument
3264 set_gdbarch_single_step_through_delay(struct gdbarch *gdbarch, gdbarch_single_step_through_delay_ftype single_step_through_delay) argument
3271 gdbarch_print_insn(struct gdbarch *gdbarch, bfd_vma vma, struct disassemble_info *info) argument
3281 set_gdbarch_print_insn(struct gdbarch *gdbarch, gdbarch_print_insn_ftype print_insn) argument
3288 gdbarch_skip_trampoline_code(struct gdbarch *gdbarch, frame_info_ptr frame, CORE_ADDR pc) argument
3298 set_gdbarch_skip_trampoline_code(struct gdbarch *gdbarch, gdbarch_skip_trampoline_code_ftype skip_trampoline_code) argument
3305 gdbarch_so_ops(struct gdbarch *gdbarch) argument
3314 set_gdbarch_so_ops(struct gdbarch *gdbarch, const struct target_so_ops * so_ops) argument
3321 gdbarch_skip_solib_resolver(struct gdbarch *gdbarch, CORE_ADDR pc) argument
3331 set_gdbarch_skip_solib_resolver(struct gdbarch *gdbarch, gdbarch_skip_solib_resolver_ftype skip_solib_resolver) argument
3338 gdbarch_in_solib_return_trampoline(struct gdbarch *gdbarch, CORE_ADDR pc, const char *name) argument
3348 set_gdbarch_in_solib_return_trampoline(struct gdbarch *gdbarch, gdbarch_in_solib_return_trampoline_ftype in_solib_return_trampoline) argument
3355 gdbarch_in_indirect_branch_thunk(struct gdbarch *gdbarch, CORE_ADDR pc) argument
3365 set_gdbarch_in_indirect_branch_thunk(struct gdbarch *gdbarch, gdbarch_in_indirect_branch_thunk_ftype in_indirect_branch_thunk) argument
3372 gdbarch_stack_frame_destroyed_p(struct gdbarch *gdbarch, CORE_ADDR addr) argument
3382 set_gdbarch_stack_frame_destroyed_p(struct gdbarch *gdbarch, gdbarch_stack_frame_destroyed_p_ftype stack_frame_destroyed_p) argument
3389 gdbarch_elf_make_msymbol_special_p(struct gdbarch *gdbarch) argument
3396 gdbarch_elf_make_msymbol_special(struct gdbarch *gdbarch, asymbol *sym, struct minimal_symbol *msym) argument
3406 set_gdbarch_elf_make_msymbol_special(struct gdbarch *gdbarch, gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special) argument
3413 gdbarch_coff_make_msymbol_special(struct gdbarch *gdbarch, int val, struct minimal_symbol *msym) argument
3423 set_gdbarch_coff_make_msymbol_special(struct gdbarch *gdbarch, gdbarch_coff_make_msymbol_special_ftype coff_make_msymbol_special) argument
3430 gdbarch_make_symbol_special(struct gdbarch *gdbarch, struct symbol *sym, struct objfile *objfile) argument
3440 set_gdbarch_make_symbol_special(struct gdbarch *gdbarch, gdbarch_make_symbol_special_ftype make_symbol_special) argument
3447 gdbarch_adjust_dwarf2_addr(struct gdbarch *gdbarch, CORE_ADDR pc) argument
3457 set_gdbarch_adjust_dwarf2_addr(struct gdbarch *gdbarch, gdbarch_adjust_dwarf2_addr_ftype adjust_dwarf2_addr) argument
3464 gdbarch_adjust_dwarf2_line(struct gdbarch *gdbarch, CORE_ADDR addr, int rel) argument
3474 set_gdbarch_adjust_dwarf2_line(struct gdbarch *gdbarch, gdbarch_adjust_dwarf2_line_ftype adjust_dwarf2_line) argument
3481 gdbarch_cannot_step_breakpoint(struct gdbarch *gdbarch) argument
3491 set_gdbarch_cannot_step_breakpoint(struct gdbarch *gdbarch, int cannot_step_breakpoint) argument
3498 gdbarch_have_nonsteppable_watchpoint(struct gdbarch *gdbarch) argument
3508 set_gdbarch_have_nonsteppable_watchpoint(struct gdbarch *gdbarch, int have_nonsteppable_watchpoint) argument
3515 gdbarch_address_class_type_flags_p(struct gdbarch *gdbarch) argument
3522 gdbarch_address_class_type_flags(struct gdbarch *gdbarch, int byte_size, int dwarf2_addr_class) argument
3532 set_gdbarch_address_class_type_flags(struct gdbarch *gdbarch, gdbarch_address_class_type_flags_ftype address_class_type_flags) argument
3539 gdbarch_address_class_type_flags_to_name_p(struct gdbarch *gdbarch) argument
3546 gdbarch_address_class_type_flags_to_name(struct gdbarch *gdbarch, type_instance_flags type_flags) argument
3556 set_gdbarch_address_class_type_flags_to_name(struct gdbarch *gdbarch, gdbarch_address_class_type_flags_to_name_ftype address_class_type_flags_to_name) argument
3563 gdbarch_execute_dwarf_cfa_vendor_op(struct gdbarch *gdbarch, gdb_byte op, struct dwarf2_frame_state *fs) argument
3573 set_gdbarch_execute_dwarf_cfa_vendor_op(struct gdbarch *gdbarch, gdbarch_execute_dwarf_cfa_vendor_op_ftype execute_dwarf_cfa_vendor_op) argument
3580 gdbarch_address_class_name_to_type_flags_p(struct gdbarch *gdbarch) argument
3587 gdbarch_address_class_name_to_type_flags(struct gdbarch *gdbarch, const char *name, type_instance_flags *type_flags_ptr) argument
3597 set_gdbarch_address_class_name_to_type_flags(struct gdbarch *gdbarch, gdbarch_address_class_name_to_type_flags_ftype address_class_name_to_type_flags) argument
3604 gdbarch_register_reggroup_p(struct gdbarch *gdbarch, int regnum, const struct reggroup *reggroup) argument
3614 set_gdbarch_register_reggroup_p(struct gdbarch *gdbarch, gdbarch_register_reggroup_p_ftype register_reggroup_p) argument
3621 gdbarch_fetch_pointer_argument_p(struct gdbarch *gdbarch) argument
3628 gdbarch_fetch_pointer_argument(struct gdbarch *gdbarch, frame_info_ptr frame, int argi, struct type *type) argument
3638 set_gdbarch_fetch_pointer_argument(struct gdbarch *gdbarch, gdbarch_fetch_pointer_argument_ftype fetch_pointer_argument) argument
3645 gdbarch_iterate_over_regset_sections_p(struct gdbarch *gdbarch) argument
3652 gdbarch_iterate_over_regset_sections(struct gdbarch *gdbarch, iterate_over_regset_sections_cb *cb, void *cb_data, const struct regcache *regcache) argument
3662 set_gdbarch_iterate_over_regset_sections(struct gdbarch *gdbarch, gdbarch_iterate_over_regset_sections_ftype iterate_over_regset_sections) argument
3669 gdbarch_make_corefile_notes_p(struct gdbarch *gdbarch) argument
3676 gdbarch_make_corefile_notes(struct gdbarch *gdbarch, bfd *obfd, int *note_size) argument
3686 set_gdbarch_make_corefile_notes(struct gdbarch *gdbarch, gdbarch_make_corefile_notes_ftype make_corefile_notes) argument
3693 gdbarch_find_memory_regions_p(struct gdbarch *gdbarch) argument
3700 gdbarch_find_memory_regions(struct gdbarch *gdbarch, find_memory_region_ftype func, void *data) argument
3710 set_gdbarch_find_memory_regions(struct gdbarch *gdbarch, gdbarch_find_memory_regions_ftype find_memory_regions) argument
3717 gdbarch_create_memtag_section_p(struct gdbarch *gdbarch) argument
3724 gdbarch_create_memtag_section(struct gdbarch *gdbarch, bfd *obfd, CORE_ADDR address, size_t size) argument
3734 set_gdbarch_create_memtag_section(struct gdbarch *gdbarch, gdbarch_create_memtag_section_ftype create_memtag_section) argument
3741 gdbarch_fill_memtag_section_p(struct gdbarch *gdbarch) argument
3748 gdbarch_fill_memtag_section(struct gdbarch *gdbarch, asection *osec) argument
3758 set_gdbarch_fill_memtag_section(struct gdbarch *gdbarch, gdbarch_fill_memtag_section_ftype fill_memtag_section) argument
3765 gdbarch_decode_memtag_section_p(struct gdbarch *gdbarch) argument
3772 gdbarch_decode_memtag_section(struct gdbarch *gdbarch, bfd_section *section, int type, CORE_ADDR address, size_t length) argument
3782 set_gdbarch_decode_memtag_section(struct gdbarch *gdbarch, gdbarch_decode_memtag_section_ftype decode_memtag_section) argument
3789 gdbarch_core_xfer_shared_libraries_p(struct gdbarch *gdbarch) argument
3796 gdbarch_core_xfer_shared_libraries(struct gdbarch *gdbarch, gdb_byte *readbuf, ULONGEST offset, ULONGEST len) argument
3806 set_gdbarch_core_xfer_shared_libraries(struct gdbarch *gdbarch, gdbarch_core_xfer_shared_libraries_ftype core_xfer_shared_libraries) argument
3813 gdbarch_core_xfer_shared_libraries_aix_p(struct gdbarch *gdbarch) argument
3820 gdbarch_core_xfer_shared_libraries_aix(struct gdbarch *gdbarch, gdb_byte *readbuf, ULONGEST offset, ULONGEST len) argument
3830 set_gdbarch_core_xfer_shared_libraries_aix(struct gdbarch *gdbarch, gdbarch_core_xfer_shared_libraries_aix_ftype core_xfer_shared_libraries_aix) argument
3837 gdbarch_core_pid_to_str_p(struct gdbarch *gdbarch) argument
3844 gdbarch_core_pid_to_str(struct gdbarch *gdbarch, ptid_t ptid) argument
3854 set_gdbarch_core_pid_to_str(struct gdbarch *gdbarch, gdbarch_core_pid_to_str_ftype core_pid_to_str) argument
3861 gdbarch_core_thread_name_p(struct gdbarch *gdbarch) argument
3868 gdbarch_core_thread_name(struct gdbarch *gdbarch, struct thread_info *thr) argument
3878 set_gdbarch_core_thread_name(struct gdbarch *gdbarch, gdbarch_core_thread_name_ftype core_thread_name) argument
3885 gdbarch_core_xfer_siginfo_p(struct gdbarch *gdbarch) argument
3892 gdbarch_core_xfer_siginfo(struct gdbarch *gdbarch, gdb_byte *readbuf, ULONGEST offset, ULONGEST len) argument
3902 set_gdbarch_core_xfer_siginfo(struct gdbarch *gdbarch, gdbarch_core_xfer_siginfo_ftype core_xfer_siginfo) argument
3909 gdbarch_gcore_bfd_target_p(struct gdbarch *gdbarch) argument
3916 gdbarch_gcore_bfd_target(struct gdbarch *gdbarch) argument
3927 set_gdbarch_gcore_bfd_target(struct gdbarch *gdbarch, const char * gcore_bfd_target) argument
3934 gdbarch_vtable_function_descriptors(struct gdbarch *gdbarch) argument
3944 set_gdbarch_vtable_function_descriptors(struct gdbarch *gdbarch, int vtable_function_descriptors) argument
3951 gdbarch_vbit_in_delta(struct gdbarch *gdbarch) argument
3961 set_gdbarch_vbit_in_delta(struct gdbarch *gdbarch, int vbit_in_delta) argument
3968 gdbarch_skip_permanent_breakpoint(struct gdbarch *gdbarch, struct regcache *regcache) argument
3978 set_gdbarch_skip_permanent_breakpoint(struct gdbarch *gdbarch, gdbarch_skip_permanent_breakpoint_ftype skip_permanent_breakpoint) argument
3985 gdbarch_max_insn_length_p(struct gdbarch *gdbarch) argument
3992 gdbarch_max_insn_length(struct gdbarch *gdbarch) argument
4003 set_gdbarch_max_insn_length(struct gdbarch *gdbarch, ULONGEST max_insn_length) argument
4010 gdbarch_displaced_step_copy_insn_p(struct gdbarch *gdbarch) argument
4017 gdbarch_displaced_step_copy_insn(struct gdbarch *gdbarch, CORE_ADDR from, CORE_ADDR to, struct regcache *regs) argument
4027 set_gdbarch_displaced_step_copy_insn(struct gdbarch *gdbarch, gdbarch_displaced_step_copy_insn_ftype displaced_step_copy_insn) argument
4034 gdbarch_displaced_step_hw_singlestep(struct gdbarch *gdbarch) argument
4044 set_gdbarch_displaced_step_hw_singlestep(struct gdbarch *gdbarch, gdbarch_displaced_step_hw_singlestep_ftype displaced_step_hw_singlestep) argument
4051 gdbarch_displaced_step_fixup_p(struct gdbarch *gdbarch) argument
4058 gdbarch_displaced_step_fixup(struct gdbarch *gdbarch, struct displaced_step_copy_insn_closure *closure, CORE_ADDR from, CORE_ADDR to, struct regcache *regs) argument
4069 set_gdbarch_displaced_step_fixup(struct gdbarch *gdbarch, gdbarch_displaced_step_fixup_ftype displaced_step_fixup) argument
4076 gdbarch_displaced_step_prepare_p(struct gdbarch *gdbarch) argument
4083 gdbarch_displaced_step_prepare(struct gdbarch *gdbarch, thread_info *thread, CORE_ADDR &displaced_pc) argument
4093 set_gdbarch_displaced_step_prepare(struct gdbarch *gdbarch, gdbarch_displaced_step_prepare_ftype displaced_step_prepare) argument
4100 gdbarch_displaced_step_finish(struct gdbarch *gdbarch, thread_info *thread, gdb_signal sig) argument
4110 set_gdbarch_displaced_step_finish(struct gdbarch *gdbarch, gdbarch_displaced_step_finish_ftype displaced_step_finish) argument
4117 gdbarch_displaced_step_copy_insn_closure_by_addr_p(struct gdbarch *gdbarch) argument
4124 gdbarch_displaced_step_copy_insn_closure_by_addr(struct gdbarch *gdbarch, inferior *inf, CORE_ADDR addr) argument
4134 set_gdbarch_displaced_step_copy_insn_closure_by_addr(struct gdbarch *gdbarch, gdbarch_displaced_step_copy_insn_closure_by_addr_ftype displaced_step_copy_insn_closure_by_addr) argument
4141 gdbarch_displaced_step_restore_all_in_ptid(struct gdbarch *gdbarch, inferior *parent_inf, ptid_t child_ptid) argument
4151 set_gdbarch_displaced_step_restore_all_in_ptid(struct gdbarch *gdbarch, gdbarch_displaced_step_restore_all_in_ptid_ftype displaced_step_restore_all_in_ptid) argument
4158 gdbarch_relocate_instruction_p(struct gdbarch *gdbarch) argument
4165 gdbarch_relocate_instruction(struct gdbarch *gdbarch, CORE_ADDR *to, CORE_ADDR from) argument
4176 set_gdbarch_relocate_instruction(struct gdbarch *gdbarch, gdbarch_relocate_instruction_ftype relocate_instruction) argument
4183 gdbarch_overlay_update_p(struct gdbarch *gdbarch) argument
4190 gdbarch_overlay_update(struct gdbarch *gdbarch, struct obj_section *osect) argument
4200 set_gdbarch_overlay_update(struct gdbarch *gdbarch, gdbarch_overlay_update_ftype overlay_update) argument
4207 gdbarch_core_read_description_p(struct gdbarch *gdbarch) argument
4214 gdbarch_core_read_description(struct gdbarch *gdbarch, struct target_ops *target, bfd *abfd) argument
4224 set_gdbarch_core_read_description(struct gdbarch *gdbarch, gdbarch_core_read_description_ftype core_read_description) argument
4231 gdbarch_sofun_address_maybe_missing(struct gdbarch *gdbarch) argument
4241 set_gdbarch_sofun_address_maybe_missing(struct gdbarch *gdbarch, int sofun_address_maybe_missing) argument
4248 gdbarch_process_record_p(struct gdbarch *gdbarch) argument
4255 gdbarch_process_record(struct gdbarch *gdbarch, struct regcache *regcache, CORE_ADDR addr) argument
4265 set_gdbarch_process_record(struct gdbarch *gdbarch, gdbarch_process_record_ftype process_record) argument
4272 gdbarch_process_record_signal_p(struct gdbarch *gdbarch) argument
4279 gdbarch_process_record_signal(struct gdbarch *gdbarch, struct regcache *regcache, enum gdb_signal signal) argument
4289 set_gdbarch_process_record_signal(struct gdbarch *gdbarch, gdbarch_process_record_signal_ftype process_record_signal) argument
4296 gdbarch_gdb_signal_from_target_p(struct gdbarch *gdbarch) argument
4303 gdbarch_gdb_signal_from_target(struct gdbarch *gdbarch, int signo) argument
4313 set_gdbarch_gdb_signal_from_target(struct gdbarch *gdbarch, gdbarch_gdb_signal_from_target_ftype gdb_signal_from_target) argument
4320 gdbarch_gdb_signal_to_target_p(struct gdbarch *gdbarch) argument
4327 gdbarch_gdb_signal_to_target(struct gdbarch *gdbarch, enum gdb_signal signal) argument
4337 set_gdbarch_gdb_signal_to_target(struct gdbarch *gdbarch, gdbarch_gdb_signal_to_target_ftype gdb_signal_to_target) argument
4344 gdbarch_get_siginfo_type_p(struct gdbarch *gdbarch) argument
4351 gdbarch_get_siginfo_type(struct gdbarch *gdbarch) argument
4361 set_gdbarch_get_siginfo_type(struct gdbarch *gdbarch, gdbarch_get_siginfo_type_ftype get_siginfo_type) argument
4368 gdbarch_record_special_symbol_p(struct gdbarch *gdbarch) argument
4375 gdbarch_record_special_symbol(struct gdbarch *gdbarch, struct objfile *objfile, asymbol *sym) argument
4385 set_gdbarch_record_special_symbol(struct gdbarch *gdbarch, gdbarch_record_special_symbol_ftype record_special_symbol) argument
4392 gdbarch_get_syscall_number_p(struct gdbarch *gdbarch) argument
4399 gdbarch_get_syscall_number(struct gdbarch *gdbarch, thread_info *thread) argument
4409 set_gdbarch_get_syscall_number(struct gdbarch *gdbarch, gdbarch_get_syscall_number_ftype get_syscall_number) argument
4416 gdbarch_xml_syscall_file(struct gdbarch *gdbarch) argument
4426 set_gdbarch_xml_syscall_file(struct gdbarch *gdbarch, const char * xml_syscall_file) argument
4433 gdbarch_syscalls_info(struct gdbarch *gdbarch) argument
4443 set_gdbarch_syscalls_info(struct gdbarch *gdbarch, struct syscalls_info * syscalls_info) argument
4450 gdbarch_stap_integer_prefixes(struct gdbarch *gdbarch) argument
4460 set_gdbarch_stap_integer_prefixes(struct gdbarch *gdbarch, const char *const * stap_integer_prefixes) argument
4467 gdbarch_stap_integer_suffixes(struct gdbarch *gdbarch) argument
4477 set_gdbarch_stap_integer_suffixes(struct gdbarch *gdbarch, const char *const * stap_integer_suffixes) argument
4484 gdbarch_stap_register_prefixes(struct gdbarch *gdbarch) argument
4494 set_gdbarch_stap_register_prefixes(struct gdbarch *gdbarch, const char *const * stap_register_prefixes) argument
4501 gdbarch_stap_register_suffixes(struct gdbarch *gdbarch) argument
4511 set_gdbarch_stap_register_suffixes(struct gdbarch *gdbarch, const char *const * stap_register_suffixes) argument
4518 gdbarch_stap_register_indirection_prefixes(struct gdbarch *gdbarch) argument
4528 set_gdbarch_stap_register_indirection_prefixes(struct gdbarch *gdbarch, const char *const * stap_register_indirection_prefixes) argument
4535 gdbarch_stap_register_indirection_suffixes(struct gdbarch *gdbarch) argument
4545 set_gdbarch_stap_register_indirection_suffixes(struct gdbarch *gdbarch, const char *const * stap_register_indirection_suffixes) argument
4552 gdbarch_stap_gdb_register_prefix(struct gdbarch *gdbarch) argument
4562 set_gdbarch_stap_gdb_register_prefix(struct gdbarch *gdbarch, const char * stap_gdb_register_prefix) argument
4569 gdbarch_stap_gdb_register_suffix(struct gdbarch *gdbarch) argument
4579 set_gdbarch_stap_gdb_register_suffix(struct gdbarch *gdbarch, const char * stap_gdb_register_suffix) argument
4586 gdbarch_stap_is_single_operand_p(struct gdbarch *gdbarch) argument
4593 gdbarch_stap_is_single_operand(struct gdbarch *gdbarch, const char *s) argument
4603 set_gdbarch_stap_is_single_operand(struct gdbarch *gdbarch, gdbarch_stap_is_single_operand_ftype stap_is_single_operand) argument
4610 gdbarch_stap_parse_special_token_p(struct gdbarch *gdbarch) argument
4617 gdbarch_stap_parse_special_token(struct gdbarch *gdbarch, struct stap_parse_info *p) argument
4627 set_gdbarch_stap_parse_special_token(struct gdbarch *gdbarch, gdbarch_stap_parse_special_token_ftype stap_parse_special_token) argument
4634 gdbarch_stap_adjust_register_p(struct gdbarch *gdbarch) argument
4641 gdbarch_stap_adjust_register(struct gdbarch *gdbarch, struct stap_parse_info *p, const std::string &regname, int regnum) argument
4651 set_gdbarch_stap_adjust_register(struct gdbarch *gdbarch, gdbarch_stap_adjust_register_ftype stap_adjust_register) argument
4658 gdbarch_dtrace_parse_probe_argument_p(struct gdbarch *gdbarch) argument
4665 gdbarch_dtrace_parse_probe_argument(struct gdbarch *gdbarch, int narg) argument
4675 set_gdbarch_dtrace_parse_probe_argument(struct gdbarch *gdbarch, gdbarch_dtrace_parse_probe_argument_ftype dtrace_parse_probe_argument) argument
4682 gdbarch_dtrace_probe_is_enabled_p(struct gdbarch *gdbarch) argument
4689 gdbarch_dtrace_probe_is_enabled(struct gdbarch *gdbarch, CORE_ADDR addr) argument
4699 set_gdbarch_dtrace_probe_is_enabled(struct gdbarch *gdbarch, gdbarch_dtrace_probe_is_enabled_ftype dtrace_probe_is_enabled) argument
4706 gdbarch_dtrace_enable_probe_p(struct gdbarch *gdbarch) argument
4713 gdbarch_dtrace_enable_probe(struct gdbarch *gdbarch, CORE_ADDR addr) argument
4723 set_gdbarch_dtrace_enable_probe(struct gdbarch *gdbarch, gdbarch_dtrace_enable_probe_ftype dtrace_enable_probe) argument
4730 gdbarch_dtrace_disable_probe_p(struct gdbarch *gdbarch) argument
4737 gdbarch_dtrace_disable_probe(struct gdbarch *gdbarch, CORE_ADDR addr) argument
4747 set_gdbarch_dtrace_disable_probe(struct gdbarch *gdbarch, gdbarch_dtrace_disable_probe_ftype dtrace_disable_probe) argument
4754 gdbarch_has_global_solist(struct gdbarch *gdbarch) argument
4764 set_gdbarch_has_global_solist(struct gdbarch *gdbarch, int has_global_solist) argument
4771 gdbarch_has_global_breakpoints(struct gdbarch *gdbarch) argument
4781 set_gdbarch_has_global_breakpoints(struct gdbarch *gdbarch, int has_global_breakpoints) argument
4788 gdbarch_has_shared_address_space(struct gdbarch *gdbarch) argument
4798 set_gdbarch_has_shared_address_space(struct gdbarch *gdbarch, gdbarch_has_shared_address_space_ftype has_shared_address_space) argument
4805 gdbarch_fast_tracepoint_valid_at(struct gdbarch *gdbarch, CORE_ADDR addr, std::string *msg) argument
4815 set_gdbarch_fast_tracepoint_valid_at(struct gdbarch *gdbarch, gdbarch_fast_tracepoint_valid_at_ftype fast_tracepoint_valid_at) argument
4822 gdbarch_guess_tracepoint_registers(struct gdbarch *gdbarch, struct regcache *regcache, CORE_ADDR addr) argument
4832 set_gdbarch_guess_tracepoint_registers(struct gdbarch *gdbarch, gdbarch_guess_tracepoint_registers_ftype guess_tracepoint_registers) argument
4839 gdbarch_auto_charset(struct gdbarch *gdbarch) argument
4849 set_gdbarch_auto_charset(struct gdbarch *gdbarch, gdbarch_auto_charset_ftype auto_charset) argument
4856 gdbarch_auto_wide_charset(struct gdbarch *gdbarch) argument
4866 set_gdbarch_auto_wide_charset(struct gdbarch *gdbarch, gdbarch_auto_wide_charset_ftype auto_wide_charset) argument
4873 gdbarch_solib_symbols_extension(struct gdbarch *gdbarch) argument
4883 set_gdbarch_solib_symbols_extension(struct gdbarch *gdbarch, const char * solib_symbols_extension) argument
4890 gdbarch_has_dos_based_file_system(struct gdbarch *gdbarch) argument
4900 set_gdbarch_has_dos_based_file_system(struct gdbarch *gdbarch, int has_dos_based_file_system) argument
4907 gdbarch_gen_return_address(struct gdbarch *gdbarch, struct agent_expr *ax, struct axs_value *value, CORE_ADDR scope) argument
4917 set_gdbarch_gen_return_address(struct gdbarch *gdbarch, gdbarch_gen_return_address_ftype gen_return_address) argument
4924 gdbarch_info_proc_p(struct gdbarch *gdbarch) argument
4931 gdbarch_info_proc(struct gdbarch *gdbarch, const char *args, enum info_proc_what what) argument
4941 set_gdbarch_info_proc(struct gdbarch *gdbarch, gdbarch_info_proc_ftype info_proc) argument
4948 gdbarch_core_info_proc_p(struct gdbarch *gdbarch) argument
4955 gdbarch_core_info_proc(struct gdbarch *gdbarch, const char *args, enum info_proc_what what) argument
4965 set_gdbarch_core_info_proc(struct gdbarch *gdbarch, gdbarch_core_info_proc_ftype core_info_proc) argument
4972 gdbarch_iterate_over_objfiles_in_search_order(struct gdbarch *gdbarch, iterate_over_objfiles_in_search_order_cb_ftype cb, struct objfile *current_objfile) argument
4982 set_gdbarch_iterate_over_objfiles_in_search_order(struct gdbarch *gdbarch, gdbarch_iterate_over_objfiles_in_search_order_ftype iterate_over_objfiles_in_search_order) argument
4989 gdbarch_ravenscar_ops(struct gdbarch *gdbarch) argument
4999 set_gdbarch_ravenscar_ops(struct gdbarch *gdbarch, struct ravenscar_arch_ops * ravenscar_ops) argument
5006 gdbarch_insn_is_call(struct gdbarch *gdbarch, CORE_ADDR addr) argument
5016 set_gdbarch_insn_is_call(struct gdbarch *gdbarch, gdbarch_insn_is_call_ftype insn_is_call) argument
5023 gdbarch_insn_is_ret(struct gdbarch *gdbarch, CORE_ADDR addr) argument
5033 set_gdbarch_insn_is_ret(struct gdbarch *gdbarch, gdbarch_insn_is_ret_ftype insn_is_ret) argument
5040 gdbarch_insn_is_jump(struct gdbarch *gdbarch, CORE_ADDR addr) argument
5050 set_gdbarch_insn_is_jump(struct gdbarch *gdbarch, gdbarch_insn_is_jump_ftype insn_is_jump) argument
5057 gdbarch_program_breakpoint_here_p(struct gdbarch *gdbarch, CORE_ADDR address) argument
5067 set_gdbarch_program_breakpoint_here_p(struct gdbarch *gdbarch, gdbarch_program_breakpoint_here_p_ftype program_breakpoint_here_p) argument
5074 gdbarch_auxv_parse_p(struct gdbarch *gdbarch) argument
5081 gdbarch_auxv_parse(struct gdbarch *gdbarch, const gdb_byte **readptr, const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) argument
5091 set_gdbarch_auxv_parse(struct gdbarch *gdbarch, gdbarch_auxv_parse_ftype auxv_parse) argument
5098 gdbarch_print_auxv_entry(struct gdbarch *gdbarch, struct ui_file *file, CORE_ADDR type, CORE_ADDR val) argument
5108 set_gdbarch_print_auxv_entry(struct gdbarch *gdbarch, gdbarch_print_auxv_entry_ftype print_auxv_entry) argument
5115 gdbarch_vsyscall_range(struct gdbarch *gdbarch, struct mem_range *range) argument
5125 set_gdbarch_vsyscall_range(struct gdbarch *gdbarch, gdbarch_vsyscall_range_ftype vsyscall_range) argument
5132 gdbarch_infcall_mmap(struct gdbarch *gdbarch, CORE_ADDR size, unsigned prot) argument
5142 set_gdbarch_infcall_mmap(struct gdbarch *gdbarch, gdbarch_infcall_mmap_ftype infcall_mmap) argument
5149 gdbarch_infcall_munmap(struct gdbarch *gdbarch, CORE_ADDR addr, CORE_ADDR size) argument
5159 set_gdbarch_infcall_munmap(struct gdbarch *gdbarch, gdbarch_infcall_munmap_ftype infcall_munmap) argument
5166 gdbarch_gcc_target_options(struct gdbarch *gdbarch) argument
5176 set_gdbarch_gcc_target_options(struct gdbarch *gdbarch, gdbarch_gcc_target_options_ftype gcc_target_options) argument
5183 gdbarch_gnu_triplet_regexp(struct gdbarch *gdbarch) argument
5193 set_gdbarch_gnu_triplet_regexp(struct gdbarch *gdbarch, gdbarch_gnu_triplet_regexp_ftype gnu_triplet_regexp) argument
5200 gdbarch_addressable_memory_unit_size(struct gdbarch *gdbarch) argument
5210 set_gdbarch_addressable_memory_unit_size(struct gdbarch *gdbarch, gdbarch_addressable_memory_unit_size_ftype addressable_memory_unit_size) argument
5217 gdbarch_disassembler_options_implicit(struct gdbarch *gdbarch) argument
5227 set_gdbarch_disassembler_options_implicit(struct gdbarch *gdbarch, const char * disassembler_options_implicit) argument
5234 gdbarch_disassembler_options(struct gdbarch *gdbarch) argument
5244 set_gdbarch_disassembler_options(struct gdbarch *gdbarch, char ** disassembler_options) argument
5251 gdbarch_valid_disassembler_options(struct gdbarch *gdbarch) argument
5261 set_gdbarch_valid_disassembler_options(struct gdbarch *gdbarch, const disasm_options_and_args_t * valid_disassembler_options) argument
5268 gdbarch_type_align(struct gdbarch *gdbarch, struct type *type) argument
5278 set_gdbarch_type_align(struct gdbarch *gdbarch, gdbarch_type_align_ftype type_align) argument
5285 gdbarch_get_pc_address_flags(struct gdbarch *gdbarch, frame_info_ptr frame, CORE_ADDR pc) argument
5295 set_gdbarch_get_pc_address_flags(struct gdbarch *gdbarch, gdbarch_get_pc_address_flags_ftype get_pc_address_flags) argument
5302 gdbarch_read_core_file_mappings(struct gdbarch *gdbarch, struct bfd *cbfd, read_core_file_mappings_pre_loop_ftype pre_loop_cb, read_core_file_mappings_loop_ftype loop_cb) argument
5312 set_gdbarch_read_core_file_mappings(struct gdbarch *gdbarch, gdbarch_read_core_file_mappings_ftype read_core_file_mappings) argument
[all...]

Completed in 479 milliseconds

1234567891011>>