summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Windows/Common/RegisterContextWindows.cpp
AgeCommit message (Expand)Author
2022-04-05[lldb] Update ReadAllRegisterValues in RegisterContextWindowsJonas Devlieghere
2022-01-27[lldb] Convert ProcessWindowsLog to the new APIPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-27[LLDB] Avoid using InitializeContext for zero-initializing a CONTEXT. NFC.Martin Storsjö
2019-09-24[LLDB] [Windows] Add missing ifdefs to fix building for non-x86 architecturesMartin Storsjo
2019-09-21[LLDB] Check for the GCC/MinGW compatible arch defines for windows, in additi...Martin Storsjo
2019-09-06[Windows] Add support of watchpoints to `ProcessWindows`Aleksandr Urakov
2019-08-13Initial support for native debugging of x86/x64 Windows processesAaron Smith
2019-06-24[ABI] Implement Windows ABI for x86_64Alex Langford
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-01[windows] Fix two minor bugs on WindowsStella Stamenova
2018-11-30Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova
2018-11-30[PDB] Support PDB-backed expressions evaluationAleksandr Urakov
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-22Replace WINLOG_*** macros with LLDB_LOGPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-28Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy