[Lldb-commits] [lldb] [LLDB][NativePDB] Find functions by basename (PR #152295)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 7 01:14:52 PDT 2025
================
@@ -282,6 +284,13 @@ class SymbolFileNativePDB : public SymbolFileCommon {
m_parent_types;
lldb_private::UniqueCStringMap<uint32_t> m_type_base_names;
+
+ /// Global ID -> mangled name/full function name
----------------
Michael137 wrote:
Did you mean for these mapping comments to be reversed. E.g.,:
```
/// mangled name/full function name -> Global ID
```
?
https://github.com/llvm/llvm-project/pull/152295
More information about the lldb-commits
mailing list