forked from OSchip/llvm-project
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 |
||
|---|---|---|
| .. | ||
| TestArmRegisterDefinition.py | ||
| TestGDBRemoteClient.py | ||
| TestGDBRemoteLoad.py | ||
| TestNoWatchpointSupportInfo.py | ||
| TestRestartBug.py | ||
| TestStopPCs.py | ||
| TestTargetXMLArch.py | ||
| TestThreadSelectionBug.py | ||
| a.yaml | ||
| gdbclientutils.py | ||
| operating_system.py | ||