summaryrefslogtreecommitdiff
path: root/source/Plugins/Platform/Windows
AgeCommit message (Expand)Author
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-10[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith
2019-02-14[lldb-server] Add remote platform capabilities for WindowsAaron Smith
2019-02-12Extract common PlatformPOSIX/Windows code into a separate classPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07ProcessLaunchInfo: remove Debugger referencePavel Labath
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-07-31Use UnknownVendor rather than UnknownArch since they're in two different enumsEric Christopher
2018-06-18Fix netbsd build 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
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] [3/4] Update a batch of pluginsChris Bieneman
2016-11-18Change CreateTarget and dependents to accept StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham
2016-02-22Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2015-10-27Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
2015-08-27Add functionality to the platforms to figure out the proper name for a dynami...Enrico Granata
2015-05-26Added XML to the host layer.Greg Clayton
2015-05-22Implement PlatformWindows::GetEnvironment.Zachary Turner
2015-05-20Implement attach to process on Windows.Zachary Turner
2015-03-24Fix some -Winconsistent-missing-override warnings (& some particularly weird ...David Blaikie
2015-03-24Fetch module specification from remote process alsoTamas Berghammer
2015-03-13Extend Platform(s) in order to cache remote executables using ModuleCache and...Oleksiy Vyalov
2015-03-10Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov
2015-03-04Don't #include clang headers from BreakpointLocation.hZachary Turner
2015-02-12Add Initialize/Terminate method to Platform base pluginTamas Berghammer
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton
2014-09-19Test suite runs better again after recent fixes that would select a platform ...Greg Clayton
2014-08-20Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner
2014-08-19Move some Host logic into HostInfo class.Zachary Turner
2014-08-15Missed a few places where we need to report unreadable executables.Greg Clayton
2014-08-09Windows: update for LLVM API changeSaleem Abdulrasool
2014-07-28Fix supported architectures on PlatformWindows.Zachary Turner
2014-07-21Add the Hexagon DSP breakpoint opcode to PlatformWindows and PlatformLinuxDeepak Panickal