Re: [Lldb-commits] [PATCH] D12987: test events: announce worker count in new initialize event

2015-09-18 Thread Todd Fiala via lldb-commits
tfiala closed this revision. tfiala added a comment. Sendingtest/dosep.py Sendingtest/dotest.py Sendingtest/dotest_args.py Sendingtest/test_results.py Transmitting file data Committed revision 248059. http://reviews.llvm.org/D12987

Re: [Lldb-commits] [PATCH] D12987: test events: announce worker count in new initialize event

2015-09-18 Thread Greg Clayton via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Looks good http://reviews.llvm.org/D12987 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/lis

[Lldb-commits] [PATCH] D12987: test events: announce worker count in new initialize event

2015-09-18 Thread Todd Fiala via lldb-commits
tfiala created this revision. tfiala added a reviewer: clayborg. tfiala added a subscriber: lldb-commits. This change: - renames TestFormatter.process_event() to TestFormatter.handle_event() - does away with TestFormatter.begin_session()/end_session(), replacing them with new initialize and termi