[all-commits] [llvm/llvm-project] 21ef27: [lldb/DWARF] Search fallback to the manual index i...

Pavel Labath via All-commits all-commits at lists.llvm.org
Mon Aug 12 05:31:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21ef272ec1974244710fc639f98674eae3f8b02c
      https://github.com/llvm/llvm-project/commit/21ef272ec1974244710fc639f98674eae3f8b02c
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
    A lldb/test/Shell/SymbolFile/DWARF/x86/mixed-debug-names-complete-type-search.test

  Log Message:
  -----------
  [lldb/DWARF] Search fallback to the manual index in GetFullyQualified… (#102123)

…Type

This is needed to ensure we find a type if its definition is in a CU
that wasn't indexed. This can happen if the definition is in some
precompiled code (e.g. the c++ standard library) which was built with
different flags than the rest of the binary.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list