Add an expectall() API that allows you to pass a list of patterns and have pexpect...
authorEnrico Granata <egranata@apple.com>
Tue, 3 Feb 2015 03:11:59 +0000 (03:11 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 3 Feb 2015 03:11:59 +0000 (03:11 +0000)
commitdecf03b68f7a41c78cf391234fcaa8bd69e419d5
treead88ae70d3ef2a146afddb6813e5bccbabd5b65c
parentd4b80b8e6840f6e495c412b77cbd4e5617705dcc
Add an expectall() API that allows you to pass a list of patterns and have pexpect match *ALL* of them instead of just picking one

llvm-svn: 227938
lldb/test/lldbpexpect.py