[all-commits] [llvm/llvm-project] 4394b5: [LLDB] [PECOFF] Use FindSectionByID to associate s...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Oct 29 05:51:39 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4394b5bee615a8c0d1703261204a5bd53d0d54ce
https://github.com/llvm/llvm-project/commit/4394b5bee615a8c0d1703261204a5bd53d0d54ce
Author: Martin Storsjö <martin at martin.st>
Date: 2019-10-29 (Tue, 29 Oct 2019)
Changed paths:
M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
A lldb/test/Shell/ObjectFile/PECOFF/symbol.yaml
Log Message:
-----------
[LLDB] [PECOFF] Use FindSectionByID to associate symbols to sections
The virtual container/header section caused the section list to be
offset by one, but by using FindSectionByID, the layout of the
section list shouldn't matter.
Differential Revision: https://reviews.llvm.org/D69366
More information about the All-commits
mailing list