summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.cpp
AgeCommit message (Expand)Author
2024-11-14[lldb] Remove broken comments originally written as table headers (NFC) (#116...Dave Lee
2023-04-13[lldb] Add dummy field to RegisterInfo for register flags use laterDavid Spickett
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser
2022-01-27[lldb] Convert ProcessWindowsLog to the new APIPavel Labath
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2021-10-07Recommit: [lldb] Remove "dwarf dynamic register size expressions" from Regist...Pavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-06[Windows] Add support of watchpoints to `ProcessWindows`Aleksandr Urakov
2019-07-31[ProcessWindows] Choose a register context file by preprocessorTatyana Krasnukha
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-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-02[lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...Stella Stamenova
2018-05-22Normalize some lldb #include statements.James Y Knight
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-22Replace WINLOG_*** macros with LLDB_LOGPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-23Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy
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
2016-06-06(Minor tweak) Make RegisterContextWindows_x86/x64::GetRegisterInfoAtIndex Carlo Kok
2016-02-11Improve ReadRegister for RegisterContextWindowsx86Adrian McCarthy
2015-11-12Implement RegisterContext for Mini Dumps.Adrian McCarthy
2015-10-28Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy