Expand description
Types and traits related to the GdbStub::run_blocking interface.
Enums§
- Event
- Returned by the
wait_for_stop_reasonclosure inGdbStub::run_blocking - Wait
ForStop Reason Error - Error value returned by the
wait_for_stop_reasonclosure inGdbStub::run_blocking
Traits§
- Blocking
Event Loop - A set of user-provided methods required to run a GDB debugging session
using the
GdbStub::run_blockingmethod.