TuononenP / llvm4eclipsecdt

LLVM toolchain support for Eclipse CDT. Now deprecated since it is build-in to Eclipse CDT via installation option. LLVM is a modular toolchain architecture that is used more and more in all kinds of computing platforms for it's certain benefits.
8 stars 0 forks source link

gdb not fully working with clang generated binary #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up native binary with full debug and no optimization.
2. Build with clang
3. Set a breakpoint
4. Debug the native binary with gdb

What is the expected output? What do you see instead?
I would expect that I get the current registers/variables but it is completely 
empty. Stacktrace and Breakpoints work though.

What version of the product are you using? On what operating system?
1.1.7 on Ubuntu 12.04

Original issue reported on code.google.com by LCIDF...@gmail.com on 18 May 2012 at 8:28