<div dir="ltr">Hello,<div><br></div><div>disclaimer/ Apologies if this is the wrong llvm/clang mailing list; please, direct me to the right one if needed. /disclaimer</div><div><br></div><div>I've been experiencing issues with incomplete type info when debugging code generated by clang 3.5.0 from the recent release_35 branch.</div><div><br></div><div>Generally, the problem manifests itself as the inability to examine any std::string parameter to a function, in either gdb or lldb:</div><div><br></div><div>(lldb) p arg_string<br>(std::string) $4 = error: summary string parsing error<br><br>(gdb) p arg_string<br>$2 = (const std::string &) @0x7fffffffd948: <incomplete type><br></div><div><br></div><div>This is observed on two separate amd64 machines under Ubuntu 12.04, with both the nightly build packages from the <span style="color:rgb(0,0,0);font-size:15px">llvm-toolchain-precise-3.5 </span>repo <span style="color:rgb(0,0,0);font-size:15px">(</span><a href="http://llvm.org/apt/">http://llvm.org/apt/</a>) and when built locally from svn branch release_35. It bears noting that on the same machines an older, locally-built version of pre-3.5.0 (trunk circa rev 198K) does not exhibit the problem.</div><div><br></div><div>Is that a known regression, or shall I try to file a ticket for it?</div><div><br></div><div>Regards,</div><div>Martin Krastev</div></div>