#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <vector>
#include "config.h"
#include "avrdevice.h"
#include "types.h"
#include "simulationmember.h"
Go to the source code of this file.
◆ GDB_SIGHUP
Definition at line 46 of file gdb.h.
◆ GDB_SIGILL
Definition at line 48 of file gdb.h.
◆ GDB_SIGINT
Definition at line 47 of file gdb.h.
◆ GDB_SIGTRAP
Definition at line 49 of file gdb.h.
◆ MAX_BUF
#define MAX_BUF 400 /* Maximum size of read/write buffers. */ |
Definition at line 42 of file gdb.h.