diff options
author | Aaron Smith <aaron.smith@microsoft.com> | 2017-12-22 05:26:50 +0000 |
---|---|---|
committer | Aaron Smith <aaron.smith@microsoft.com> | 2017-12-22 05:26:50 +0000 |
commit | 86e9434db97bf630341801122bb81727dcb3e7b2 (patch) | |
tree | 4dd868d579d94bfd326783aea7a5234ab676c5a7 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c | |
parent | 921aff6e908d19c811e7bcf9a019eade56609e71 (diff) | |
download | bcm5719-llvm-86e9434db97bf630341801122bb81727dcb3e7b2.tar.gz bcm5719-llvm-86e9434db97bf630341801122bb81727dcb3e7b2.zip |
[lldb] Stop searching for a symbol in a pdb by regex
Summary:
It was possible when searching for a symbol by regex in a pdb that an invalid regex would cause an exception on Windows. This updates the code to avoid throwing an exception.
When fixing the exception it was decided there is no reason to search for a symbol in a pdb by regex. To support this, SymbolFilePDB::FindTypes() now only searches for types by name and no longer calls FindTypesByRegEx().
Reviewers: zturner, lldb-commits
Reviewed By: zturner
Subscribers: clayborg
Differential Revision: https://reviews.llvm.org/D41086
llvm-svn: 321344
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c')
0 files changed, 0 insertions, 0 deletions