mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
Single-stepping threads is based on resume() and THREAD_STOPPED events To speed up single-stepping, stopped threads must be discovered immediately after resume() is called. This change is adding ATT scan and event generation in resume() Related-To: NEO-7750 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>