Skip to content
Commit e1fb1654 authored by Enrico Granata's avatar Enrico Granata
Browse files

Quick fix for the libc++ std::map synthetic children provider

If you try to access any child > 0 without having touched child 0, LLDB won't be able to reconstruct type information from the debug info.
Previously, we would fail.
Now, we simply go fetch child 0 and then come back.

llvm-svn: 174795
parent 7dab26b8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment