Debugger API (PDF) - CUDA Toolkit v5.5 (older) - Last updated May 11, 2013 - Send Feedback

3.12. CUDBGEventCallbackData Struct Reference

[Events]

Event information passed to callback set with setNotifyNewEventCallback function.

Public Variables

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.

Variables

uint32_t CUDBGEventCallbackData::tid [inherited]

Host thread id of the context generating the event. Zero if not available.

uint32_t CUDBGEventCallbackData::timeout [inherited]

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.


Debugger API (PDF) - CUDA Toolkit v5.5 (older) - Last updated May 11, 2013 - Send Feedback