#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

#1995 in Development tools

Download history 102/week @ 2024-07-20 106/week @ 2024-07-27 84/week @ 2024-08-03 94/week @ 2024-08-10 129/week @ 2024-08-17 166/week @ 2024-08-24 65/week @ 2024-08-31 90/week @ 2024-09-07 109/week @ 2024-09-14 155/week @ 2024-09-21 327/week @ 2024-09-28 168/week @ 2024-10-05 129/week @ 2024-10-12 173/week @ 2024-10-19 144/week @ 2024-10-26 69/week @ 2024-11-02

547 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–17MB
~221K SLoC