Fix an issue where frame variable -s <varname> would not show the scope even though...
authorEnrico Granata <egranata@apple.com>
Wed, 26 Oct 2016 19:17:49 +0000 (19:17 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 26 Oct 2016 19:17:49 +0000 (19:17 +0000)
commit73418dfe61df18bf724139fe0dd92036c8a5e2fa
treedf955e175dd6fca7df64ec987f21023121532ad7
parent0f45998bc60563e51580f9339e93da816341bebd
Fix an issue where frame variable -s <varname> would not show the scope even though the user asked for it

Part of rdar://28434047

llvm-svn: 285226
lldb/packages/Python/lldbsuite/test/functionalities/frame_var_scope/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/frame_var_scope/TestFrameVariableScope.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/frame_var_scope/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/unsigned_types/TestUnsignedTypes.py
lldb/source/Commands/CommandObjectFrame.cpp