https://bugs.llvm.org/show_bug.cgi?id=20781
Jonas Devlieghere <jdevliegh...@apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jdevliegh...@apple.com
Resolution|--- |FIXED
--- Comment #4 from Jonas Devlieghere <jdevliegh...@apple.com> ---
jonas@devlieghere /tmp> lldb test2.so
(lldb) target create "test2.so"
Current executable set to 'test2.so' (x86_64).
(lldb) p (bar_t*)0
error: test2.so DWARF DIE at 0x0000003e (class bar) has a member variable
0x00000046 (foo) whose type is a forward declaration, not a complete
definition.
Try compiling the source file with -fstandalone-debug
(bar_t *) $0 = 0x0000000000000000
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev