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

Looks fine in principle, but please encapsulate this better.



================
Comment at: 
packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py:569
             self.assertIsNotNone(p_response)
+            triple = lldb.DBG.GetSelectedPlatform().GetTriple()
+
----------------
Let's encapsulate the `if(mips)` dance in a separate function 
(`getExpectedBitsize(reg_info, reg_infos)`, for example) and not bloat the 
general function with it.


https://reviews.llvm.org/D27088



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to