[all-commits] [llvm/llvm-project] 4206c3: [lldb][DWARF] Replace lldb's DWARFDebugArangeSet w...
Zequan Wu via All-commits
all-commits at lists.llvm.org
Tue Oct 1 10:53:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4206c37bd11887c2c9dfc99e484753f6b8230a90
https://github.com/llvm/llvm-project/commit/4206c37bd11887c2c9dfc99e484753f6b8230a90
Author: Zequan Wu <zequanwu at google.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
R lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
R lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
M lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
M llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
Log Message:
-----------
[lldb][DWARF] Replace lldb's DWARFDebugArangeSet with llvm's (#110058)
They are close enough to swap lldb's `DWARFDebugArangeSet` with the llvm
one.
The difference is that llvm's `DWARFDebugArangeSet` add empty ranges
when extracting. To accommodate this, `DWARFDebugAranges` in lldb
filters out empty ranges when extracting.
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