summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial patch for supporting Hexagon DSPDeepak Panickal2014-02-191-0/+2
* Add support for Haswell on x86_64.Greg Clayton2014-01-221-0/+1
* Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci2014-01-171-4/+4
* Patch to add PlatformWindows, based on Carlo Kok's version from the Windows b...Deepak Panickal2013-10-151-0/+644
OpenPOWER on IntegriCloud