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: [email protected]
          Reporter: [email protected]
    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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to