|
GDB (API)
|
#include "defs.h"#include "windows-tdep.h"#include "gdb_obstack.h"#include "xml-support.h"#include "gdbarch.h"#include "target.h"#include "value.h"#include "inferior.h"#include "command.h"#include "gdbcmd.h"#include "gdbthread.h"#include "objfiles.h"#include "symfile.h"#include "coff-pe-read.h"#include "gdb_bfd.h"#include "complaints.h"#include "solib.h"#include "solib-target.h"Go to the source code of this file.
Typedefs | |
| typedef struct thread_information_block_32 | thread_information_32 |
| typedef struct thread_information_block_64 | thread_information_64 |
Functions | |
| void | windows_xfer_shared_library (const char *so_name, CORE_ADDR load_addr, struct gdbarch *gdbarch, struct obstack *obstack) |
| void | init_w32_command_list (void) |
| void | windows_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) |
| void | _initialize_windows_tdep (void) |
Variables | |
| struct cmd_list_element * | info_w32_cmdlist |
| initialize_file_ftype | _initialize_windows_tdep |
| typedef struct thread_information_block_32 thread_information_32 |
| typedef struct thread_information_block_64 thread_information_64 |
| void _initialize_windows_tdep | ( | void | ) |
Definition at line 515 of file windows-tdep.c.
| void init_w32_command_list | ( | void | ) |
Definition at line 475 of file windows-tdep.c.
| void windows_init_abi | ( | struct gdbarch_info | info, |
| struct gdbarch * | gdbarch | ||
| ) |
Definition at line 490 of file windows-tdep.c.
| void windows_xfer_shared_library | ( | const char * | so_name, |
| CORE_ADDR | load_addr, | ||
| struct gdbarch * | gdbarch, | ||
| struct obstack * | obstack | ||
| ) |
Definition at line 392 of file windows-tdep.c.
| struct cmd_list_element* info_w32_cmdlist |
Definition at line 37 of file windows-tdep.c.
1.7.6.1