GDB (API)
|
#include "defs.h"
#include "main.h"
#include "serial.h"
#include "event-loop.h"
#include "gdb_assert.h"
#include "gdb_select.h"
#include "gdb_string.h"
#include "readline/readline.h"
#include <windows.h>
Go to the source code of this file.
Functions | |
char * | safe_strerror (int errnum) |
char * | windows_get_absolute_argv0 (const char *argv0) |
int | gdb_select (int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) |
void | gdb_call_async_signal_handler (struct async_signal_handler *handler, int immediate_p) |
void | _initialize_mingw_hdep (void) |
Variables | |
struct async_signal_handler * | sigint_handler |
initialize_file_ftype | _initialize_mingw_hdep |
void _initialize_mingw_hdep | ( | void | ) |
Definition at line 272 of file mingw-hdep.c.
void gdb_call_async_signal_handler | ( | struct async_signal_handler * | handler, |
int | immediate_p | ||
) |
Definition at line 255 of file mingw-hdep.c.
int gdb_select | ( | int | n, |
fd_set * | readfds, | ||
fd_set * | writefds, | ||
fd_set * | exceptfds, | ||
struct timeval * | timeout | ||
) |
Definition at line 105 of file mingw-hdep.c.
char* safe_strerror | ( | int | ) |
A host-specific version of strerror.
This is defined in *-hdep.c, e.g., posix-hdep.c.
Definition at line 50 of file mingw-hdep.c.
char* windows_get_absolute_argv0 | ( | const char * | argv0 | ) |
Definition at line 88 of file mingw-hdep.c.
struct async_signal_handler* sigint_handler |
Definition at line 38 of file mingw-hdep.c.