summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/Common/RegisterContextWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Avoid using InitializeContext for zero-initializing a CONTEXT. NFC.Martin Storsjö2019-11-271-9/+2
* [LLDB] [Windows] Add missing ifdefs to fix building for non-x86 architecturesMartin Storsjo2019-09-241-1/+14
* [LLDB] Check for the GCC/MinGW compatible arch defines for windows, in additi...Martin Storsjo2019-09-211-1/+1
* [Windows] Add support of watchpoints to `ProcessWindows`Aleksandr Urakov2019-09-061-30/+63
* Initial support for native debugging of x86/x64 Windows processesAaron Smith2019-08-131-2/+6
* [ABI] Implement Windows ABI for x86_64Alex Langford2019-06-241-3/+16
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [windows] Fix two minor bugs on WindowsStella Stamenova2018-12-011-3/+4
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-301-1/+1
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-301-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Replace WINLOG_*** macros with LLDB_LOGPavel Labath2017-02-221-5/+5
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-3/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-94/+75
* Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy2015-10-281-0/+155
OpenPOWER on IntegriCloud