[Lldb-commits] [lldb] [LLDB][NativePDB] Use original struct name when searching for constants (PR #166845)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 10 08:42:19 PST 2025
Nerixyz wrote:
I just noticed, that we can store the tag record as a [`CVTagRecord`](https://github.com/llvm/llvm-project/blob/bf81bdec660c29a737f6fcfd8fdeefe6fa1f336c/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h#L37-L95). This remembers which kind it is and has methods to get the name.
https://github.com/llvm/llvm-project/pull/166845
More information about the lldb-commits
mailing list