summaryrefslogtreecommitdiffstats
path: root/lldb/test/lldbcurses.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-1137/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Python 3: Convert uses of `callable(x)` to `six.callable(x)`.Zachary Turner2015-10-261-2/+2
* Python3 - Change sys.maxint to sys.maxsize.Zachary Turner2015-10-261-2/+2
* Convert `long` to `int`, and portably detect all integral types.Zachary Turner2015-10-261-1/+4
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-4/+4
* Fix typo so that "./dotest.py --results-formatter=curses_results.Curses --res...Greg Clayton2015-10-211-1/+1
* Split getting the key from a window from the code that handles the key.Greg Clayton2015-10-161-12/+17
* More general fixes to the tree view and BoxedPanel.Greg Clayton2015-10-161-33/+152
* Fix the ability to quit and use a custom exception. Also print tree items out...Greg Clayton2015-10-151-11/+49
* Added tree panels.Greg Clayton2015-10-131-15/+281
* Fixed up some first responder issues and added menubar support that isn't in ...Greg Clayton2015-10-071-41/+260
* Added the ability to register key callbacks for much easier key handling. Als...Greg Clayton2015-09-241-3/+34
* Allow TAB key to switch first responder when tests are running or completed.Greg Clayton2015-09-221-0/+7
* Split the curses stuff out into a separate file so that we can import curses ...Greg Clayton2015-09-221-11/+185
* Added a curses based way to see the test suite running. Works only where curs...Greg Clayton2015-09-191-0/+275
OpenPOWER on IntegriCloud