[Lldb-commits] [PATCH] Fix failing tests caused by lack of default debug info

Reid Kleckner rnk at google.com
Fri Feb 27 13:46:16 PST 2015


On Fri, Feb 27, 2015 at 12:51 PM, Siva Chandra <sivachandra at google.com>
wrote:

> With reference to rnk's comment: "... but eventually we need to resolve
> this in LLDB"
>
> All that I see in the DWARF generated by clang-3.5 is this:
>
> < 2><0x00000037>      DW_TAG_class_type
>
>   DW_AT_name                  "basic_string<char, std::char_traits<char>,
> std::allocator<char> >"
>   DW_AT_declaration           yes(1)
>
> In which case, what can LLDB do?


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150227/87757479/attachment.html>


More information about the lldb-commits mailing list