gdb_server: allow multiple GDB connections to selected targets
[fw/openocd] / src / target / target.h
index 9589b535ad2a9d6500090917e830600c9baf9c79..ee0bdfb658b208ab465a18d710156e84a61b990d 100644 (file)
@@ -211,6 +211,8 @@ struct target {
 
        char *gdb_port_override;                        /* target-specific override for gdb_port */
 
+       int gdb_max_connections;                        /* max number of simultaneous gdb connections */
+
        /* The semihosting information, extracted from the target. */
        struct semihosting *semihosting;
 };