python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why does gcc not produce DWARF5 bin even after passing ``-gdwarf-5`` flag?
I am trying to compile a basic c program to get the binary ELF on my Ubuntu x86-64 machine. I want the binary to comply with the DWARF5 format as I am working on writing a .debug_sup section parser.
H...
dg_linux
Votes: 0
Answers: 0
LLVM build only selected tools or targets
I am new to c++ & am referring to the llvm project https://llvm.org/docs/GettingStarted.html. There is a guide saying
If you are space-constrained, you can build only selected tools or only select...
Ninja Dude
Votes: 0
Answers: 1
What to do with "DWARF error: section .debug_info is larger than its filesize!"?
Looking for ways to see generated assembler of a specific function in my binary (an .so to be exact), just as I can see similar on Compiler Explorer, I found How to disassemble one single function usi...
Adam Badura
Votes: 0
Answers: 1
DWARF debug information: Additional byte generated in element inside debug_info
I am fixing a bug in a parser for DWARF debug information (2nd DWARF version). In the process I made the following strange observation:
A bytestream was created by reading a dll file (created with ada...
user946822
Votes: 0
Answers: 1