Module run_blocking

Module run_blocking 

Source
Expand description

Types and traits related to the GdbStub::run_blocking interface.

Enums§

Event
Returned by the wait_for_stop_reason closure in GdbStub::run_blocking
WaitForStopReasonError
Error value returned by the wait_for_stop_reason closure in GdbStub::run_blocking

Traits§

BlockingEventLoop
A set of user-provided methods required to run a GDB debugging session using the GdbStub::run_blocking method.