[Lldb-commits] [PATCH] D70778: [LLDB] [PECOFF] Factorize mapping section names to types using StringSwitch. NFCI.

Martin Storsjö via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 27 04:14:16 PST 2019


mstorsjo created this revision.
mstorsjo added reviewers: labath, amccarth.
Herald added a project: LLDB.

Keep the existing special cases based on combinations of section name, flags and sizes/offsets.

Some of those special cases have been added intentionally, with test cases, rather recently, so I don't want to try to generalize them at the moment.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70778

Files:
  lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70778.231210.patch
Type: text/x-patch
Size: 7147 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191127/f335f8b3/attachment.bin>


More information about the lldb-commits mailing list