X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.h;fp=src%2Ftarget%2Ftarget.h;h=7a8a80f30438eaff7cffd81d68b16e3c384fe15c;hp=0ce4a137add309953fe169283bbb6edeb4048dd2;hb=37deb37593c20c05a4bb29e1d88671a1f7ec6548;hpb=f035b0851bbc6a9ccc2b20128ae2e4d3abd9ba38 diff --git a/src/target/target.h b/src/target/target.h index 0ce4a137ad..7a8a80f304 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -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 */