summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Windows/PlatformWindows.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* [lldb-server] Add remote platform capabilities for WindowsAaron Smith2019-02-141-7/+0
* Extract common PlatformPOSIX/Windows code into a separate classPavel Labath2019-02-121-43/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-10/+11
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-103/+74
* Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds2016-02-221-4/+0
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-19/+16
* Add functionality to the platforms to figure out the proper name for a dynami...Enrico Granata2015-08-271-0/+3
* Implement PlatformWindows::GetEnvironment.Zachary Turner2015-05-221-0/+2
* Implement attach to process on Windows.Zachary Turner2015-05-201-10/+7
* Fix some -Winconsistent-missing-override warnings (& some particularly weird ...David Blaikie2015-03-241-50/+50
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-1/+2
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-0/+5
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-3/+1
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda2014-02-131-0/+6
* Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci2014-01-171-2/+2
* Unbreak the gcc build (complain about duplicate definition of Initialize/Term...Sylvestre Ledru2013-10-161-2/+2
* Unbreak the build on OSX by defining Initialize() and Terminate() for the Win...Enrico Granata2013-10-151-2/+2
* Patch to add PlatformWindows, based on Carlo Kok's version from the Windows b...Deepak Panickal2013-10-151-0/+160
OpenPOWER on IntegriCloud