llvm-project/lldb/source/Plugins/Process/gdb-remote
David Blaikie a322f36cfd Make lldb -Werror clean for -Wstring-conversion
Also found/fixed one bug identified by this warning in
RenderScriptx86ABIFixups.cpp where a string literal was being used in an
effort to provide a name for an instruction/register, but was instead
being passed as the bool 'isVolatile' parameter.

llvm-svn: 291198
2017-01-06 00:38:06 +00:00
..
CMakeLists.txt Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" 2016-08-09 12:04:46 +00:00
GDBRemoteClientBase.cpp Introduce chrono to more gdb-remote functions 2016-11-24 10:54:49 +00:00
GDBRemoteClientBase.h [gdb-remote] Remove the const char * version of SendPacketAndWaitForResponse 2016-09-23 09:11:49 +00:00
GDBRemoteCommunication.cpp Introduce chrono to the Communication class 2016-11-25 11:58:44 +00:00
GDBRemoteCommunication.h Introduce chrono to the Communication class 2016-11-25 11:58:44 +00:00
GDBRemoteCommunicationClient.cpp Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
GDBRemoteCommunicationClient.h Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSON 2016-11-04 11:49:06 +00:00
GDBRemoteCommunicationServer.cpp Introduce chrono to more gdb-remote functions 2016-11-24 10:54:49 +00:00
GDBRemoteCommunicationServer.h Introduce chrono to more gdb-remote functions 2016-11-24 10:54:49 +00:00
GDBRemoteCommunicationServerCommon.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
GDBRemoteCommunicationServerCommon.h gdb-remote: Add jModulesInfo packet 2016-09-08 10:07:04 +00:00
GDBRemoteCommunicationServerLLGS.cpp Introduce chrono to the Communication class 2016-11-25 11:58:44 +00:00
GDBRemoteCommunicationServerLLGS.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
GDBRemoteCommunicationServerPlatform.cpp Convert UriParser to use StringRef. 2016-11-17 01:38:02 +00:00
GDBRemoteCommunicationServerPlatform.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
GDBRemoteRegisterContext.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
GDBRemoteRegisterContext.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ProcessGDBRemote.cpp Use Timeout<> in the Listener class 2016-11-30 10:41:42 +00:00
ProcessGDBRemote.h Convert Platform, Process, and Connection functions to StringRef. 2016-11-17 21:15:14 +00:00
ProcessGDBRemoteLog.cpp Try to fix failing tests when running remote test suite. 2016-10-04 00:09:44 +00:00
ProcessGDBRemoteLog.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ThreadGDBRemote.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ThreadGDBRemote.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00