hanchenye-llvm-project/lldb
Raphael Isemann de0175d04b [lldb] Make TestIOHandlerResizeNoEditline pass with Python 2
io.BytesIO seems to produce a stream in Python 2 which isn't recognized
as a file object in the SWIG API, so this test fails for Python 2 (and I assume
also an old SWIG version needs to be involved).

Instead just open an empty input file which is a file object in all Python
versions to make this test pass everywhere.
2020-07-07 13:54:14 +02:00
..
bindings [lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI) 2020-07-01 12:45:05 +02:00
cmake [lldb/Lua] Require Lua 5.3 2020-06-23 09:24:01 -07:00
docs [lldb/Docs] Add more details to the issues with custom Python installs on macOS 2020-06-25 10:53:30 -07:00
examples As part of using inclusive language within the llvm project, 2020-06-19 14:51:04 -07:00
include/lldb [lldb/Utility] Merge Scalar::Get(Value)TypeAsCString 2020-07-06 10:34:12 +02:00
packages/Python [TestReturnValue] Skip based on architecutre, not platform. 2020-06-30 12:48:23 -07:00
resources
scripts [lldb/Scripts] 2020-06-30 17:06:14 +02:00
source [lldb/DWARF] Add a utility function for (forceful) completion of types 2020-07-07 11:37:55 +02:00
test [lldb] Make TestIOHandlerResizeNoEditline pass with Python 2 2020-07-07 13:54:14 +02:00
third_party/Python/module
tools Use CMAKE_OSX_SYSROOT instead of the environment variable SYSROOT 2020-07-06 13:17:31 -07:00
unittests [lldb/Utility] Merge Scalar::Get(Value)TypeAsCString 2020-07-06 10:34:12 +02:00
utils [lldb/Utils] Serialize exit code in lldb-repro.py 2020-05-05 16:05:49 -07:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py