<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Feb 27, 2015 at 12:51 PM, Siva Chandra <span dir="ltr"><<a href="mailto:sivachandra@google.com" target="_blank">sivachandra@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">With reference to rnk's comment: "... but eventually we need to resolve this in LLDB"<br>
<br>
All that I see in the DWARF generated by clang-3.5 is this:<br>
<br>
< 2><0x00000037>      DW_TAG_class_type<br>
<br>
  DW_AT_name                  "basic_string<char, std::char_traits<char>, std::allocator<char> >"<br>
  DW_AT_declaration           yes(1)<br>
<br>
In which case, what can LLDB do?</blockquote><div><br></div><div>Right, use the installed libstdc++-dbg symbols. But it is also reasonable to make sure LLDB tests don't fail if that package is installed, so this is a good patch to have. </div></div></div></div>