search for: __local_depot

Displaying 3 results from an estimated 3 matches for "__local_depot".

2017 Nov 06
5
RFC: Debug info for Cuda
...he sections sizes should be calculated explicitly. d) Debug info must point to the sections, not to labels inside these sections. “.b32 .debug_abbrevs” e) Sections itself must be enclosed into braces “.section .debug_info {…}” f) Frame info is non-register based Based on function local “__local_depot” array, that represents the stack frame. g) All variables must have non-standard DW_AT_address_class attribute so the debuger had the info about address class of the variable - global or local. DWARF standard does support this attribute, but it can be appiled to pointer/reference types only, not va...
2017 Nov 06
2
Debug info for Cuda
....debug_abbrevs” > Offhand for DWARF-2 I can't think of a reference that couldn't be done > this way. > >> e) Sections itself must be enclosed into braces >>     “.section .debug_info {…}” >> f) Frame info is non-register based >>     Based on function local “__local_depot” array, that represents the >> stack frame. >> g) All variables must have non-standard DW_AT_address_class attribute >> so the debuger had the info about address class of the variable - >> global or local. DWARF standard does support this attribute, but it can >> be ap...
2017 Nov 08
2
Debug info for Cuda
....debug_abbrevs” > Offhand for DWARF-2 I can't think of a reference that couldn't be done > this way. > >> e) Sections itself must be enclosed into braces >> “.section .debug_info {…}” >> f) Frame info is non-register based >> Based on function local “__local_depot” array, that represents the >> stack frame. >> g) All variables must have non-standard DW_AT_address_class attribute >> so the debuger had the info about address class of the variable - >> global or local. DWARF standard does support this attribute, but it can >> be ap...