[LLVMdev] Possibility of Corruption of debug metadata
Devang Patel
dpatel at apple.com
Wed Oct 13 09:44:56 PDT 2010
In your example, you do not need to update debug info for @global_var at the moment. We are not identifying tls in debug info yet.
On Oct 13, 2010, at 8:30 AM, shankha wrote:
> I do not face any issues debugging my test case. But while debugging
> my application
> through gdb I cannot make sense of the call stack. I do not see the
> function names in
> the call stack (with or without insertion of additional function calls
> or local variables).
What is the difference between your test case and application ? Is your application compiled using same compiler options ?
-
Devang
More information about the llvm-dev
mailing list