llvm-project/lldb/source/Host
Jason Molenda 76a2d615ad Move the launch-as-root xpc service from lldb to xcode, to
make it easier to run hand-built lldb roots and retain those
entitlements.  This is currently only used by Xcode; command
line lldb doesn't expose the SBLaunchInfo::SetUserID()
launch option.

<rdar://problem/23154486> 

llvm-svn: 250981
2015-10-22 04:17:26 +00:00
..
android Fix temporary directory computation on linux (pr25147) 2015-10-16 09:32:05 +00:00
common When calling FileSpec::AppendPathComponent() we don't need to include "." in the path if m_filename is set to exactly '.'. Previously this would cause a FileSpec object that looked like: 2015-10-20 00:17:39 +00:00
freebsd [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
linux ArchSpec: fix unintentional promotion of unspecified unknowns to specified unknowns 2015-10-13 23:41:19 +00:00
macosx Move the launch-as-root xpc service from lldb to xcode, to 2015-10-22 04:17:26 +00:00
netbsd Preliminary NetBSD support 2015-10-13 05:04:13 +00:00
posix Add domain socket support to gdb-remote protocol and lldb-server. 2015-10-21 19:34:26 +00:00
windows Make uses of /dev/null portable across OSes. 2015-10-14 21:37:36 +00:00
CMakeLists.txt Split Socket class into Tcp/Udp/DomainSocket subclasses. 2015-10-15 23:54:09 +00:00
Makefile [Makefiles] Re-add OSX specific code that got lost in lldbHost consolidation 2015-07-17 21:47:35 +00:00