gdb-protocol

Crates.iogdb-protocol
lib.rsgdb-protocol
version0.1.0
sourcesrc
created_at2019-08-19 12:54:54.648024
updated_at2019-08-19 12:54:54.648024
descriptionAn implementation of the GDB Remote Serial Protocol, following https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html
homepage
repositoryhttps://gitlab.redox-os.org/redox-os/gdb-protocol
max_upload_size
id158089
size27,261
Jeremy Soller (jackpot51)

documentation

README

gdb-protocol

An implementation of the GDB Remote Serial Protocol, in rust.

The library consists of building blocks that let you make your own I/O for the protocol, such as parser::Parser, or use the high-level GdbServer structure which lets you easily work on more simple, blocking I/O. This modularity allows for full flexibility, while still leaving the most common use-cases simple.

The project was created to allow creating a GDB server for Redox OS.

Commit count: 0

cargo fmt