#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

#1694 in Development tools

Download history 5/week @ 2023-12-22 31/week @ 2023-12-29 22/week @ 2024-01-05 25/week @ 2024-01-12 74/week @ 2024-01-19 77/week @ 2024-01-26 70/week @ 2024-02-02 81/week @ 2024-02-09 80/week @ 2024-02-16 87/week @ 2024-02-23 112/week @ 2024-03-01 115/week @ 2024-03-08 148/week @ 2024-03-15 73/week @ 2024-03-22 99/week @ 2024-03-29 74/week @ 2024-04-05

418 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–19MB
~234K SLoC