This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
source
/
Host
/
posix
History
Pavel Labath
4d4e5512b5
Fix null pointer "dereference" in DomainSocket
...
offsetof is the official way to get the offset of a field in a structure. llvm-svn: 263637
2016-03-16 14:03:20 +00:00
..
ConnectionFileDescriptorPosix.cpp
Provide ADB port forwarding support for abstract sockets.
2015-11-03 01:37:01 +00:00
DomainSocket.cpp
Fix null pointer "dereference" in DomainSocket
2016-03-16 14:03:20 +00:00
FileSystem.cpp
Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break.
2016-02-26 01:20:20 +00:00
HostInfoPosix.cpp
Support RHEL 7 and similar systems that use architecture-specific Python lib dirs
2015-10-12 20:12:27 +00:00
HostProcessPosix.cpp
Refactor many file functions to use FileSpec over strings.
2015-05-29 19:52:29 +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
MainLoopPosix.cpp
Add UNUSED_IF_ASSERT_DISABLED and apply it.
2015-07-24 00:23:29 +00:00
PipePosix.cpp
The pipe2(2) call is supported on NetBSD
2015-09-14 15:12:49 +00:00
ProcessLauncherPosix.cpp
Create a process launcher abstraction.
2014-10-14 21:55:08 +00:00