summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Windows
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-8/+0
* [lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith2019-04-101-6/+1
* [lldb-server] Add remote platform capabilities for WindowsAaron Smith2019-02-142-39/+14
* Extract common PlatformPOSIX/Windows code into a separate classPavel Labath2019-02-122-185/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* ProcessLaunchInfo: remove Debugger referencePavel Labath2019-01-071-3/+2
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-112-8/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+2
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-4/+4
* [FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere2018-11-011-1/+2
* [FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere2018-11-011-1/+2
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-2/+2
* Use UnknownVendor rather than UnknownArch since they're in two different enumsEric Christopher2018-07-311-1/+1
* Fix netbsd build broken by r334950Pavel Labath2018-06-181-10/+2
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-3/+4
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-26/+20
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-102-5/+5
* Rename Error -> Status.Zachary Turner2017-05-122-27/+28
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+7
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-676/+537
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-1/+1
* Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds2016-02-222-40/+0
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-272-50/+44
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Add functionality to the platforms to figure out the proper name for a dynami...Enrico Granata2015-08-272-0/+14
* Added XML to the host layer.Greg Clayton2015-05-261-1/+1
* Implement PlatformWindows::GetEnvironment.Zachary Turner2015-05-222-0/+15
* Implement attach to process on Windows.Zachary Turner2015-05-202-42/+82
* Fix some -Winconsistent-missing-override warnings (& some particularly weird ...David Blaikie2015-03-241-50/+50
* Fetch module specification from remote process alsoTamas Berghammer2015-03-242-1/+5
* Extend Platform(s) in order to cache remote executables using ModuleCache and...Oleksiy Vyalov2015-03-131-3/+1
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-102-0/+16
* Don't #include clang headers from BreakpointLocation.hZachary Turner2015-03-041-0/+2
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-0/+4
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-172-30/+24
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-192-6/+6
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-5/+4
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-1/+2
* Missed a few places where we need to report unreadable executables.Greg Clayton2014-08-151-4/+11
* Windows: update for LLVM API changeSaleem Abdulrasool2014-08-091-1/+0
* Fix supported architectures on PlatformWindows.Zachary Turner2014-07-281-20/+40
* Add the Hexagon DSP breakpoint opcode to PlatformWindows and PlatformLinuxDeepak Panickal2014-07-211-1/+6
OpenPOWER on IntegriCloud