[Lldb-commits] [PATCH] D44042: Ensure that trailing characters aren't included in PECOFF section names

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 2 13:39:21 PST 2018


zturner added a comment.

Just compile something with /Z7 and you'll get a section called `.debug$S` in the object file, which is exactly 8 characters.  Then teach lldb-test to dump an object file's sections.


https://reviews.llvm.org/D44042





More information about the lldb-commits mailing list