summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Windows] Add support of watchpoints to `ProcessWindows`Aleksandr Urakov2019-09-061-3/+1
* [ProcessWindows] Choose a register context file by preprocessorTatyana Krasnukha2019-07-311-0/+4
* [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
* 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
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-13/+9
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Replace WINLOG_*** macros with LLDB_LOGPavel Labath2017-02-221-28/+18
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy2016-11-231-0/+75
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-11/+31
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-119/+147
* (Minor tweak) Make RegisterContextWindows_x86/x64::GetRegisterInfoAtIndex Carlo Kok2016-06-061-1/+4
* Improve ReadRegister for RegisterContextWindowsx86Adrian McCarthy2016-02-111-30/+24
* Implement RegisterContext for Mini Dumps.Adrian McCarthy2015-11-121-0/+55
* Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy2015-10-281-0/+123
OpenPOWER on IntegriCloud