https://github.com/luser/rust-gdb-remote-protocol
A Rust crate implementing the GDB Remote Serial Protocol
https://github.com/luser/rust-gdb-remote-protocol
Last synced: over 1 year ago
JSON representation
A Rust crate implementing the GDB Remote Serial Protocol
- Host: GitHub
- URL: https://github.com/luser/rust-gdb-remote-protocol
- Owner: luser
- License: apache-2.0
- Created: 2017-09-10T22:54:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T16:49:02.000Z (over 5 years ago)
- Last Synced: 2025-03-18T05:51:15.190Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 147 KB
- Stars: 34
- Watchers: 7
- Forks: 13
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](https://travis-ci.org/luser/rust-gdb-remote-protocol)
Work-in-progress Rust implementation of the [GDB remote protocol](https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html).
## License
Licensed under either of
* Apache License, Version 2.0 ([`LICENSE-APACHE`](./LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([`LICENSE-MIT`](./LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.