#include "breakpoints.H"
#include "ac_gdb_interface.H"
#include "ac_resources.H"
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <signal.h>
Include dependency graph for ac_gdb.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | AC_GDB |
Defines | |
#define | BREAKPOINTS 200 |
#define | GDB_BUFFERSIZE 2048 |
#define | debug(x) |
This is just the header file. Look for documentation in ac_gdb.cpp or in the doxygen auto-generated files.
Gustavo Sverzut Barbieri <ra008849@ic.unicamp.br>
Joao Victor Andrade Neves <ra008951@ic.unicamp.br>
Rafael Dantas de Castro <ra009663@ic.unicamp.br>
Definition in file ac_gdb.H.