Fix the communication in qPlatform_[mkdir,chmod]
authorTamas Berghammer <tberghammer@google.com>
Mon, 23 Feb 2015 11:03:08 +0000 (11:03 +0000)
committerTamas Berghammer <tberghammer@google.com>
Mon, 23 Feb 2015 11:03:08 +0000 (11:03 +0000)
commit0f86b74304934d5a493772fdd3f1e38e345f83d0
tree7211bbe04111dc6af5d20ef83c381ef783b62276
parent04e6314cf4dab5d603776ef6bfbbfae1fa7fdaf4
Fix the communication in qPlatform_[mkdir,chmod]

With the previous implementation the protocol used by the client and the
server for the response was different and worked only by an accident.
With this change the communication is fixed and the return code from
mkdir and chmod correctly captured by lldb. The change also add
documentation for the qPlatform__[mkdir,chmod] packages.

Differential revision: http://reviews.llvm.org/D7786

llvm-svn: 230213
lldb/docs/lldb-gdb-remote.txt
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp