Initial kfd debugger address watch support

Code for new kfd debugger address watch code.
           -- Adding support for:
              -- add address watch
              -- clear address watch

Change-Id: I9b014e7cee03897157b997b9e5b39b6ed403b8e1
Signed-off-by: Philip.Cox@amd.com <Philip.Cox@amd.com>


[ROCm/ROCR-Runtime commit: 0a55f31463]
Cette révision appartient à :
Philip.Cox@amd.com
2020-04-01 13:39:26 -04:00
révisé par Philip Cox
Parent 164749264e
révision fc181bcdb1
5 fichiers modifiés avec 104 ajouts et 5 suppressions
+2
Voir le fichier
@@ -990,6 +990,7 @@ HSAKMT_STATUS
HSAKMTAPI
hsaKmtSetAddressWatch(
HSAuint32 NodeId, //IN
HSAuint32 Pid, //IN
HSA_DBG_WATCH_MODE WatchMode, //IN
void* WatchAddress, //IN
HSAuint64 WatchAddrMask, //IN
@@ -1013,6 +1014,7 @@ HSAKMT_STATUS
HSAKMTAPI
hsaKmtClearAddressWatch(
HSAuint32 NodeId, //IN
HSAuint32 Pid, //IN
HSAuint32 WatchId //IN
);