[all-commits] [llvm/llvm-project] 7b59ff: [lldb] Add boilerplate to recognize the .debug_tu_...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Feb 20 04:44:27 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7b59ff2fa0a56a0158f3f21aaed217118da669a3
https://github.com/llvm/llvm-project/commit/7b59ff2fa0a56a0158f3f21aaed217118da669a3
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M lldb/include/lldb/lldb-enumerations.h
M lldb/source/Core/Section.cpp
M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
M lldb/source/Symbol/ObjectFile.cpp
M lldb/test/Shell/ObjectFile/ELF/section-types.yaml
Log Message:
-----------
[lldb] Add boilerplate to recognize the .debug_tu_index section
It's just like debug_cu_index, only for type units.
More information about the All-commits
mailing list