pub fn process_packets_from<R, W, H>(reader: R, writer: W, handler: H)where R: Read, W: Write, H: Handler,
Read gdbserver packets from reader and call methods on handler to handle them and write responses to writer.
reader
handler
writer