summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Host] Return status directly from RunShellCommandJonas Devlieghere2019-10-041-4/+2
* [Host] Don't discard return value from RunShellCommandJonas Devlieghere2019-10-041-2/+8
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-3/+5
* Revert r372788 "Host: use the platform identifiers from LLVM (NFC)"Hans Wennborg2019-09-251-5/+4
* Host: use the platform identifiers from LLVM (NFC)Saleem Abdulrasool2019-09-241-4/+5
* [LLDB] [Windows] Map COFF ARM machine ids to the right triple architecturesMartin Storsjo2019-09-231-0/+4
* Enable lldb-server on WindowsAaron Smith2019-08-131-1/+17
* [Host] Fix out-of-line definition on WindowsJonas Devlieghere2019-07-081-1/+1
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Fix some windows-specific fallout from the FileSpec change.Zachary Turner2018-11-031-2/+3
* [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov2018-11-021-3/+3
* [FileSystem] Fix Exists call sitesJonas Devlieghere2018-11-011-1/+2
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-3/+2
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Fix windows&mac builds broken by r331970 (RunShellCommand/Timeout) refactorPavel Labath2018-05-101-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+6
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-7/+6
* Remove dead Core/StreamFile includesPavel Labath2017-06-301-5/+3
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Remove home-grown thread-local storage wrappersPavel Labath2017-06-201-13/+0
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-4/+0
* Delete LLDB's code for getting / setting thread name.Zachary Turner2017-03-041-4/+0
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix build for mingw.Hafiz Abid Qadeer2016-12-151-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+3
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-1/+1
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-269/+234
* Generalize child process monitoring functionsPavel Labath2016-05-111-1/+2
* Unicode support on Win32.Zachary Turner2016-03-221-17/+28
* Fix an issue where LLDB would not launch argdumper correctly if there were sp...Enrico Granata2015-11-191-1/+1
* Rename argdumper to lldb-argdumperTodd Fiala2015-10-291-4/+4
* Implement PlatformWindows::GetEnvironment.Zachary Turner2015-05-221-0/+18
* Add missing #include. This should fix the Windows build.Zachary Turner2015-02-211-0/+1
* This should fix the Windows buildEnrico Granata2015-02-201-0/+1
* Rename the "glob arguments" feature to "shell expand arguments"Enrico Granata2015-02-201-11/+11
* Start the refactoring of globbingEnrico Granata2015-02-201-1/+87
* Create a process launcher abstraction.Zachary Turner2014-10-141-8/+0
* Create a HostThread abstraction.Zachary Turner2014-09-091-48/+3
* Update LLDB to use LLVM's DynamicLibrary.Zachary Turner2014-08-271-22/+0
* Move the rest of the HostInfo functions over.Zachary Turner2014-08-211-27/+0
* Move GetUsername and GetGroupname to HostInfoPosixZachary Turner2014-08-211-13/+0
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-51/+0
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-110/+0
* Implement some common file operations on Windows.Zachary Turner2014-08-091-0/+110
OpenPOWER on IntegriCloud