GDB (API)
|
#include "defs.h"
#include "serial.h"
#include "ser-base.h"
#include "ser-unix.h"
#include "gdb_vfork.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <fcntl.h>
#include "gdb_string.h"
#include "filestuff.h"
#include <signal.h>
Go to the source code of this file.
Defines | |
#define | PIPE_CLOSE_TIMEOUT 5 |
#define | SIGTERM_TIMEOUT INT_MAX |
Functions | |
void | _initialize_ser_pipe (void) |
int | gdb_pipe (int pdes[2]) |
#define PIPE_CLOSE_TIMEOUT 5 |
#define SIGTERM_TIMEOUT INT_MAX |
void _initialize_ser_pipe | ( | void | ) |
Definition at line 192 of file ser-pipe.c.