[Lldb-commits] [PATCH] D14507: Make sure we use symbol flags to detect thumbness.

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 9 13:04:45 PST 2015


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

You should populate the m_address_class_map in ObjectFileELF::ParseSymbols() as this is where the m_address_class_map is already being populated. For ARM symbols, just check the flags and add an appropriate entry. Then this code doesn't need to exist here, but be moved into ObjectFileELF::ParseSymbols().


http://reviews.llvm.org/D14507





More information about the lldb-commits mailing list