llvm-project/lldb/source/Plugins/Process/gdb-remote
Tim Northover 974ff61c57 Avoid sending bare '*' and '}' in an lldb-server packet
They get treated as special RLE encoding symbols and packets get
corrupted. Most other packet types already know about this apparently,
but QEnvironment missed these two.

Should fix PR25300.

llvm-svn: 252521
2015-11-09 22:05:05 +00:00
..
CMakeLists.txt [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
GDBRemoteCommunication.cpp Add domain socket support to gdb-remote protocol and lldb-server. 2015-10-21 19:34:26 +00:00
GDBRemoteCommunication.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00
GDBRemoteCommunicationClient.cpp Avoid sending bare '*' and '}' in an lldb-server packet 2015-11-09 22:05:05 +00:00
GDBRemoteCommunicationClient.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00
GDBRemoteCommunicationServer.cpp Introduce a MainLoop class and switch llgs to use it 2015-07-13 10:44:55 +00:00
GDBRemoteCommunicationServer.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00
GDBRemoteCommunicationServerCommon.cpp Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
GDBRemoteCommunicationServerCommon.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00
GDBRemoteCommunicationServerLLGS.cpp [lldb-server] Send PC of every thread along in the stop-reply packet 2015-10-26 16:25:28 +00:00
GDBRemoteCommunicationServerLLGS.h lldb-server: add support for binary memory reads 2015-10-14 12:59:37 +00:00
GDBRemoteCommunicationServerPlatform.cpp Make lldb-gdbserver to take explicit socket scheme as command line argument. 2015-10-28 19:49:50 +00:00
GDBRemoteCommunicationServerPlatform.h Make lldb-gdbserver to take explicit socket scheme as command line argument. 2015-10-28 19:49:50 +00:00
GDBRemoteRegisterContext.cpp Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
GDBRemoteRegisterContext.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00
Makefile
ProcessGDBRemote.cpp Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
ProcessGDBRemote.h Let the process help figure out the Host OS if nobody else 2015-11-05 22:33:17 +00:00
ProcessGDBRemoteLog.cpp Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
ProcessGDBRemoteLog.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
ThreadGDBRemote.cpp Refactor Unix signals. 2015-07-14 01:09:28 +00:00
ThreadGDBRemote.h Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-24 01:08:35 +00:00