summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+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-141-32/+14
* Extract common PlatformPOSIX/Windows code into a separate classPavel Labath2019-02-121-142/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ProcessLaunchInfo: remove Debugger referencePavel Labath2019-01-071-3/+2
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+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-101-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-17/+17
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* 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-061-573/+463
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-1/+1
* Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds2016-02-221-36/+0
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-31/+28
* Add functionality to the platforms to figure out the proper name for a dynami...Enrico Granata2015-08-271-0/+11
* Added XML to the host layer.Greg Clayton2015-05-261-1/+1
* Implement PlatformWindows::GetEnvironment.Zachary Turner2015-05-221-0/+13
* Implement attach to process on Windows.Zachary Turner2015-05-201-32/+75
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-0/+3
* 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-101-0/+11
* 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-171-27/+23
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-5/+5
* 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
* Fix most of the remaining Windows build warnings.Todd Fiala2014-06-021-9/+7
* Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() ...Greg Clayton2014-03-201-5/+4
* Changed "Windows.h" to "windows.h".Hafiz Abid Qadeer2014-03-131-1/+1
* PlatformWindows: Fix ObjectFile presence test conditions (could result in NUL...Virgile Bello2014-03-091-1/+1
OpenPOWER on IntegriCloud