summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows
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
* [LLDB] Remove a now redundant windows specific workaroundMartin Storsjo2019-09-231-5/+0
* [LLDB] Add a void* cast when passing object pointers to printf %pMartin Storsjo2019-09-231-14/+10
* Fix error in ProcessLauncherWindows.cppAdrian McCarthy2019-09-131-1/+1
* Enable lldb-server on WindowsAaron Smith2019-08-131-1/+17
* Various build fixes for lldb on MinGWHaibo Huang2019-08-061-0/+1
* Remove usage of usleep in generic codePavel Labath2019-08-051-5/+0
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-14/+14
* [lldb, windows] Update two more locations that use LaunchThread to the new fu...Stella Stamenova2019-07-091-2/+2
* [lldb, windows] When StartMonitoring fails, return a proper errorStella Stamenova2019-07-081-7/+8
* [lldb] Fix two more issues in Windows following rL365226: Change LaunchThread...Stella Stamenova2019-07-081-1/+1
* [Host] Fix out-of-line definition on WindowsJonas Devlieghere2019-07-082-2/+2
* [lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'Konrad Kleine2019-05-231-1/+1
* Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea2019-05-212-3/+4
* Clear the output string passed to GetHostName()Aaron Smith2019-04-171-0/+2
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-1/+3
* Fix Windows build after UserIDResolver patch.Zachary Turner2019-03-041-0/+20
* Improve process launch comments for WindowsAdrian McCarthy2019-02-281-3/+7
* [gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenvAaron Smith2019-02-071-1/+14
* 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-1912-48/+36
* [lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith2019-01-101-16/+63
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* Fix some windows-specific fallout from the FileSpec change.Zachary Turner2018-11-031-2/+3
* [FileSystme] Move ::open abstraction into FileSystem.Jonas Devlieghere2018-11-021-0/+9
* [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov2018-11-024-8/+8
* [FileSystem] Fix Exists call sitesJonas Devlieghere2018-11-011-1/+2
* [Windows] Fix threads comparison on WindowsAleksandr Urakov2018-10-181-0/+4
* Do not create new terminals when launching process on Windows with --no-stdioDavid Bolvansky2018-09-121-0/+3
* [windows] Use a well-known path for ComSpec if we fail to retrieve itStella Stamenova2018-07-181-2/+7
* Remove dependency from Host to pythonPavel Labath2018-06-201-12/+0
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-192-5/+4
* Attempt to fix windows&freebsd builds broken by r334950Pavel Labath2018-06-181-3/+3
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-10/+5
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-134-4/+4
* [lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova2018-06-131-1/+8
* Fix windows&mac builds broken by r331970 (RunShellCommand/Timeout) refactorPavel Labath2018-05-101-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-306-61/+45
* Fix windows and freebsd builds for r322174 (Environment)Pavel Labath2018-01-101-6/+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-128-80/+83
OpenPOWER on IntegriCloud