GDB (API)
|
#include "defs.h"
#include "serial.h"
#include "ser-base.h"
#include "ser-tcp.h"
#include <windows.h>
#include <conio.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include "gdb_assert.h"
#include "gdb_string.h"
#include "command.h"
Go to the source code of this file.
Defines | |
#define | CancelIo dyn_CancelIo |
Typedefs | |
typedef DWORD WINAPI(* | thread_fn_type )(void *) |
Enumerations | |
enum | select_thread_state { STS_STARTED, STS_STOPPED } |
Functions | |
void | _initialize_ser_windows (void) |
int | gdb_pipe (int pdes[2]) |
#define CancelIo dyn_CancelIo |
Definition at line 49 of file ser-mingw.c.
typedef DWORD WINAPI(* thread_fn_type)(void *) |
Definition at line 427 of file ser-mingw.c.
enum select_thread_state |
Definition at line 364 of file ser-mingw.c.
void _initialize_ser_windows | ( | void | ) |
Definition at line 1214 of file ser-mingw.c.
Definition at line 1035 of file ser-mingw.c.