Skip to content

master.6b1070c

Compare
Choose a tag to compare
@monty-bot monty-bot released this 20 Apr 15:20
Fixed output buffering in AbstractServer.

A pass-by-value bug was causing output chunks to be dropped if they
did not contain a line feed.

This fix also fixes an intermittent bug with pyOCD integration where
the line containing "GDB server started" was dropped.