Crate gdbmi[][src]

Expand description

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

The main entrypoints are Gdb and GdbBuilder.

This crate requires a tokio runtime.

Modules

address
breakpoint
checkpoint
frame
parser
raw
status
symbol
variable

Structs

Gdb
GdbBuilder
GdbError

Received error from gdb. Code: {code:?}, msg: {msg:?}

TimeoutError

Timed out waiting for a message

Enums

Error
ParseHexError