AMD_DBGAPI
0.31.0
|
Opaque shared library handle. More...
#include <amd-dbgapi.h>
Data Fields | |
uint64_t | handle |
Opaque shared library handle.
Only unique within a single process.
The implementation of the library requests the client to notify it when a specific shared library is loaded and unloaded. This allows the library to set breakpoints within the shared library and access global variable data within it.
uint64_t amd_dbgapi_shared_library_id_t::handle |