summaryrefslogtreecommitdiff
path: root/lldb/source/Host/windows/Host.cpp
AgeCommit message (Expand)Author
2025-09-17[lldb] Avoid build warnings when building for Windows. NFC. (#159345)Martin Storsjö
2025-09-02[lldb][windows] use OutputDebugStringA instead of c to log events (#156474)Charles Zablit
2025-08-20[lldb][windows] remove duplicate implementation of UTF8ToUTF16 (#154424)Charles Zablit
2025-07-31[windows][lldb] implement system logging on Windows (#150213)Charles Zablit
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-21[lldb][Windows] Fixed Host::Kill() (#99721)Dmitry Vasilyev
2022-10-25[lldb] Host::ShellExpandArguments - fix error check for valid dictionarySimon Pilgrim
2022-02-24[lldb] Fix windows build for D120425Pavel Labath
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-03-13[lldb/Host] s/FindProcesses/FindProcessesImpl/ in windows/Host.cppJonas Devlieghere
2020-03-12[lldb/Host] Fix the Windows buildJonas Devlieghere
2020-03-12[lldb/Utility] Replace ProcessInstanceInfoList with std::vector. (NFCI)Jonas Devlieghere
2020-01-29[lldb/Host] Fix implicit StringRef to std::string conversionJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-04[Host] Return status directly from RunShellCommandJonas Devlieghere
2019-10-04[Host] Don't discard return value from RunShellCommandJonas Devlieghere
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-09-25Revert r372788 "Host: use the platform identifiers from LLVM (NFC)"Hans Wennborg
2019-09-24Host: use the platform identifiers from LLVM (NFC)Saleem Abdulrasool
2019-09-23[LLDB] [Windows] Map COFF ARM machine ids to the right triple architecturesMartin Storsjo
2019-08-13Enable lldb-server on WindowsAaron Smith
2019-07-08[Host] Fix out-of-line definition on WindowsJonas Devlieghere
2019-03-04Move ProcessInfo from Host to Utility.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-03Fix some windows-specific fallout from the FileSpec change.Zachary Turner
2018-11-02[Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov
2018-11-01[FileSystem] Fix Exists call sitesJonas Devlieghere
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-05-10Fix windows&mac builds broken by r331970 (RunShellCommand/Timeout) refactorPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2017-06-30Remove dead Core/StreamFile includesPavel Labath
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-06-20Remove home-grown thread-local storage wrappersPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-17Move GetAuxvData from Host to relevant process pluginsPavel Labath
2017-03-04Delete LLDB's code for getting / setting thread name.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-15Fix build for mingw.Hafiz Abid Qadeer
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-11Generalize child process monitoring functionsPavel Labath