gdb-protocol 0.1.0

An implementation of the GDB Remote Serial Protocol, following https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html
Documentation
  • Coverage
  • 30%
    12 out of 40 items documented7 out of 27 items with examples
  • Size
  • Source code size: 27.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.85 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jackpot51 jD91mZM2

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.