[lldb-dev] [Bug 15301] New: LLDB prints incorrect size of libstdc++ vector<bool> containers (when inferior built with GCC on Linux)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 19 11:41:13 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15301
Bug ID: 15301
Summary: LLDB prints incorrect size of libstdc++ vector<bool>
containers (when inferior built with GCC on Linux)
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: daniel.malea at intel.com
Classification: Unclassified
In the TestDataFormatterStdVBool, instead of printing the correct size (49)
lldb prints -1 for the size of the std::vector<bool> container (libstdc++).
To reproduce, run:
python dotest.py
functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool -C gcc
--
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/20130219/8ff9c75c/attachment.html>
More information about the lldb-dev
mailing list