[Lldb-commits] [PATCH] D16563: Set symbol types for function symbols loaded from PE/COFF

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 25 16:59:59 PST 2016


amccarth added inline comments.

================
Comment at: source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp:195
@@ -182,3 +194,3 @@
     m_coff_header_opt (),
     m_sect_headers ()
 {
----------------
After discussion with a COFF expert, it seems wise to postpone trying to do anything more with this type mapping.


http://reviews.llvm.org/D16563





More information about the lldb-commits mailing list