[Lldb-commits] [lldb] r150854 - in /lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/map: TestDataFormatterStdMap.py main.cpp

Eric Christopher echristo at apple.com
Fri Feb 17 17:03:26 PST 2012


On Feb 17, 2012, at 4:29 PM, Enrico Granata <granata.enrico at gmail.com> wrote:

> +        self.expect("expression ii[8]", matching=False, error=True,
> +                    substrs = ['1234567'])
> 

si[8] I would understand since there's no way we'd have the debug information for that, but we've still got ii[8]...

Thoughts?

-eric



More information about the lldb-commits mailing list