1 个不稳定版本
0.1.0 | 2019 年 8 月 19 日 |
---|
#18 在 #gdb
26KB
416 行
gdb-protocol
使用 Rust 实现的 GDB 远程串行协议 https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html
该库包含构建块,让您可以为协议创建自己的 I/O,例如 parser::Parser
,或使用高级的 GdbServer
结构,它使您能够轻松处理更简单、阻塞的 I/O。这种模块化允许完全的灵活性,同时仍然使最常见的使用案例简单。
该项目旨在为 Redox OS 创建一个 GDB 服务器。
lib.rs
:
遵循 https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html 的 GDB 远程串行协议的实现
依赖项
~170–310KB