17 #ifndef OPENOCD_SERVER_GDB_SERVER_H 
   18 #define OPENOCD_SERVER_GDB_SERVER_H 
   25 #define GDB_BUFFER_SIZE 16384 
   41 #define ERROR_GDB_BUFFER_TOO_SMALL (-800) 
   42 #define ERROR_GDB_TIMEOUT (-801) 
uint64_t buffer
Pointer to data buffer to send over SPI.
int gdb_register_commands(struct command_context *command_context)
int gdb_put_packet(struct connection *connection, const char *buffer, int len)
int gdb_target_add_all(struct target *target)
int gdb_get_actual_connections(void)
void gdb_service_free(void)
static struct target * get_target_from_connection(struct connection *connection)