2 releases
0.0.2 | May 13, 2021 |
---|---|
0.0.1 | May 13, 2021 |
#1915 in Development tools
306 downloads per month
91KB
2K
SLoC
gdbmi
Interact with a GDB session through the GDB machine interface
The parser is ported from pygdbmi, written by Chad Smith, which [is also MIT licensed][pygdbmi-license].
lib.rs
:
A client for GDB/MI, the GDB machine interface.
The main entrypoints are [Gdb
] and GdbBuilder
.
This crate requires a tokio runtime.
Dependencies
~8–20MB
~238K SLoC