search for: dw_lne_end_sequ

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

2008 Jul 17
3
[LLVMdev] RFC: debug_line Emission
...add_pc ] = 0 standard_opcode_lengths[ DW_LNS_fixed_advance_pc ] = 1 Dir Mod Time File Len File Name ---- ---------- ---------- --------------------------- file_names[ 1] 0 0x00000000 0x00000000 a.c 0x00000021: DW_LNE_set_address( 0x00000000 ) 0x00000028: DW_LNE_end_sequence 0x0000000000000000 1 1 0 By removing the "early exit" from EmitDebugLine, I got LLVM to generate this data. However, Dan pointed out that assemblers that use the ".loc" directive can't have their debug_line generated by the compiler. My sugges...