index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Host
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
1
-5
/
+4
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
1
-2
/
+2
*
Rename posix/FileSystem.cpp to FileSystemPosix.cpp
Adrian Prantl
2019-11-15
1
-0
/
+0
*
[process info] Remove assert in DoGetGroupName
Walter Erquinigo
2019-10-04
1
-3
/
+1
*
[Host] Return the user's shell from GetDefaultShell
Jonas Devlieghere
2019-10-03
1
-9
/
+25
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-6
/
+6
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
1
-6
/
+8
*
[LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...
Martin Storsjo
2019-09-23
1
-1
/
+1
*
[LLDB] Do not try to canonicalize gethostname() result
David Zarzycki
2019-09-11
1
-12
/
+1
*
Remove call to obsolete gethostbyname, using getaddrinfo
Serge Guelton
2019-09-06
1
-4
/
+10
*
[ConnectionFileDescriptor] Add shutdown check in ::Write.
Jonas Devlieghere
2019-08-27
1
-3
/
+12
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-66
/
+62
*
Change LaunchThread interface to return an Expected for non-Apple-non-Windows
Fangrui Song
2019-07-08
1
-1
/
+1
*
Fix problem with r362192
Richard Trieu
2019-05-31
1
-5
/
+8
*
Fix off-by-one error.
Richard Trieu
2019-05-31
1
-1
/
+1
*
Make ConnectionFileDescription work with all sockets
Antonio Afonso
2019-05-30
2
-7
/
+26
*
Fix IPv6 support on lldb-server platform
Antonio Afonso
2019-05-28
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
2
-2
/
+2
*
Revert "Fix IPv6 support on lldb-server platform"
Alex Langford
2019-05-18
1
-1
/
+1
*
Fix IPv6 support on lldb-server platform
Alex Langford
2019-05-17
1
-1
/
+1
*
Fix file names in file headers. NFC
Fangrui Song
2019-05-13
1
-1
/
+1
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
6
-10
/
+20
*
[ExpressionParser] Implement ComputeClangResourceDir for Windows
Alex Langford
2019-03-07
1
-37
/
+0
*
One more UserIDResolver fix
Pavel Labath
2019-03-05
1
-1
/
+1
*
[Host] Fix the build (and the modules build).
Davide Italiano
2019-03-05
1
-0
/
+1
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-1
/
+1
*
Refactor user/group name resolving code
Pavel Labath
2019-03-04
1
-31
/
+30
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-6
/
+7
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
9
-36
/
+27
*
[lldb-server] Add unnamed pipe support to PipeWindows
Aaron Smith
2019-01-10
1
-2
/
+3
*
Do not use PATH_MAX with SmallString
Stella Stamenova
2018-12-10
1
-2
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystme] Move ::open abstraction into FileSystem.
Jonas Devlieghere
2018-11-02
1
-0
/
+5
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
3
-5
/
+5
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2018-10-04
1
-1
/
+1
*
Remove dependency from Host to python
Pavel Labath
2018-06-20
1
-44
/
+0
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
2
-11
/
+7
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Remove dependency from Host to clang.
Zachary Turner
2018-06-04
1
-9
/
+0
*
Remove Linux-specific includes for posix/FileSystem.cpp
Bruce Mitchener
2018-05-29
1
-5
/
+0
*
ProcessLauncherPosixFork: move setgid call into the if(debug) branch
Pavel Labath
2018-05-23
1
-4
/
+4
*
Modernize and clean-up the Predicate class
Pavel Labath
2018-05-09
1
-8
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
4
-68
/
+55
*
HostThreadPosix::Cancel: remove android-specific implementation
Pavel Labath
2018-03-06
1
-4
/
+1
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-13
/
+6
*
[POSIX] Replace assert with llvm_unreachable(). NFCI.
Davide Italiano
2017-11-15
1
-1
/
+1
*
Logging: Disable logging after fork()
Pavel Labath
2017-10-23
1
-4
/
+0
*
More precise c library feature detection for Android.
Eugene Zemtsov
2017-09-16
1
-1
/
+1
[next]