[LLVMdev] question on the status of debugging symbols
Bagel
bagel99 at gmail.com
Tue Nov 23 10:03:26 PST 2010
Would someone be so kind as to tell me what the status of debugging symbols
(DWARF) generated by clang/llvm is?
I am on a linux x86-64 system (Fedora 13). Is gdb supposed to understand the
generated DWARF?
When I generate an executable with "clang -g" followed by "llc -O0" and feed it
to gdb, I get "no debugging symbols found".
What is the status of lldb on linux?
thanks,
bagel
More information about the llvm-dev
mailing list