llvm-project/lldb/source/Host
Chaoren Lin 32c7265a12 Fix bug where an additional O packet is sent after inferior exits.
Summary:
ConnectionFileDescriptor::Read was returning eConnectionStatusError instead of 0
on m_shutting_down, which caused the caller to think that some number of bytes
were read.

Reviewers: jingham, vharron, clayborg

Reviewed By: clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D8850

llvm-svn: 234341
2015-04-07 18:45:03 +00:00
..
android ComputeSupportExeDirectory for Linux 2015-03-24 23:07:02 +00:00
common Fix warnings generated by clang-cl. 2015-04-02 20:57:38 +00:00
freebsd Add NameMatches.h header to fix FreeBSD build after r232673 2015-03-19 02:47:36 +00:00
linux Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
macosx Move some functions from source/lldb.cpp to Utility. 2015-03-18 21:31:45 +00:00
posix Fix bug where an additional O packet is sent after inferior exits. 2015-04-07 18:45:03 +00:00
windows Fix warnings generated by clang-cl. 2015-04-02 20:57:38 +00:00
CMakeLists.txt Introduce FileSystem::CalculateMD5AsString that supports any platform and make existing FileSystem::CalculateMD5 to use it. 2015-02-20 18:34:03 +00:00
Makefile Fix configure+make build broken by r228943 2015-02-13 10:39:23 +00:00