teak-llvm/lldb/source/Plugins/Process/gdb-remote
Chaoren Lin d3173f34e8 Refactor many file functions to use FileSpec over strings.
Summary:
This should solve the issue of sending denormalized paths over gdb-remote
if we stick to GetPath(false) in GDBRemoteCommunicationClient, and let the
server handle any denormalization.

Reviewers: ovyalov, zturner, vharron, clayborg

Reviewed By: clayborg

Subscribers: tberghammer, emaste, lldb-commits

Differential Revision: http://reviews.llvm.org/D9728

llvm-svn: 238604
2015-05-29 19:52:29 +00:00
..
CMakeLists.txt Fix cmake build on osx after r235109 2015-04-17 11:20:30 +00:00
GDBRemoteCommunication.cpp Add a new "qEcho" packet with the following format: 2015-05-29 00:01:55 +00:00
GDBRemoteCommunication.h Add a new "qEcho" packet with the following format: 2015-05-29 00:01:55 +00:00
GDBRemoteCommunicationClient.cpp Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
GDBRemoteCommunicationClient.h Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
GDBRemoteCommunicationServer.cpp Add a new "qEcho" packet with the following format: 2015-05-29 00:01:55 +00:00
GDBRemoteCommunicationServer.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
GDBRemoteCommunicationServerCommon.cpp Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
GDBRemoteCommunicationServerCommon.h Add support for the qEcho command to lldb-server in the common packets. 2015-05-29 00:15:15 +00:00
GDBRemoteCommunicationServerLLGS.cpp Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
GDBRemoteCommunicationServerLLGS.h Make log options uniform betwwen lldb-platform and lldb-gdbserver 2015-05-27 13:34:04 +00:00
GDBRemoteCommunicationServerPlatform.cpp Windows: fix bug in getcwd() and add chdir(). 2015-05-12 18:47:33 +00:00
GDBRemoteCommunicationServerPlatform.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
GDBRemoteRegisterContext.cpp Fixed a ton of gcc compile warnings 2015-05-13 00:25:54 +00:00
GDBRemoteRegisterContext.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
Makefile
ProcessGDBRemote.cpp Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
ProcessGDBRemote.h Change ProcessGDBRemote last stop packet to a container. 2015-05-27 14:12:34 +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 Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
ThreadGDBRemote.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00