luser / rust-gdb-remote-protocol

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

Implement bc, bs packets #38

Open tromey opened 6 years ago

tromey commented 6 years ago

Perversely, the protocol requires bc and bs for reverse execution, rather than putting these into vCont where it would (IMNSHO) make more sense. So, if we want to support reverse execution commands, we'll need these plus Hc after all.