GDB (xrefs)
|
Go to the source code of this file.
Functions | |
void | init_w32_command_list (void) |
void | windows_xfer_shared_library (const char *so_name, CORE_ADDR load_addr, CORE_ADDR *text_offset_cached, struct gdbarch *gdbarch, struct obstack *obstack) |
ULONGEST | windows_core_xfer_shared_libraries (struct gdbarch *gdbarch, gdb_byte *readbuf, ULONGEST offset, ULONGEST len) |
std::string | windows_core_pid_to_str (struct gdbarch *gdbarch, ptid_t ptid) |
void | windows_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) |
void | cygwin_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) |
bool | is_linked_with_cygwin_dll (bfd *abfd) |
Variables | |
struct cmd_list_element * | info_w32_cmdlist |
void cygwin_init_abi | ( | struct gdbarch_info | info, |
struct gdbarch * | gdbarch | ||
) |
Definition at line 950 of file windows-tdep.c.
References cygwin_gdb_signal_to_target(), set_gdbarch_gdb_signal_to_target(), and windows_init_abi_common().
Referenced by amd64_cygwin_init_abi(), and i386_cygwin_init_abi().
void init_w32_command_list | ( | void | ) |
Definition at line 600 of file windows-tdep.c.
References add_basic_prefix_cmd(), class_info, info_w32_cmdlist, infolist, and w32_prefix_command_valid.
Referenced by _initialize_windows_nat(), and _initialize_windows_tdep().
bool is_linked_with_cygwin_dll | ( | bfd * | abfd | ) |
Definition at line 983 of file windows-tdep.c.
References CYGWIN_DLL_NAME, gdb_bfd_get_full_section_contents(), name, and pe_import_directory_entry::name_rva.
Referenced by amd64_windows_osabi_sniffer(), and i386_windows_osabi_sniffer().
std::string windows_core_pid_to_str | ( | struct gdbarch * | gdbarch, |
ptid_t | ptid | ||
) |
Definition at line 1184 of file windows-tdep.c.
References normal_pid_to_str().
Referenced by amd64_windows_init_abi_common(), and i386_windows_init_abi_common().
ULONGEST windows_core_xfer_shared_libraries | ( | struct gdbarch * | gdbarch, |
gdb_byte * | readbuf, | ||
ULONGEST | offset, | ||
ULONGEST | len | ||
) |
Definition at line 1152 of file windows-tdep.c.
References core_bfd, core_process_module_section(), cpms_data::gdbarch, and cpms_data::obstack.
Referenced by amd64_windows_init_abi_common(), and i386_windows_init_abi_common().
void windows_init_abi | ( | struct gdbarch_info | info, |
struct gdbarch * | gdbarch | ||
) |
Definition at line 941 of file windows-tdep.c.
References set_gdbarch_gdb_signal_to_target(), windows_gdb_signal_to_target(), and windows_init_abi_common().
Referenced by amd64_windows_init_abi(), arm_wince_init_abi(), and i386_windows_init_abi().
void windows_xfer_shared_library | ( | const char * | so_name, |
CORE_ADDR | load_addr, | ||
CORE_ADDR * | text_offset_cached, | ||
struct gdbarch * | gdbarch, | ||
struct obstack * | obstack | ||
) |
Definition at line 526 of file windows-tdep.c.
References gdb_bfd_open(), gnutarget, paddress(), and pe_text_section_offset().
Referenced by core_process_module_section(), and windows_xfer_shared_libraries().
|
extern |
Definition at line 111 of file windows-tdep.c.
Referenced by _initialize_windows_nat(), _initialize_windows_tdep(), and init_w32_command_list().