[LLVMdev] How is variable info retrieved in debugging for executables generated by llvm backend?

杨勇勇 triple.yang at gmail.com
Tue Feb 18 00:44:53 PST 2014


Hi, all

I ported llvm backend and lldb recently. Both tools can basically work.
lldb is able to debug programs in asm style and frame unwinding is OK.

But "frame variable XX" does not work because lldb is not able to determine
the address of
XX from debug info.

Can someone give any clue?
Thanks in advance.

-- 
杨勇勇 (Yang Yong-Yong)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140218/53ae8de2/attachment.html>


More information about the llvm-dev mailing list