Fix TestGetVariables.py so it works correctly. We had duplicate static values showing...
authorGreg Clayton <gclayton@apple.com>
Fri, 29 Apr 2016 21:00:38 +0000 (21:00 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 29 Apr 2016 21:00:38 +0000 (21:00 +0000)
commit349213f941015f9932fa6dcc323e4ff93051dd77
tree73f63c1e47203f7ff3f536563e336f327d3ce27d
parentd744e63d903ea0bbf6a4d7a80be019fb908a571f
Fix TestGetVariables.py so it works correctly. We had duplicate static values showing up as we would find static variables in the Block and also in the compile unit. We now make sure a variable hasn't been added to the list before we add it.

llvm-svn: 268101
lldb/source/API/SBFrame.cpp