luser / rust-gdb-remote-protocol

A Rust crate implementing the GDB Remote Serial Protocol
Apache License 2.0
33 stars 13 forks source link

support {z,Z} packets #12

Closed froydnj closed 6 years ago

froydnj commented 6 years ago

We can probably just ignore these by default in Handler, but we do need to parse them. Actually setting breakpoints in a running program is all sorts of fun.

froydnj commented 6 years ago

Whoops, this got fixed by #49.