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

3.8. CUDBGEvent::cases_st::elfImageLoaded_st Struct Reference

Public Variables

uint64_t  context
context of the kernel.
uint32_t  dev
device index of the kernel.
uint64_t  module
module of the kernel.
char * nonRelocatedElfImage
pointer to the non-relocated ELF image for a CUDA source module.
char * relocatedElfImage
pointer to the relocated ELF image for a CUDA source module.
uint64_t  size
size of the ELF image (64-bit).
uint32_t  size32
size of the ELF image (32-bit).

Variables

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

context of the kernel.

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

device index of the kernel.

uint64_t CUDBGEvent::​cases_st::​elfImageLoaded_st::module [inherited]

module of the kernel.

char * CUDBGEvent::​cases_st::​elfImageLoaded_st::nonRelocatedElfImage [inherited]

pointer to the non-relocated ELF image for a CUDA source module.

char * CUDBGEvent::​cases_st::​elfImageLoaded_st::relocatedElfImage [inherited]

pointer to the relocated ELF image for a CUDA source module.

uint64_t CUDBGEvent::​cases_st::​elfImageLoaded_st::size [inherited]

size of the ELF image (64-bit).

uint32_t CUDBGEvent::​cases_st::​elfImageLoaded_st::size32 [inherited]

size of the ELF image (32-bit).


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