Module gdbstub::stub::run_blocking
source · Expand description
Types and traits related to the GdbStub::run_blocking
interface.
Enums
- Returned by the
wait_for_stop_reason
closure inGdbStub::run_blocking
- Error value returned by the
wait_for_stop_reason
closure inGdbStub::run_blocking
Traits
- A set of user-provided methods required to run a GDB debugging session using the
GdbStub::run_blocking
method.