]> git.sur5r.net Git - openocd/blobdiff - src/target/target.h
gdb_server: add per target option "-gdb-port"
[openocd] / src / target / target.h
index 51a5b6935792e99d7d82c3cdf9df35feed4ed07a..c3137a08c5dd5083dbb6ed5b60a081063d0ac263 100644 (file)
@@ -206,6 +206,8 @@ struct target {
        /* file-I/O information for host to do syscall */
        struct gdb_fileio_info *fileio_info;
 
+       char *gdb_port_override;                        /* target-specific override for gdb_port */
+
        /* The semihosting information, extracted from the target. */
        struct semihosting *semihosting;
 };