Function ckb_gdb_remote_protocol::process_packets_from
source · pub fn process_packets_from<R, W, H>(reader: R, writer: W, handler: H)
Expand description
Read gdbserver packets from reader
and call methods on handler
to handle them and write
responses to writer
.