This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b4c61f889faee9fa94de9824f5078a45de20af89
clang-p2996
/
lldb
/
source
/
Host
/
posix
History
Vince Harron
8b33567189
Get lldb-server building on android-9
...
Build lldb-server with an android-9 sysroot. llvm-svn: 237078
2015-05-12 01:10:56 +00:00
..
ConnectionFileDescriptorPosix.cpp
Support remote-android with multiple connected devices.
2015-05-01 16:49:28 +00:00
FileSystem.cpp
Use hard links to link sysroot files within ModuleCache.
2015-05-08 23:54:34 +00:00
HostInfoPosix.cpp
Get lldb-server building on android-9
2015-05-12 01:10:56 +00:00
HostProcessPosix.cpp
Create a process launcher abstraction.
2014-10-14 21:55:08 +00:00
HostThreadPosix.cpp
Fix being able to get a thread result when calling HostThreadPosix::Join(). It was broken when initially checked in by getting the thread result into a temporary variable and never doing anything with it. Most threads in LLDB don't look at their thread results, but launching processes in a terminal window on MacOSX does require getting a thread result and this broke "process launch --tty" on darwin.
2015-01-06 00:21:29 +00:00
LockFilePosix.cpp
Use file locks to synchronize access to ModuleCache.
2015-05-07 15:28:49 +00:00
Makefile
…
PipePosix.cpp
PosixPipes should not be copyable but should be movable.
2015-05-01 16:49:23 +00:00
ProcessLauncherPosix.cpp
Create a process launcher abstraction.
2014-10-14 21:55:08 +00:00