CUDBGEvent::cases_st::singleStepComplete_st

struct singleStepComplete_st

Information about a single step operation that has completed.

Public Members

uint64_t brokenDevicesMask

Device bitmask.

This mask has bits set for devices with any warps that hit a breakpoint during the step.

uint64_t context

Context that was stepping.

uint32_t dev

Device that was stepping.

uint64_t faultedDevicesMask

Device bitmask.

This mask has bits set for devices with any warps that hit an exception during the step.

uint64_t finalWarpMask

Warps that ended up being stepped (only contains warps from the original SM, other SMs could be stepped and are not reported)

uint64_t originalWarpMask

Warps that were requested to be stepped.

uint32_t sm

SM that was stepping.

CUDBGSingleStepType type

Which single step method has initiated stepping.