[Lldb-commits] [lldb] [LLDB][NativePDB] Find functions by basename (PR #152295)

via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 7 01:54:28 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
----------------
Nerixyz wrote:

Right, sorry for the confusion.

https://github.com/llvm/llvm-project/pull/152295


More information about the lldb-commits mailing list