mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 12:46:08 +00:00

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