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 à :
révisé par
Philip Cox
Parent
164749264e
révision
fc181bcdb1
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur