summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Host
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-235-28/+10
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-133-5/+7
* [lldb] [unittest] Reenable MainLoopTest.DetectsEOF on NetBSDMichał Górny2019-11-181-4/+0
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-2/+2
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-0/+15
* [unittest] Skip the socket tests if we $TMPDIR is too long.Jonas Devlieghere2019-09-241-4/+8
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-0/+21
* [Host] File::GetWaitableHandle() should call fileno()Jonas Devlieghere2019-09-232-0/+37
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-1/+1
* Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso2019-07-231-0/+51
* Add a sanity check to the domain socket tests.Adrian Prantl2019-06-271-1/+5
* Revert "Add ReadCStringFromMemory for faster string reads"Antonio Afonso2019-06-251-51/+0
* Add ReadCStringFromMemory for faster string readsAntonio Afonso2019-06-181-0/+51
* Implement GetSharedLibraryInfoAddressAntonio Afonso2019-06-141-138/+12
* Make ConnectionFileDescription work with all socketsAntonio Afonso2019-05-301-0/+62
* Fix IPv6 support on lldb-server platformAntonio Afonso2019-05-285-86/+211
* Revert "Fix IPv6 support on lldb-server platform"Alex Langford2019-05-185-211/+86
* Unbreak windows build botAlex Langford2019-05-181-0/+6
* Fix IPv6 support on lldb-server platformAlex Langford2019-05-175-86/+205
* Clear the output string passed to GetHostName()Aaron Smith2019-04-171-0/+6
* [lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith2019-04-103-30/+13
* Remove dependency edges from Host to Target/Core.Zachary Turner2019-03-081-1/+0
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-042-20/+0
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-272-49/+0
* Revert "Don't include UnixSignals.h from Host."Davide Italiano2019-02-151-7/+2
* Don't include UnixSignals.h from Host.Zachary Turner2019-02-151-2/+7
* [lldb] [MainLoop] Add kevent() EINTR handlingMichal Gorny2019-02-151-0/+24
* [lldb] [unittest] Avoid mixing '127.0.0.1' and 'localhost'Michal Gorny2019-02-121-2/+2
* [lldb] [unittests] Disable MainLoopTest::DetectsEOF on NetBSDMichal Gorny2019-02-081-0/+5
* Fix headers for files added in r353047Pavel Labath2019-02-073-12/+9
* Fix signed/unsigned mismatches in ProcessInfoTest.cppPavel Labath2019-02-071-1/+1
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-044-0/+71
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1910-40/+30
* NativeProcessProtocolTest: fix -Winconsistent-missing-override warningPavel Labath2019-01-021-4/+7
* Fix assertion failure in NativeProcessProtocolTestPavel Labath2018-12-271-1/+2
* Fix the "dangerous use of tempnam" warning in Host/SocketTest.cppPavel Labath2018-12-181-9/+10
* [unittests] Fix the File System Test on WindowsStella Stamenova2018-11-281-8/+0
* [unittest] Fix the FileSystem test on Windows. (Attempt #2)Jonas Devlieghere2018-11-281-5/+5
* [unittest] Fix the FileSystem test on Windows.Jonas Devlieghere2018-11-271-0/+8
* Remove header grouping comments.Jonas Devlieghere2018-11-111-1/+1
* revert rL346478Kadir Cetinkaya2018-11-091-2/+2
* [lldb] Fix signature in test to match rL346453Kadir Cetinkaya2018-11-091-2/+2
* Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere2018-11-091-2/+2
* [FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere2018-11-091-2/+2
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-013-17/+23
* [FileSystem] Re-add EnumerateDirectoryJonas Devlieghere2018-11-011-0/+24
* [FileSystem] Remove EnumerateDirectoryJonas Devlieghere2018-10-311-24/+0
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-313-13/+296
* [unittest] Fix NativeProcessProtocolTest.cpp (NFC)Jonas Devlieghere2018-09-261-2/+2
OpenPOWER on IntegriCloud