uweigand added a comment.

In http://reviews.llvm.org/D18985#398171, @labath wrote:

> Just because the tests test the console interface, it doesn't mean you can't 
> use the python interface to do auxiliary tasks, like computing the 
> expectations. It sounds like you should be able to to a 
> `self.target.GetByteOrder()` to get the info you need. (use 
> `self.dbg.GetSelectedTarget()` if `self.target` happens to be empty, i don't 
> remember if it's always set).


Indeed, that seems to work fine.  Thanks for the tip!   I'll update the tests 
accordingly.


http://reviews.llvm.org/D18985



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

Reply via email to