mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: Move common debugger methods out of prelim directory
Related-To: NEO-9668 Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
82c5891a92
commit
d69bb8ac15
@@ -87,6 +87,9 @@ struct DebugSessionLinuxXe : DebugSessionLinux {
|
||||
uint32_t xeDebuggerVersion = 0;
|
||||
|
||||
protected:
|
||||
int threadControl(const std::vector<EuThread::ThreadId> &threads, uint32_t tile, ThreadControlCmd threadCmd, std::unique_ptr<uint8_t[]> &bitmask, size_t &bitmaskSize) override {
|
||||
return -1;
|
||||
}
|
||||
void startAsyncThread() override;
|
||||
static void *asyncThreadFunction(void *arg);
|
||||
void handleEventsAsync();
|
||||
|
||||
Reference in New Issue
Block a user