llvm-project/lldb/source
Chaoren Lin 9cf4f2c2d8 Fix TestFdLeak on Linux.
Summary:
LLGS leaks pipes (when launched by lldb), sockets (when launched by platform),
and/or log file to the inferior. This should prevent all possible leaks.

Reviewers: vharron, clayborg

Reviewed By: clayborg

Subscribers: lldb-commits

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

llvm-svn: 235615
2015-04-23 18:28:04 +00:00
..
API Add a "force_kill" arg to Process::Destroy(). This is needed after 2015-04-17 05:01:58 +00:00
Breakpoint This is some groundwork for filtering the language Exception 2015-04-22 19:42:18 +00:00
Commands This is some groundwork for filtering the language Exception 2015-04-22 19:42:18 +00:00
Core [LLDB][MIPS] Add MIPS32 and MIPS64 core revisions 2015-04-23 06:36:20 +00:00
DataFormatters Implement formatter for std::vector<bool, ...> of libstdc++ in Python. 2015-03-17 21:23:17 +00:00
Expression This patch implements several improvements to the 2015-04-20 16:31:29 +00:00
Host ConnectionFileDescriptor::BytesAvailable reading too many command bytes 2015-04-20 18:15:33 +00:00
Initialization Add single stepping logic for linux arm 2015-04-15 09:47:02 +00:00
Interpreter This is some groundwork for filtering the language Exception 2015-04-22 19:42:18 +00:00
Plugins Fix TestFdLeak on Linux. 2015-04-23 18:28:04 +00:00
Symbol [DWARF CFI] Add support for DW_CFA_def_cfa_sf when parsing CIE 2015-04-22 09:47:21 +00:00
Target [LLDB][MIPS] Add MIPS32 and MIPS64 core revisions 2015-04-23 06:36:20 +00:00
Utility Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if module wasn't found in cache) calls. 2015-04-15 14:35:10 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00