labath added a subscriber: rovka. labath added a comment. I've reverted this to keep the bots green until the issues pointed out by Stella and Raphael are resolved.
Based on a quick inspection, it seems that the test issue is that `GetSystemInfo` call that has been added to MinidumpParser::Initialize is failing. I guess that's because the hand-crafted(?) minidumps for these tests don't contain the necessary data. For the -Wextended-offsetof issue, the way that other register contexts avoid those is by factoring this out into two offsetof expressions (offsetof(big_struct, small_struct_field) + offsetof(small_struct, actual_field)). Repository: rL LLVM https://reviews.llvm.org/D49750 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits