https://github.com/pabusse updated
https://github.com/llvm/llvm-project/pull/87177
>From 70938a5d70d3d1e861fd8439bd01ebf737252329 Mon Sep 17 00:00:00 2001
From: Pablo Busse
Date: Sat, 30 Mar 2024 19:09:40 -0700
Subject: [PATCH 1/2] [lldb] Fix type lookup in DWARF .o files via debug map
An inve
https://github.com/pabusse created
https://github.com/llvm/llvm-project/pull/87177
An inverted condition causes `SymbolFileDWARFDebugMap::FindTypes` to bail out
after inspecting the first .o file in each module.
The same kind of bug is found in
`SymbolFileDWARFDebugMap::ParseDeclsForContext`.