#gdb #protocols #serial #remote #io #following #org

gdb-protocol

An implementation of the GDB Remote Serial Protocol, following https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html

1 unstable release

0.1.0 Aug 19, 2019

#17 in #gdb

Download history 10/week @ 2024-01-01 31/week @ 2024-01-15 1/week @ 2024-01-29 2/week @ 2024-02-05 2/week @ 2024-02-12 24/week @ 2024-02-19 18/week @ 2024-02-26 13/week @ 2024-03-04 8/week @ 2024-03-11 33/week @ 2024-03-18

72 downloads per month

MIT license

26KB
416 lines

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.


lib.rs:

An implementation of the GDB Remote Serial Protocol, following https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html

Dependencies

~170–315KB