summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Windows] Add support of watchpoints to `ProcessWindows`Aleksandr Urakov2019-09-061-3/+1
* [ProcessWindows] Remove equivalent macrosTatyana Krasnukha2019-08-261-2/+2
* [ProcessWindows] Choose a register context file by preprocessorTatyana Krasnukha2019-07-311-0/+4
* [ABI] Implement Windows ABI for x86_64Alex Langford2019-06-241-5/+167
* Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea2019-05-211-18/+54
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Windows] Define generic arguments registers for Windows x64Aleksandr Urakov2018-10-261-6/+6
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* [lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...Stella Stamenova2018-07-021-0/+3
* Normalize some lldb #include statements.James Y Knight2018-05-221-2/+2
* [Windows, Process] LLDB reads wrong registers on 64bit WindowsStella Stamenova2018-05-171-16/+16
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-13/+9
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-211/+226
* (Minor tweak) Make RegisterContextWindows_x86/x64::GetRegisterInfoAtIndex Carlo Kok2016-06-061-1/+5
* Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy2015-10-281-0/+323
OpenPOWER on IntegriCloud