[lldb-dev] [Bug 15879] problem with evaluation u16string
via lldb-dev
lldb-dev at lists.llvm.org
Thu Jul 18 18:15:30 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=15879
Jonas Devlieghere <jdevlieghere at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jdevlieghere at apple.com
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #2 from Jonas Devlieghere <jdevlieghere at apple.com> ---
Process 13710 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
frame #0: 0x00000001000014a9 a.out`main at main.cpp:12:3
9 std::cout << ustr[i] << " ";
10 }
11 std::cout << std::endl;
-> 12 return 0;
13 }
(lldb) expression -- ustr
(std::__1::u16string) $0 = u"Hello World"
--
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/20190719/8cfa1aa8/attachment.html>
More information about the lldb-dev
mailing list