Commit 1d2a62af authored by Alex Langford's avatar Alex Langford
Browse files

Re-submit "[lldb] Filter DIEs based on qualified name where possible"

This reverts commit 967df65a.

This fixes test/Shell/SymbolFile/NativePDB/find-functions.cpp. When
looking up functions with the PDB plugins, if we are looking for a
full function name, we should use `GetName` to populate the `name`
field instead of `GetLookupName` since `GetName` has the more
complete information.
parent 7d6017fd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment