Displaying 2 results from an estimated 2 matches for "ce3817b0".
2015 May 28
0
[LLVMdev] Generate .debug_info for asm files?
...I should have said is: would you be interested in a patch which
makes ".file" directives generate DW_TAG_compile_unit DIEs?
Thanks, Alex Dowad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150528/ce3817b0/attachment.html>
2015 May 28
4
[LLVMdev] Generate .debug_info for asm files?
Dear LLVM devs,
I've noticed that LLVM's assembler (and hence clang) doesn't generate debug
data when assembling, even when run with "-g".
Users can add their own CFI/line number data with assembler directives. But
GDB ignores the line number data if you don't have a DIE in the .debug_info
section which identifies the compilation unit. (I'm not an expert on GDB,
but