4.12. CUDBGEventCallbackData 结构体参考
[事件]
公共变量
- uint32_t tid
- Host thread id of the context generating the event. Zero if not available.
- uint32_t timeout
- A boolean notifying the debugger that the debug API timed while waiting for a reponse from the debugger to a previous event. It is up to the debugger to decide what to do in response to a timeout.
变量
- uint32_t CUDBGEventCallbackData::tid [inherited]
-
生成事件的上下文的主线程ID。如果不可用则为零。
- uint32_t CUDBGEventCallbackData::timeout [inherited]
-
一个布尔值,用于通知调试器在等待调试器对先前事件的响应时调试API超时。 调试器需要自行决定如何处理超时情况。