simulavr  1.1.0
gdb.h File Reference
#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.

Classes

class  GdbServerSocket
 Interface for server socket wrapper. More...
 
class  GdbServerSocketUnix
 Interface implementation for server socket wrapper on unix systems. More...
 
class  GdbServer
 GDB server instance to give the possibility to debug target by debugger. More...
 

Macros

#define MAX_BUF   400 /* Maximum size of read/write buffers. */
 
#define GDB_SIGHUP   1
 
#define GDB_SIGINT   2
 
#define GDB_SIGILL   4
 
#define GDB_SIGTRAP   5
 

Macro Definition Documentation

◆ GDB_SIGHUP

#define GDB_SIGHUP   1

Definition at line 46 of file gdb.h.

◆ GDB_SIGILL

#define GDB_SIGILL   4

Definition at line 48 of file gdb.h.

◆ GDB_SIGINT

#define GDB_SIGINT   2

Definition at line 47 of file gdb.h.

◆ GDB_SIGTRAP

#define GDB_SIGTRAP   5

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.