diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2020-05-29 12:00:35 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2020-06-06 18:04:14 +0100 |
commit | 1fa66d3633862d824420fb90b5b63e41e415d70e (patch) | |
tree | 5b2b3f2239184219eae5fad97e5e3a496521eac5 /BUGS | |
parent | ffc1ca4b91757911c53d5dc86cae55eb00d858d5 (diff) | |
download | riscv-openocd-1fa66d3633862d824420fb90b5b63e41e415d70e.zip riscv-openocd-1fa66d3633862d824420fb90b5b63e41e415d70e.tar.gz riscv-openocd-1fa66d3633862d824420fb90b5b63e41e415d70e.tar.bz2 |
log: fix kept_alive() and report expired timeout
The kept_alive() function is called to inform the keep-alive code
that a keep-alive as been just kicked through some other path.
But kept_alive() erroneously resets the timeout counter without
checking if it has already expired, thus masking a potential
timeout.
Check if timeout counter has expired during kept_alive().
While there, put the timeout values in macros and explicit the
units in the timeout messages.
Change-Id: Iaf6368b44e5b5352b1cc4e7efbb2368575dcfa08
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5705
Reviewed-by: <jonatan_zeidler@gmx.de>
Tested-by: jenkins
Diffstat (limited to 'BUGS')
0 files changed, 0 insertions, 0 deletions