Expand description
The core GdbStub
type, used to drive a GDB debugging session for a
particular Target
over a given Connection
.
Modules
- Types and traits related to the
GdbStub::run_blocking
interface. - Low-level state-machine interface that underpins
GdbStub
.
Structs
- Debug a
Target
using the GDB Remote Serial Protocol over a givenConnection
. - Helper to construct and customize
GdbStub
.
Enums
- Describes why a thread stopped.
- Describes why the GDB session ended.
- An error which may occur when building a
GdbStub
. - An error which may occur during a GDB debugging session.
Traits
- A marker trait implemented by
SingleThreadStopReason
andMultiThreadStopReason
.
Type Definitions
- A stop reason for a multi threaded target.
- A stop reason for a single threaded target.