summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows/HostInfoWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clear the output string passed to GetHostName()Aaron Smith2019-04-171-0/+2
* Fix Windows build after UserIDResolver patch.Zachary Turner2019-03-041-0/+20
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov2018-11-021-3/+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-191-2/+2
* 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-131-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-5/+4
* Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner2017-03-221-0/+1
* Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath2017-03-221-1/+0
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-221-0/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-95/+76
* Unicode support on Win32.Zachary Turner2016-03-221-10/+26
* Add support for reading line tables from PDB files.Zachary Turner2016-03-021-0/+16
* Fix an issue with finding python on Windows.Zachary Turner2015-05-131-2/+1
* [Python] Fix issue configuring sys.path during startup.Zachary Turner2015-04-091-6/+8
* Fix compilation failure on Windows.Zachary Turner2015-02-031-1/+1
* Fixed bugs in the multi-threaded access in HostInfoBase. Prior to this fix, s...Greg Clayton2015-02-031-8/+7
* Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner2014-10-201-0/+6
* Change back all paths returns for lldb::PathType enumerations from HostInfo::...Greg Clayton2014-08-251-1/+1
* Move the rest of the HostInfo functions over.Zachary Turner2014-08-211-0/+17
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-0/+15
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-0/+80
OpenPOWER on IntegriCloud