This is an archive of the discontinued LLVM Phabricator instance.

Fix the communication in qPlatform_[mkdir,chmod]
ClosedPublic

Authored by tberghammer on Feb 20 2015, 4:48 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Fix the communication in qPlatform_[mkdir,chmod].
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added reviewers: vharron, clayborg, emaste.
tberghammer added a subscriber: Unknown Object (MLST).
vharron accepted this revision.Feb 20 2015, 9:18 AM
vharron edited edge metadata.
This revision is now accepted and ready to land.Feb 20 2015, 9:18 AM
clayborg accepted this revision.Feb 20 2015, 9:41 AM
clayborg edited edge metadata.

Looks good.

This revision was automatically updated to reflect the committed changes.