summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/posix
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-5/+4
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-2/+2
* Rename posix/FileSystem.cpp to FileSystemPosix.cppAdrian Prantl2019-11-151-0/+0
* [process info] Remove assert in DoGetGroupNameWalter Erquinigo2019-10-041-3/+1
* [Host] Return the user's shell from GetDefaultShellJonas Devlieghere2019-10-031-9/+25
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-6/+6
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-6/+8
* [LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo2019-09-231-1/+1
* [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
* [ConnectionFileDescriptor] Add shutdown check in ::Write.Jonas Devlieghere2019-08-271-3/+12
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-66/+62
* Change LaunchThread interface to return an Expected for non-Apple-non-WindowsFangrui Song2019-07-081-1/+1
* Fix problem with r362192Richard Trieu2019-05-311-5/+8
* Fix off-by-one error.Richard Trieu2019-05-311-1/+1
* Make ConnectionFileDescription work with all socketsAntonio Afonso2019-05-302-7/+26
* Fix IPv6 support on lldb-server platformAntonio Afonso2019-05-281-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-232-2/+2
* Revert "Fix IPv6 support on lldb-server platform"Alex Langford2019-05-181-1/+1
* Fix IPv6 support on lldb-server platformAlex Langford2019-05-171-1/+1
* Fix file names in file headers. NFCFangrui Song2019-05-131-1/+1
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-216-10/+20
* [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
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-6/+7
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* [lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith2019-01-101-2/+3
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-101-2/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystme] Move ::open abstraction into FileSystem.Jonas Devlieghere2018-11-021-0/+5
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-013-5/+5
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Fix typos.Bruce Mitchener2018-10-041-1/+1
* Remove dependency from Host to pythonPavel Labath2018-06-201-44/+0
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-192-11/+7
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Remove dependency from Host to clang.Zachary Turner2018-06-041-9/+0
* Remove Linux-specific includes for posix/FileSystem.cppBruce Mitchener2018-05-291-5/+0
* ProcessLauncherPosixFork: move setgid call into the if(debug) branchPavel Labath2018-05-231-4/+4
* Modernize and clean-up the Predicate classPavel Labath2018-05-091-8/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-304-68/+55
* HostThreadPosix::Cancel: remove android-specific implementationPavel Labath2018-03-061-4/+1
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-13/+6
* [POSIX] Replace assert with llvm_unreachable(). NFCI.Davide Italiano2017-11-151-1/+1
* Logging: Disable logging after fork()Pavel Labath2017-10-231-4/+0
* More precise c library feature detection for Android.Eugene Zemtsov2017-09-161-1/+1
OpenPOWER on IntegriCloud