This is an archive of the discontinued LLVM Phabricator instance.

Fix temp port file path generation in lldb-platform.
ClosedPublic

Authored by ovyalov on Jul 13 2015, 11:25 AM.

Details

Reviewers
labath
Summary

Fix temp port file path generation in lldb-platform - use createUniqueFile in order to create a temp file in a specific directory.

Diff Detail

Event Timeline

ovyalov updated this revision to Diff 29590.Jul 13 2015, 11:25 AM
ovyalov retitled this revision from to Fix temp port file path generation in lldb-platform..
ovyalov updated this object.
ovyalov added a reviewer: labath.
ovyalov added a subscriber: lldb-commits.
labath accepted this revision.Jul 14 2015, 1:31 AM
labath edited edge metadata.
This revision is now accepted and ready to land.Jul 14 2015, 1:31 AM
ovyalov closed this revision.Jul 14 2015, 11:55 AM

Files:

/lldb/trunk/tools/lldb-server/lldb-platform.cpp

Users:

ovyalov (Author)

http://reviews.llvm.org/rL242182