[all-commits] [llvm/llvm-project] 9b737f: [lldb] Limit trusting aranges to dSYMs only.
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jan 9 15:38:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b737f148d88501a0a778e1adacf342108286bb0
https://github.com/llvm/llvm-project/commit/9b737f148d88501a0a778e1adacf342108286bb0
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M lldb/include/lldb/Symbol/ObjectFile.h
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
Log Message:
-----------
[lldb] Limit trusting aranges to dSYMs only.
Limit trusting the arange accelerator tables (8b259fe573e1) to dSYMs
only, and not any debug info object file.
Differential revision: https://reviews.llvm.org/D141330
More information about the All-commits
mailing list