hanchenye-llvm-project/lldb/source
Oleksiy Vyalov 477e42a6fb Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
http://reviews.llvm.org/D6204

llvm-svn: 222004
2014-11-14 16:25:18 +00:00
..
API Fixed "SBTarget SBDebugger::CreateTarget (const char *filename)" to use the same semantics as other SBDebugger::CreateTarget() functions. 2014-11-13 18:30:06 +00:00
Breakpoint The breakpoint location hit counts were getting incremented in 2014-10-22 01:54:17 +00:00
Commands Reverting r220435. Jim Ingham and I discussed this for a bit, and we came up with a better command model for this feature 2014-10-22 22:33:08 +00:00
Core Sketch out the armv7 and arm64 core file writing support in 2014-11-12 01:11:36 +00:00
DataFormatters Move a bunch of summary formatters to oneliner mode. This makes more cases eligible for oneline printing, and fixes rdar://18120906 2014-11-11 19:52:12 +00:00
Expression Revert "Update for LLVM API change in r221024" 2014-11-12 01:59:53 +00:00
Host Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process. 2014-11-14 16:25:18 +00:00
Interpreter Add a feature where a string data formatter can now be partially composed of Python summary functions 2014-10-28 21:07:00 +00:00
Plugins Remove extra "/" character from paths resolved in iOS SDKs and also be sure to update the SDK directory infos if needed before we start using m_sdk_directory_infos. 2014-11-13 18:25:33 +00:00
Symbol Add an alternative CFA type. 2014-11-12 15:14:03 +00:00
Target Fix a corner case with the handling of noreturn functions. 2014-11-08 05:38:17 +00:00
Utility Cleaned up the StringLexer a little bit. It turns 2014-11-10 23:20:52 +00:00
CMakeLists.txt LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166 2014-11-08 01:41:49 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Fix some bugs from D5988 2014-10-31 15:57:52 +00:00