Frantisek Hrbata 8e811c1bf2 tools: fix hints processing in interactive mode
Currently hints are processed only once the process is finished and
exits with non-error exit code. In interactive mode, e.g. for monitor,
we want to process ouput lines for hints right away.

This adds a simple buffer, which keeps the last line and once EOL is
reached, it is processed for hints.

Since the original hints processing was file based, a new helper
function was added to allow processing hints in string.

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-05-17 13:27:13 +02:00
..
2022-08-01 15:52:21 +08:00
2022-08-25 15:28:10 +02:00
2022-10-26 10:49:30 +05:30
2022-05-19 11:10:59 +08:00
2022-08-12 15:36:11 +02:00