[all-commits] [llvm/llvm-project] f0eb0c: Don't require a UUID in a .dwp file. (#83935)
Greg Clayton via All-commits
all-commits at lists.llvm.org
Wed Mar 6 13:49:37 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0eb0c5689b25153067e66647590a8300b997740
https://github.com/llvm/llvm-project/commit/f0eb0c5689b25153067e66647590a8300b997740
Author: Greg Clayton <gclayton at fb.com>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/test/Shell/SymbolFile/DWARF/x86/dwp-separate-debug-file.cpp
Log Message:
-----------
Don't require a UUID in a .dwp file. (#83935)
DWP files don't usually have a GNU build ID built into them. When
searching for a .dwp file, don't require a UUID to be in the .dwp file.
The debug info search information was checking for a UUID in the .dwp
file when debug info search paths were being used. This is now fixed by
not specifying the UUID in the ModuleSpec being used for the .dwp file
search.
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