[Lldb-commits] [PATCH] D53759: [PDB] Support PDB-backed expressions evaluation

Hui Huang via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 26 08:25:36 PDT 2018


Hui added inline comments.


================
Comment at: source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp:819
   if (!section_list)
     m_entry_point_address.SetOffset(offset);
   else
----------------
This still needs to be the offset into the section.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53759





More information about the lldb-commits mailing list