search for: d28b1e99

Displaying 3 results from an estimated 3 matches for "d28b1e99".

2010 Aug 06
0
[LLVMdev] Debugging Status on x86?
On Thu, Aug 5, 2010 at 6:22 PM, Jason Kim <jasonwkim at google.com> wrote: > > Hi everyone, > I was under the impression that debugging support on llvm-gcc-4.2.1 + > llvm-2.7 was pretty complete (at least on x86 linux), but ran into a glitch. > First off, are there any docs that discuss the current state, in so far as > DWARF support is concerned? > The behavior I am
2010 Aug 06
1
[LLVMdev] Debugging Status on x86?
...hello > > Using -g at both levels leads to issues... gcc is trying to add > debugging info to assembly with debugging info. > > -Eli > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100805/d28b1e99/attachment.html>
2010 Aug 06
4
[LLVMdev] Debugging Status on x86?
Hi everyone, I was under the impression that debugging support on llvm-gcc-4.2.1 + llvm-2.7 was pretty complete (at least on x86 linux), but ran into a glitch. First off, are there any docs that discuss the current state, in so far as DWARF support is concerned? The behavior I am seeing is the following: llvm-gcc -g hello.c -o hello produces a working executable with apparently complete