zturner added a comment.

In lldbsuite\test_event\formatter\__init__.py, if I open the file with "wb"
instead of "w" I get further, but I still get other errors.  This might
create a problem because you conditionally set the output file to stderr or
stdout, which are opened for text already, so those will never work with
cPickle.dump().  Do you have any good idea how to fix that?

In any case, for now I've set it to "wb" and I'm getting further.  It's
returning results back to the unit test, but the results only contain a
begin and an end, but no error results.


http://reviews.llvm.org/D20193



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

Reply via email to