1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. 3de2a90 Fixed the failing test TestCommandScriptImmediateOutput on MacOSX. Turns out that there are few things to watch out for when writing pexpect tests: by Greg Clayton · 9 years ago
  3. 74b7965 Don't automtically try to import pexpect in lldbpexpect. by Zachary Turner · 10 years ago
  4. c1b7cd7 Python 3 - Turn on absolute imports, and fix existing imports. by Zachary Turner · 10 years ago
  5. 19474e1 Remove `use_lldb_suite` from the package, and don't import it anymore. by Zachary Turner · 10 years ago
  6. c432c8f Move lldb/test to lldb/packages/Python/lldbsuite/test. by Zachary Turner · 10 years ago[Renamed from lldb/test/lldbpexpect.py]
  7. 0a0490b Rename `lldb_shared` to `use_lldb_suite`. by Zachary Turner · 10 years ago
  8. 35d017f Add from __future__ import print_function everywhere. by Zachary Turner · 10 years ago
  9. 77db4a8 Update every test to import `lldb_shared`. by Zachary Turner · 10 years ago
  10. 790d95c Refactored lldb executable name discovery by Vince Harron · 10 years ago
  11. decf03b 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 by Enrico Granata · 11 years ago
  12. 3ea3b39 Make it easier to see what's going on by tracing the test case by Enrico Granata · 11 years ago
  13. 9c3a079 Allow customizing the timeout of the inferior by Enrico Granata · 11 years ago
  14. 9c58e8a And, do not define arguments twice by Enrico Granata · 11 years ago
  15. 35dd52c Allow pexpect exact matches by Enrico Granata · 11 years ago
  16. 18cf8e0 Some cleanup in lldbpexpect by Enrico Granata · 11 years ago
  17. 15c752f Nice syntax typo in lldbpexpect by Enrico Granata · 11 years ago
  18. 78b7d5f Add an helper class to write pexpect-based test cases by Enrico Granata · 11 years ago