hanchenye-llvm-project/lldb/source/Utility
Greg Clayton 109534cb59 Fix the ability of "lldb-platform" to upload files.
The issue was GDBRemoteCommunication::CheckForPacket() already fixes up any prefixed bytes (0x7d followed by value that is XOR'ed with 0x20). If we do this again, we cause binary packets to lose bytes.

This allows lldb-platform to be able to upload binaries and debug them remotely.

llvm-svn: 218002
2014-09-18 00:20:51 +00:00
..
ARM64_DWARF_Registers.cpp Switch NULL to C++11 nullptr in source/Symbol and source/Utility 2014-04-20 13:17:36 +00:00
ARM64_DWARF_Registers.h
ARM64_GCC_Registers.h lldb - Register Context Linux ARM64 2014-08-29 16:01:35 +00:00
ARM_DWARF_Registers.cpp Switch NULL to C++11 nullptr in source/Symbol and source/Utility 2014-04-20 13:17:36 +00:00
ARM_DWARF_Registers.h
ARM_GCC_Registers.h
CMakeLists.txt StringLexer: Fix CMake build 2014-08-07 20:48:39 +00:00
KQueue.cpp
KQueue.h
Makefile
PseudoTerminal.cpp Fix typos. 2014-07-01 21:22:11 +00:00
Range.cpp
SharingPtr.cpp lldb: remove adhoc implementation of array_sizeof 2014-06-27 05:17:41 +00:00
StringExtractor.cpp Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
StringExtractor.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
StringExtractorGDBRemote.cpp Fix the ability of "lldb-platform" to upload files. 2014-09-18 00:20:51 +00:00
StringExtractorGDBRemote.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
StringLexer.cpp I forgot to include the header file for std::find, and that's breaking the Linux build. Push a fix out. Patch suggested by Paul Osmialowski and Randy Smith 2014-08-23 18:22:09 +00:00
TimeSpecTimeout.cpp
TimeSpecTimeout.h Switch NULL to C++11 nullptr in source/Symbol and source/Utility 2014-04-20 13:17:36 +00:00
UuidCompatibility.h