Go to file
Chaoren Lin 368c9f6e9b Add an unnamed pipe fail-safe to launching lldb-gdbserver.
Summary:
Currently, launching lldb-gdbserver from platform on Android requires root for
mkfifo() and an explicit TMPDIR variable. This should remove both requirements.

Test Plan: Successfully launched lldb-gdbserver on a non-rooted Android device.

Reviewers: tberghammer, vharron, clayborg

Reviewed By: clayborg

Subscribers: tberghammer, lldb-commits

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

llvm-svn: 235940
2015-04-27 23:20:30 +00:00
clang Remove stale FIXMEs from test case 2015-04-27 23:14:24 +00:00
clang-tools-extra clang-tidy: [readability-else-after-return] Fix false positive. This 2015-04-27 22:42:20 +00:00
compiler-rt [UBSan] Reenable ASan+UBSan tests on Darwin now that PR21112 is fixed. 2015-04-27 22:09:27 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Fix compilation warnings without cl_khr_fp64 2015-04-24 19:54:17 +00:00
libcxx Fixed an 'extra tokens at end of #endif directive' warning in experimental/ratio 2015-04-23 16:45:08 +00:00
libcxxabi libc++abi: enable LLVM unwinder by default for ARM 2015-04-27 18:19:33 +00:00
libunwind unwind: remove inclusion of private_typeinfo.h 2015-04-27 16:51:52 +00:00
lld Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-27 22:48:51 +00:00
lldb Add an unnamed pipe fail-safe to launching lldb-gdbserver. 2015-04-27 23:20:30 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm LTO: Simplify code generator initialization 2015-04-27 23:19:26 +00:00
openmp updated copyright date to 2015 2015-04-16 11:10:17 +00:00
polly Extract IslNodeBuilder into its own file 2015-04-27 12:32:24 +00:00