GDB (xrefs)
|
#include "defs.h"
#include "main.h"
#include "serial.h"
#include "event-loop.h"
#include "gdb_select.h"
#include "readline/readline.h"
#include <windows.h>
Go to the source code of this file.
Functions | |
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 | |
static HANDLE | sigint_event |
struct async_signal_handler * | sigint_handler |
initialize_file_ftype | _initialize_mingw_hdep |
void _initialize_mingw_hdep | ( | void | ) |
Definition at line 226 of file mingw-hdep.c.
References sigint_event.
void gdb_call_async_signal_handler | ( | struct async_signal_handler * | handler, |
int | immediate_p | ||
) |
Definition at line 209 of file mingw-hdep.c.
References mark_async_signal_handler(), and sigint_event.
int gdb_select | ( | int | n, |
fd_set * | readfds, | ||
fd_set * | writefds, | ||
fd_set * | exceptfds, | ||
struct timeval * | timeout | ||
) |
Definition at line 59 of file mingw-hdep.c.
References call_async_signal_handler(), serial::fd, gdb_assert, read(), serial_for_fd(), and sigint_event.
char* windows_get_absolute_argv0 | ( | const char * | argv0 | ) |
Definition at line 42 of file mingw-hdep.c.
Referenced by captured_main().
initialize_file_ftype _initialize_mingw_hdep |
|
static |
Definition at line 32 of file mingw-hdep.c.
Referenced by _initialize_mingw_hdep(), gdb_call_async_signal_handler(), and gdb_select().
struct async_signal_handler* sigint_handler |
Definition at line 36 of file mingw-hdep.c.