[all-commits] [llvm/llvm-project] d3505c: [lldb] Modify the DWARFDebugAbbrev interface to be...
Alex Langford via All-commits
all-commits at lists.llvm.org
Mon Sep 25 13:11:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3505c28a770fabd77d7483afbca383d453bef02
https://github.com/llvm/llvm-project/commit/d3505c28a770fabd77d7483afbca383d453bef02
Author: Alex Langford <alangford at apple.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Log Message:
-----------
[lldb] Modify the DWARFDebugAbbrev interface to be closer to LLVM's (#67190)
I want to work towards unifying the implementations. It would be a lot
easier to do if LLDB's DWARFDebugAbbrev looked more similar to LLVM's
implementation, so this change moves in that direction.
More information about the All-commits
mailing list