diff options
author | Chaoren Lin <chaorenl@google.com> | 2015-07-30 17:48:44 +0000 |
---|---|---|
committer | Chaoren Lin <chaorenl@google.com> | 2015-07-30 17:48:44 +0000 |
commit | 46951b596870d0e8895c355a8ad3459c54e78fb2 (patch) | |
tree | 8a89cd68bf3446c8add0a03017fe059b846e40b3 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | d6f7252e2ec08a66f5765b25ce70c4358392d6c1 (diff) | |
download | bcm5719-llvm-46951b596870d0e8895c355a8ad3459c54e78fb2.tar.gz bcm5719-llvm-46951b596870d0e8895c355a8ad3459c54e78fb2.zip |
Use only unnamed pipes to launch lldb-server gdbserver.
Summary:
If we used unnamed pipes instead of named pipes, we can avoid having the
file system littered with debugserver-named-pipes if lldb-server happens to
crash for whatever reason. Also, on some buggy systems, it's possible to be
able to create but not to delete a fifo. Ideally, support for unnamed pipes
should be added to debugserver as well, so we can avoid the `#ifdef` here.
Reviewers: clayborg, vharron, chying
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D11609
llvm-svn: 243667
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions