#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

#2292 in Development tools

Download history 163/week @ 2024-11-15 126/week @ 2024-11-22 108/week @ 2024-11-29 162/week @ 2024-12-06 132/week @ 2024-12-13 43/week @ 2024-12-20 23/week @ 2024-12-27 44/week @ 2025-01-03 40/week @ 2025-01-10 125/week @ 2025-01-17 230/week @ 2025-01-24 197/week @ 2025-01-31 120/week @ 2025-02-07 147/week @ 2025-02-14 109/week @ 2025-02-21 130/week @ 2025-02-28

530 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

~9–18MB
~245K SLoC