llvm-project/lldb
Stella Stamenova 073d21fad0 [lldbsuite] Fix the filecheck functionality to work with Python 3
Summary: This is another string/byte conversion issue between Python 2 and 3. In Python 2, the subprocess communication expects a byte string, but in Python 3, it expects bytes. Since both versions are capable of using strings when universal_newlines is set to True AND filecheck operates on strings, force the use of strings.

Reviewers: zturner, asmith, vsk

Reviewed By: zturner

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D53166

llvm-svn: 344386
2018-10-12 17:56:01 +00:00
..
cmake [cmake] Add option to skip building lldb-server 2018-08-23 18:05:45 +00:00
docs
examples Fixes for GDB remote packet disassembler: 2018-09-27 17:55:36 +00:00
include/lldb Adding support to step into the callable wrapped by libc++ std::function 2018-10-12 17:20:39 +00:00
lit [LLDB] - Add support for DW_FORM_implicit_const. 2018-10-12 09:46:15 +00:00
lldb.xcodeproj Remove references to source/Plugins/SymbolFile/NativePDB. 2018-10-12 00:53:55 +00:00
lldb.xcworkspace
packages/Python/lldbsuite [lldbsuite] Fix the filecheck functionality to work with Python 3 2018-10-12 17:56:01 +00:00
resources
scripts Upstreaming the BridgeOS device support and the 2018-10-11 00:28:35 +00:00
source Adding support to step into the callable wrapped by libc++ std::function 2018-10-12 17:20:39 +00:00
test Allow use of self.filecheck in LLDB tests (c.f self.expect) 2018-09-18 19:31:47 +00:00
third_party/Python/module
tools Fix typos. 2018-10-04 22:33:39 +00:00
unittests Fix typos. 2018-10-04 22:33:39 +00:00
utils Fix typos. 2018-10-04 22:33:39 +00:00
www Fix typos. 2018-10-04 22:33:39 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Allow use of self.filecheck in LLDB tests (c.f self.expect) 2018-09-18 19:31:47 +00:00
CODE_OWNERS.txt
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py