Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lldb/test to lldb/packages/Python/lldbsuite/test. | Zachary Turner | 2015-10-28 | 1 | -6/+0 |
| | | | | | | | | | | | This is the conclusion of an effort to get LLDB's Python code structured into a bona-fide Python package. This has a number of benefits, but most notably the ability to more easily share Python code between different but related pieces of LLDB's Python infrastructure (for example, `scripts` can now share code with `test`). llvm-svn: 251532 | ||||
* | Rename `lldb_shared` to `use_lldb_suite`. | Zachary Turner | 2015-10-27 | 1 | -1/+1 |
| | | | | llvm-svn: 251444 | ||||
* | Make uses of unicode literals portable. | Zachary Turner | 2015-10-23 | 1 | -1/+4 |
| | | | | | | | | | Six provides six.u() which resolves to either u"" or "" depending on Python version, and and six.unichr() which resolves to either unichr() or chr() depending on Python version. Use these functions anywhere where we were relying on u"" or unichr(). llvm-svn: 251139 | ||||
* | Test case added for importing packages | Enrico Granata | 2013-05-08 | 1 | -0/+3 |
llvm-svn: 181472 |