[lldb-dev] [Bug 22313] New: printing std::string reports "error: summary string parsing error"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 23 11:50:17 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22313
Bug ID: 22313
Summary: printing std::string reports "error: summary string
parsing error"
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: kevin.kirkup at cisco.com
Classification: Unclassified
When trying to print out a std::string in lldb 3.5.0, it always reports error:
(std::string) myVar = error: summary string parsing error
When I attempt to print out the raw data, it shows up as blank:
(std::string) myVar = {}
--
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/20150123/e9da1113/attachment.html>
More information about the lldb-dev
mailing list