- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user