[lldb-dev] [Bug 22116] lldb fails to print std::cout

via lldb-dev lldb-dev at lists.llvm.org
Wed Sep 5 05:04:43 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=22116

Raphael Isemann <teemperor at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |teemperor at gmail.com
           Assignee|lldb-dev at lists.llvm.org     |teemperor at gmail.com

--- Comment #3 from Raphael Isemann <teemperor at gmail.com> ---
It also won't find std::cout if there is an inline namespace used by your STL
implementation (which will be a real namespace in our internal clang setup,
e.g. std::__1::cout). So this is either fixes by correctly marking inline
namespaces as inline or loading the C++ module for the STL, whatever is
implemented first.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20180905/287288f4/attachment.html>


More information about the lldb-dev mailing list