summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/posix/HostInfoPosix.cpp
Commit message (Expand)AuthorAgeFilesLines
* [process info] Remove assert in DoGetGroupNameWalter Erquinigo2019-10-041-3/+1
* [Host] Return the user's shell from GetDefaultShellJonas Devlieghere2019-10-031-9/+25
* [LLDB] Do not try to canonicalize gethostname() resultDavid Zarzycki2019-09-111-12/+1
* Remove call to obsolete gethostbyname, using getaddrinfoSerge Guelton2019-09-061-4/+10
* [ExpressionParser] Implement ComputeClangResourceDir for WindowsAlex Langford2019-03-071-37/+0
* One more UserIDResolver fixPavel Labath2019-03-051-1/+1
* [Host] Fix the build (and the modules build).Davide Italiano2019-03-051-0/+1
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-1/+1
* Refactor user/group name resolving codePavel Labath2019-03-041-31/+30
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* Remove dependency from Host to pythonPavel Labath2018-06-201-44/+0
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-4/+4
* Remove dependency from Host to clang.Zachary Turner2018-06-041-9/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+6
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath2016-12-021-1/+1
* Find clang resource directory via *nix-style lookupChris Bieneman2016-11-021-16/+30
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-173/+136
* Unicode support on Win32.Zachary Turner2016-03-221-0/+11
* Support RHEL 7 and similar systems that use architecture-specific Python lib ...Todd Fiala2015-10-121-0/+15
* Remove raw_svector_ostream::flush() call following r244928.Yaron Keren2015-08-131-1/+0
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-1/+4
* Re-add #include "lldb-python.h" back in two places.Zachary Turner2015-05-291-0/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Get lldb-server building on android-9Vince Harron2015-05-121-1/+25
* Fix FileSpec::GetPath to return null-terminated stringsIlia K2015-02-271-4/+1
* Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner2014-10-201-0/+6
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-0/+4
* Fix configure & make build with python disabledKeno Fischer2014-09-091-0/+4
* Change back all paths returns for lldb::PathType enumerations from HostInfo::...Greg Clayton2014-08-251-3/+4
* Move the rest of the HostInfo functions over.Zachary Turner2014-08-211-0/+24
* Fix compile error on Linux due to previous commit.Zachary Turner2014-08-211-2/+2
* Move GetUsername and GetGroupname to HostInfoPosixZachary Turner2014-08-211-1/+54
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-0/+76
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-0/+39
OpenPOWER on IntegriCloud