summaryrefslogtreecommitdiff
path: root/lldb/source/Host/windows/HostInfoWindows.cpp
AgeCommit message (Expand)Author
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2021-10-26Modernize and simplify HostInfo::GetOSKernelDescriptionPavel Labath
2021-10-22[lldb] Fix build errors from 8b8070e23Pavel Labath
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-04-17Clear the output string passed to GetHostName()Aaron Smith
2019-03-04Fix Windows build after UserIDResolver patch.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-02[Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov
2018-07-18[windows] Use a well-known path for ComSpec if we fail to retrieve itStella Stamenova
2018-06-20Remove dependency from Host to pythonPavel Labath
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath
2018-06-18Attempt to fix windows&freebsd builds broken by r334950Pavel Labath
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-22Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner
2017-03-22Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath
2017-03-22Delete the remainder of platform specific code in FileSpec.Zachary Turner
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-22Unicode support on Win32.Zachary Turner
2016-03-02Add support for reading line tables from PDB files.Zachary Turner
2015-05-13Fix an issue with finding python on Windows.Zachary Turner
2015-04-09[Python] Fix issue configuring sys.path during startup.Zachary Turner
2015-02-03Fix compilation failure on Windows.Zachary Turner
2015-02-03Fixed bugs in the multi-threaded access in HostInfoBase. Prior to this fix, s...Greg Clayton
2014-10-20Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner
2014-08-25Change back all paths returns for lldb::PathType enumerations from HostInfo::...Greg Clayton
2014-08-21Move the rest of the HostInfo functions over.Zachary Turner
2014-08-21Move Host::GetLLDBPath to HostInfo.Zachary Turner
2014-08-19Move some Host logic into HostInfo class.Zachary Turner