|
GDB (API)
|
#include "defs.h"#include "gdb_stat.h"#include "gdb_string.h"#include "nto-tdep.h"#include "top.h"#include "inferior.h"#include "gdbarch.h"#include "bfd.h"#include "elf-bfd.h"#include "solib-svr4.h"#include "gdbcore.h"#include "objfiles.h"#include <string.h>Go to the source code of this file.
Defines | |
| #define | PATH_FMT "%s/lib:%s/usr/lib:%s/usr/photon/lib:%s/usr/photon/dll:%s/lib/dll" |
Functions | |
| int | nto_map_arch_to_cputype (const char *arch) |
| int | nto_find_and_open_solib (char *solib, unsigned o_flags, char **temp_pathname) |
| void | nto_init_solib_absolute_prefix (void) |
| char ** | nto_parse_redirection (char *pargv[], const char **pin, const char **pout, const char **perr) |
| void | nto_relocate_section_addresses (struct so_list *so, struct target_section *sec) |
| int | nto_in_dynsym_resolve_code (CORE_ADDR pc) |
| void | nto_dummy_supply_regset (struct regcache *regcache, char *regs) |
| enum gdb_osabi | nto_elf_osabi_sniffer (bfd *abfd) |
| char * | nto_extra_thread_info (struct thread_info *ti) |
| void | nto_initialize_signals (void) |
Variables | |
| struct nto_target_ops | current_nto_target |
| #define PATH_FMT "%s/lib:%s/usr/lib:%s/usr/photon/lib:%s/usr/photon/dll:%s/lib/dll" |
| void nto_dummy_supply_regset | ( | struct regcache * | regcache, |
| char * | regs | ||
| ) |
Definition at line 328 of file nto-tdep.c.
| enum gdb_osabi nto_elf_osabi_sniffer | ( | bfd * | abfd | ) |
Definition at line 334 of file nto-tdep.c.
| char* nto_extra_thread_info | ( | struct thread_info * | ti | ) |
Definition at line 367 of file nto-tdep.c.
| int nto_find_and_open_solib | ( | char * | solib, |
| unsigned | o_flags, | ||
| char ** | temp_pathname | ||
| ) |
Definition at line 87 of file nto-tdep.c.
Definition at line 320 of file nto-tdep.c.
| void nto_init_solib_absolute_prefix | ( | void | ) |
Definition at line 149 of file nto-tdep.c.
| void nto_initialize_signals | ( | void | ) |
Definition at line 376 of file nto-tdep.c.
| int nto_map_arch_to_cputype | ( | const char * | arch | ) |
Definition at line 71 of file nto-tdep.c.
| char** nto_parse_redirection | ( | char * | pargv[], |
| const char ** | pin, | ||
| const char ** | pout, | ||
| const char ** | perr | ||
| ) |
Definition at line 183 of file nto-tdep.c.
| void nto_relocate_section_addresses | ( | struct so_list * | so, |
| struct target_section * | sec | ||
| ) |
Definition at line 305 of file nto-tdep.c.
| struct nto_target_ops current_nto_target |
Definition at line 49 of file nto-tdep.c.
1.7.6.1