kfdtest: add hit trap event test

Check that a jump to trap event can be picked up by the debugger.

Signed-off-by: Jonathan Kim <jonathan.kim@amd.com>
Change-Id: Iad5f87092f2b82d5018013bba548979122a9bd02
This commit is contained in:
Jonathan Kim
2022-04-25 11:19:09 -04:00
committed by Jonathan Kim
parent 97fc25bb8d
commit b77189cf83
3 changed files with 157 additions and 0 deletions
+4
View File
@@ -62,4 +62,8 @@ extern const char *ReadMemoryIsa;
extern const char *GwsInitIsa;
extern const char *GwsAtomicIncreaseIsa;
/* HitTrapEvent */
extern const char *jump_to_trap_gfx;
extern const char *trap_handler_gfx;
#endif // _SHADERSTORE_H_