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 host i/o packets #29

Open tromey opened 6 years ago

tromey commented 6 years ago

The host I/O packets (vFile:...) are used by gdb to get files from the remote. This is attempted by default because now the sysroot defaults to target:.

froydnj commented 6 years ago

I have a framework for this, even if I haven't figured out how to make host file operations customizable yet.