luser / rust-gdb-remote-protocol

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

Handlers follow ups #21

Closed tromey closed 6 years ago

tromey commented 6 years ago

Here are the follow-ups we discussed in the earlier PR.

tromey commented 6 years ago

I should probably add some tests to this.

tromey commented 6 years ago

Trying it against gdb reveals some issues.

tromey commented 6 years ago

Aha, it now checksums the $ and the checksum (lol) which is wrong.

tromey commented 6 years ago

I made the changes and tacked on a couple more things. Now gdb can attach and get through several commands before having problems.