[lldb] Don't filter variable list when doing a lookup by mangled name in SymbolFileDW...
authorKuba Mracek <mracek@apple.com>
Thu, 18 Apr 2019 00:15:44 +0000 (00:15 +0000)
committerKuba Mracek <mracek@apple.com>
Thu, 18 Apr 2019 00:15:44 +0000 (00:15 +0000)
commite5e9a6be6a237b4d1965680b83acdede7544f709
treee7af2a05245ec320933c5c36d4a7672f4cae6d63
parent91a06bee788262a294527b815354f380d99dfa9b
[lldb] Don't filter variable list when doing a lookup by mangled name in SymbolFileDWARF::FindGlobalVariables

Differential Revision: https://reviews.llvm.org/D60737

llvm-svn: 358629
lldb/packages/Python/lldbsuite/test/lang/cpp/global_variables/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/global_variables/TestGlobalVariables.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/global_variables/main.cpp [new file with mode: 0644]
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp