search for: nbt03

Displaying 1 result from an estimated 1 matches for "nbt03".

Did you mean: bt03
2011 Jun 01
0
[LLVMdev] Question about debugging dwarf generated by LLVM
Say I have the following program and dwarf line number table. Program: kernel void nbt03( global uint *ip ) { size_t groupSize = get_local_size(0); for (int i=0; i < 256; ++i) { *ip += groupSize; } } Line Number Statements: Extended opcode 2: set Address to 0x38 Special opcode 6: advance Address by 0 to 0x38 and Line by 1 to 2 Set column to 40 Extended o...