GDB (API)
Defines | Typedefs | Enumerations | Functions
/home/stan/gdb/src/gdb/ser-mingw.c File Reference
#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 Documentation

#define CancelIo   dyn_CancelIo

Definition at line 49 of file ser-mingw.c.


Typedef Documentation

typedef DWORD WINAPI(* thread_fn_type)(void *)

Definition at line 427 of file ser-mingw.c.


Enumeration Type Documentation

Enumerator:
STS_STARTED 
STS_STOPPED 

Definition at line 364 of file ser-mingw.c.


Function Documentation

void _initialize_ser_windows ( void  )

Definition at line 1214 of file ser-mingw.c.

int gdb_pipe ( int  pdes[2])

Definition at line 1035 of file ser-mingw.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines