An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/luser/rust-gdb-remote-protocol.svg?branch=master)](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.