- add support for new gdb QStartNoAckMode, which disables sending of ack's between remote packets

git-svn-id: svn://svn.berlios.de/openocd/trunk@959 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-08-22 19:58:19 +00:00
parent 8abe4c57fa
commit 9f6857ae0b
2 changed files with 31 additions and 8 deletions

View File

@@ -39,6 +39,7 @@ typedef struct gdb_connection_s
image_t *vflash_image;
int closed;
int busy;
int noack_mode;
} gdb_connection_t;
typedef struct gdb_service_s