Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lldbcurses.py
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
c1b7cd7
Python 3 - Turn on absolute imports, and fix existing imports.
by Zachary Turner
· 10 years ago
19474e1
Remove `use_lldb_suite` from the package, and don't import it anymore.
by Zachary Turner
· 10 years ago
c432c8f
Move lldb/test to lldb/packages/Python/lldbsuite/test.
by Zachary Turner
· 10 years ago
[Renamed from lldb/test/lldbcurses.py]
0a0490b
Rename `lldb_shared` to `use_lldb_suite`.
by Zachary Turner
· 10 years ago
cd236b8
Python 3: Convert uses of `callable(x)` to `six.callable(x)`.
by Zachary Turner
· 10 years ago
da3dea6
Python3 - Change sys.maxint to sys.maxsize.
by Zachary Turner
· 10 years ago
f67f7e3
Convert `long` to `int`, and portably detect all integral types.
by Zachary Turner
· 10 years ago
35d017f
Add from __future__ import print_function everywhere.
by Zachary Turner
· 10 years ago
258c164
Fix typo so that "./dotest.py --results-formatter=curses_results.Curses --results-file=/dev/stdout" works again.
by Greg Clayton
· 10 years ago
3fd1f74
Split getting the key from a window from the code that handles the key.
by Greg Clayton
· 10 years ago
c12cc59
More general fixes to the tree view and BoxedPanel.
by Greg Clayton
· 10 years ago
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
72d5144
Added tree panels.
by Greg Clayton
· 10 years ago
37191a2
Fixed up some first responder issues and added menubar support that isn't in use yet.
by Greg Clayton
· 10 years ago
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
d13c4fb
Allow TAB key to switch first responder when tests are running or completed.
by Greg Clayton
· 10 years ago
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
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