#gdb-debugging #gdb #interface

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

#1033 in Debugging

Download history 115/week @ 2024-12-15 24/week @ 2024-12-22 19/week @ 2024-12-29 42/week @ 2025-01-05 55/week @ 2025-01-12 154/week @ 2025-01-19 218/week @ 2025-01-26 184/week @ 2025-02-02 170/week @ 2025-02-09 97/week @ 2025-02-16 111/week @ 2025-02-23 180/week @ 2025-03-02 206/week @ 2025-03-09 257/week @ 2025-03-16 255/week @ 2025-03-23 104/week @ 2025-03-30

838 downloads per month

MIT license

91KB
2K SLoC

A client for GDB/MI, the GDB machine interface.

The main entrypoints are [Gdb] and GdbBuilder.

This crate requires a tokio runtime.


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

Dependencies

~8–17MB
~222K SLoC