hanchenye-llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client
Pavel Labath 5f54fe2332 Fix the gdb-client test suite for python3
This applies the same fix that was done in r354106 to the lldb-server
test: bitcasting the string to a bytes object before sending it over a
socket. Since the gdb-remote protocol occasionally contains binary data,
and it does not assign any particular encoding to them, this is the
right thing to do here.

llvm-svn: 354114
2019-02-15 10:47:34 +00:00
..
TestArmRegisterDefinition.py Support nwere versions of the Segger J-Link jtag board software. 2018-10-23 23:45:56 +00:00
TestGDBRemoteClient.py
TestGDBRemoteLoad.py
TestNoWatchpointSupportInfo.py Work with a gdb-remote target that doesn't handle the 2018-11-09 22:33:26 +00:00
TestRestartBug.py
TestStopPCs.py [lldbsuite] Disable TestStopPCs when there's no XML support 2018-12-06 00:11:17 +00:00
TestTargetXMLArch.py
TestThreadSelectionBug.py
a.yaml
gdbclientutils.py Fix the gdb-client test suite for python3 2019-02-15 10:47:34 +00:00
operating_system.py