4.25. CUDBGEvent::cases_st::singleStepComplete_st Struct Reference

Public Variables

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.

Variables

uint64_t CUDBGEvent::​cases_st::​singleStepComplete_st::brokenDevicesMask [inherited]

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

uint64_t CUDBGEvent::​cases_st::​singleStepComplete_st::context [inherited]

Context that was stepping.

uint32_t CUDBGEvent::​cases_st::​singleStepComplete_st::dev [inherited]

Device that was stepping.

uint64_t CUDBGEvent::​cases_st::​singleStepComplete_st::faultedDevicesMask [inherited]

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

uint64_t CUDBGEvent::​cases_st::​singleStepComplete_st::finalWarpMask [inherited]

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

uint64_t CUDBGEvent::​cases_st::​singleStepComplete_st::originalWarpMask [inherited]

Warps that were requested to be stepped.

uint32_t CUDBGEvent::​cases_st::​singleStepComplete_st::sm [inherited]

SM that was stepping.

CUDBGSingleStepTypeCUDBGEvent::​cases_st::​singleStepComplete_st::type [inherited]

Which single step method has initiated stepping.