diff options
author | nerix <nerixdev@outlook.de> | 2025-08-14 15:23:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-14 14:23:39 +0100 |
commit | 7bda76367f19cfc19086f68d9dd5ac019a9ceccd (patch) | |
tree | 818072876a460f16bcf57b0d7c969f468abecd12 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | 179698a0fb0c4496533e190fb89238bf929dd8f8 (diff) | |
download | llvm-7bda76367f19cfc19086f68d9dd5ac019a9ceccd.zip llvm-7bda76367f19cfc19086f68d9dd5ac019a9ceccd.tar.gz llvm-7bda76367f19cfc19086f68d9dd5ac019a9ceccd.tar.bz2 |
[LLDB][NativePDB] Ignore functions with no type in name lookup (#153382)
Some functions don't have the `FunctionType` set. We can't look these up
and won't be able to call them, so ignore them when caching the function
names.
This does fix the failures caused by
https://github.com/llvm/llvm-project/pull/153160 mentioned in
https://github.com/llvm/llvm-project/pull/153160#issuecomment-3183062431.
However, in `lldb-shell::msstl_smoke.cpp` there's another failure not
introduced by #153160 (fixed with #153386).
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions