1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. c1b7cd7 Python 3 - Turn on absolute imports, and fix existing imports. by Zachary Turner · 10 years ago
  3. 19474e1 Remove `use_lldb_suite` from the package, and don't import it anymore. by Zachary Turner · 10 years ago
  4. c432c8f Move lldb/test to lldb/packages/Python/lldbsuite/test. by Zachary Turner · 10 years ago[Renamed from lldb/test/lldbcurses.py]
  5. 0a0490b Rename `lldb_shared` to `use_lldb_suite`. by Zachary Turner · 10 years ago
  6. cd236b8 Python 3: Convert uses of `callable(x)` to `six.callable(x)`. by Zachary Turner · 10 years ago
  7. da3dea6 Python3 - Change sys.maxint to sys.maxsize. by Zachary Turner · 10 years ago
  8. f67f7e3 Convert `long` to `int`, and portably detect all integral types. by Zachary Turner · 10 years ago
  9. 35d017f Add from __future__ import print_function everywhere. by Zachary Turner · 10 years ago
  10. 258c164 Fix typo so that "./dotest.py --results-formatter=curses_results.Curses --results-file=/dev/stdout" works again. by Greg Clayton · 10 years ago
  11. 3fd1f74 Split getting the key from a window from the code that handles the key. by Greg Clayton · 10 years ago
  12. c12cc59 More general fixes to the tree view and BoxedPanel. by Greg Clayton · 10 years ago
  13. 5ea4483 Fix the ability to quit and use a custom exception. Also print tree items out so they are more aligned. by Greg Clayton · 10 years ago
  14. 72d5144 Added tree panels. by Greg Clayton · 10 years ago
  15. 37191a2 Fixed up some first responder issues and added menubar support that isn't in use yet. by Greg Clayton · 10 years ago
  16. 414dba5 Added the ability to register key callbacks for much easier key handling. Also added the elapsed time display to the status bar. by Greg Clayton · 10 years ago
  17. d13c4fb Allow TAB key to switch first responder when tests are running or completed. by Greg Clayton · 10 years ago
  18. 8734924 Split the curses stuff out into a separate file so that we can import curses and lldbcurses at the module level. by Greg Clayton · 10 years ago
  19. 1827fc2 Added a curses based way to see the test suite running. Works only where curses is implemented. Try it out with: by Greg Clayton · 10 years ago