#debugging #gdb

gdbmi

(WIP) Interact with a GDB session through the GDB machine interface

2 releases

0.0.2 May 13, 2021
0.0.1 May 13, 2021

#1915 in Development tools

Download history 129/week @ 2024-03-10 125/week @ 2024-03-17 62/week @ 2024-03-24 130/week @ 2024-03-31 68/week @ 2024-04-07 43/week @ 2024-04-14 108/week @ 2024-04-21 157/week @ 2024-04-28 83/week @ 2024-05-05 84/week @ 2024-05-12 205/week @ 2024-05-19 43/week @ 2024-05-26 112/week @ 2024-06-02 55/week @ 2024-06-09 36/week @ 2024-06-16 94/week @ 2024-06-23

306 downloads per month

MIT license

91KB
2K SLoC

gdbmi

Crates.io MIT Licensed

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].

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