[Lldb-commits] [PATCH] Fix the communication in qPlatform_[mkdir, chmod]

Tamas Berghammer tberghammer at google.com
Fri Feb 20 04:48:38 PST 2015


Hi vharron, clayborg, emaste,

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.

http://reviews.llvm.org/D7786

Files:
  docs/lldb-gdb-remote.txt
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7786.20391.patch
Type: text/x-patch
Size: 4615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150220/ee1cd192/attachment.bin>


More information about the lldb-commits mailing list