]> git.sur5r.net Git - openocd/blobdiff - src/target/target.h
target: fix display halt message logic
[openocd] / src / target / target.h
index 0ce4a137add309953fe169283bbb6edeb4048dd2..7a8a80f30438eaff7cffd81d68b16e3c384fe15c 100644 (file)
@@ -176,7 +176,7 @@ struct target {
        void *private_config;                           /* pointer to target specific config data (for jim_configure hook) */
        struct target *next;                            /* next target in list */
 
-       int display;                                            /* display async info in telnet session. Do not display
+       bool verbose_halt_msg;                          /* display async info in telnet session. Do not display
                                                                                 * lots of halted/resumed info when stepping in debugger. */
        bool halt_issued;                                       /* did we transition to halted state? */
        int64_t halt_issued_time;                       /* Note time when halt was issued */