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
/
HostInfoPosix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[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
*
[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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
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
1
-4
/
+4
*
Remove dependency from Host to clang.
Zachary Turner
2018-06-04
1
-9
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-7
/
+6
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Replace __ANDROID_NDK__ with __ANDROID__
Pavel Labath
2016-12-02
1
-1
/
+1
*
Find clang resource directory via *nix-style lookup
Chris Bieneman
2016-11-02
1
-16
/
+30
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-173
/
+136
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-0
/
+11
*
Support RHEL 7 and similar systems that use architecture-specific Python lib ...
Todd Fiala
2015-10-12
1
-0
/
+15
*
Remove raw_svector_ostream::flush() call following r244928.
Yaron Keren
2015-08-13
1
-1
/
+0
*
Convert the ScriptInterpreter system to a plugin-based one.
Zachary Turner
2015-07-30
1
-1
/
+4
*
Re-add #include "lldb-python.h" back in two places.
Zachary Turner
2015-05-29
1
-0
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Get lldb-server building on android-9
Vince Harron
2015-05-12
1
-1
/
+25
*
Fix FileSpec::GetPath to return null-terminated strings
Ilia K
2015-02-27
1
-4
/
+1
*
Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.
Zachary Turner
2014-10-20
1
-0
/
+6
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-0
/
+4
*
Fix configure & make build with python disabled
Keno Fischer
2014-09-09
1
-0
/
+4
*
Change back all paths returns for lldb::PathType enumerations from HostInfo::...
Greg Clayton
2014-08-25
1
-3
/
+4
*
Move the rest of the HostInfo functions over.
Zachary Turner
2014-08-21
1
-0
/
+24
*
Fix compile error on Linux due to previous commit.
Zachary Turner
2014-08-21
1
-2
/
+2
*
Move GetUsername and GetGroupname to HostInfoPosix
Zachary Turner
2014-08-21
1
-1
/
+54
*
Move Host::GetLLDBPath to HostInfo.
Zachary Turner
2014-08-21
1
-0
/
+76
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-0
/
+39