GDB (xrefs)
|
Go to the source code of this file.
#define nto_cpuinfo_flags (current_nto_target.cpuinfo_flags) |
Definition at line 79 of file nto-tdep.h.
Referenced by _initialize_procfs(), i386nto_register_area(), i386nto_regset_fill(), and i386nto_supply_fpregset().
#define nto_cpuinfo_valid (current_nto_target.cpuinfo_valid) |
Definition at line 81 of file nto-tdep.h.
Referenced by _initialize_procfs(), i386nto_register_area(), i386nto_regset_fill(), and i386nto_supply_fpregset().
#define nto_fetch_link_map_offsets (current_nto_target.fetch_link_map_offsets) |
Definition at line 97 of file nto-tdep.h.
Referenced by init_i386nto_ops(), and lm_addr().
#define nto_is_nto_target (current_nto_target.is_nto_target) |
Definition at line 100 of file nto-tdep.h.
Referenced by _initialize_procfs(), nto_elf_osabi_sniffer(), and procfs_open().
#define nto_register_area (current_nto_target.register_area) |
Definition at line 93 of file nto-tdep.h.
Referenced by init_i386nto_ops(), and procfs_store_registers().
#define nto_regset_fill (current_nto_target.regset_fill) |
Definition at line 95 of file nto-tdep.h.
Referenced by init_i386nto_ops(), and procfs_store_registers().
#define nto_regset_id (current_nto_target.regset_id) |
Definition at line 83 of file nto-tdep.h.
Referenced by init_i386nto_ops(), and procfs_store_registers().
#define nto_supply_altregset (current_nto_target.supply_altregset) |
Definition at line 89 of file nto-tdep.h.
Referenced by init_i386nto_ops(), and procfs_fetch_registers().
Definition at line 87 of file nto-tdep.h.
Referenced by init_i386nto_ops(), and procfs_fetch_registers().
Definition at line 85 of file nto-tdep.h.
Referenced by init_i386nto_ops(), and procfs_fetch_registers().
#define nto_supply_regset (current_nto_target.supply_regset) |
Definition at line 91 of file nto-tdep.h.
Referenced by init_i386nto_ops().
typedef struct _debug_regs nto_regset_t |
typedef char qnx_reg64[8] |
Definition at line 130 of file nto-tdep.h.
anonymous enum |
CPUTYPE_X86 | |
CPUTYPE_PPC | |
CPUTYPE_MIPS | |
CPUTYPE_SPARE | |
CPUTYPE_ARM | |
CPUTYPE_SH | |
CPUTYPE_UNKNOWN |
Definition at line 103 of file nto-tdep.h.
anonymous enum |
Definition at line 114 of file nto-tdep.h.
anonymous enum |
Definition at line 121 of file nto-tdep.h.
void nto_dummy_supply_regset | ( | struct regcache * | regcache, |
char * | regs | ||
) |
Definition at line 328 of file nto-tdep.c.
Referenced by init_i386nto_ops().
enum gdb_osabi nto_elf_osabi_sniffer | ( | bfd * | abfd | ) |
Definition at line 334 of file nto-tdep.c.
References GDB_OSABI_UNKNOWN, and nto_is_nto_target.
Referenced by _initialize_i386nto_tdep().
char* nto_extra_thread_info | ( | struct thread_info * | ) |
Definition at line 367 of file nto-tdep.c.
References nto_thread_state_str, thread_info::private, and private_thread_info::state.
Referenced by init_procfs_ops().
int nto_find_and_open_solib | ( | char * | , |
unsigned | , | ||
char ** | |||
) |
Definition at line 87 of file nto-tdep.c.
References gdb_realpath(), gdbarch_bfd_arch_info(), gdbarch_byte_order(), len, nto_target(), openp(), OPF_RETURN_REALPATH, OPF_TRY_CWD_FIRST, PATH_FMT, target_gdbarch(), and xsnprintf().
Referenced by i386nto_init_abi().
Definition at line 320 of file nto-tdep.c.
References in_plt_section().
Referenced by i386nto_init_abi().
void nto_init_solib_absolute_prefix | ( | void | ) |
Definition at line 149 of file nto-tdep.c.
References execute_command(), gdbarch_bfd_arch_info(), gdbarch_byte_order(), nto_target(), target_gdbarch(), and xsnprintf().
Referenced by do_attach().
void nto_initialize_signals | ( | void | ) |
Definition at line 376 of file nto-tdep.c.
References gdb_signal_from_name(), signal_pass_update(), signal_print_update(), and signal_stop_update().
Referenced by i386nto_init_abi().
int nto_map_arch_to_cputype | ( | const char * | ) |
Definition at line 71 of file nto-tdep.c.
References CPUTYPE_ARM, CPUTYPE_MIPS, CPUTYPE_PPC, CPUTYPE_SH, CPUTYPE_UNKNOWN, and CPUTYPE_X86.
Referenced by procfs_open().
char** nto_parse_redirection | ( | char * | start_argv[], |
const char ** | in, | ||
const char ** | out, | ||
const char ** | err | ||
) |
Definition at line 183 of file nto-tdep.c.
Referenced by procfs_create_inferior().
void nto_relocate_section_addresses | ( | struct so_list * | , |
struct target_section * | |||
) |
Definition at line 305 of file nto-tdep.c.
References target_section::addr, target_section::endaddr, find_load_phdr(), lm_addr(), nto_truncate_ptr(), and target_section::the_bfd_section.
Referenced by i386nto_init_abi().
struct nto_target_ops current_nto_target |
Definition at line 49 of file nto-tdep.c.