AMD_DBGAPI
0.70.1
|
Opaque breakpoint handle. More...
#include <amd-dbgapi.h>
Data Fields | |
uint64_t | handle |
Opaque breakpoint handle.
The implementation of the library requests the client to insert breakpoints in certain functions so that it can be notified when certain actions are being performed, and to stop the thread performing the action. This allows the data to be retrieved and updated without conflicting with the thread. The library will resume the thread when it has completed the access.
Globally unique for a single library instance.
uint64_t amd_dbgapi_breakpoint_id_t::handle |