summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Windows/Common/x64
AgeCommit message (Expand)Author
2024-11-14[lldb] Remove broken comments originally written as table headers (NFC) (#116...Dave Lee
2024-01-17[lldb] Silence warning when building with Clang ToTAlexandre Ganea
2024-01-03[lldb][Windows] Fix -Wmissing-field-initializers warnings after 54981bb75d374...Nico Weber
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser
2022-02-03[LLDB] remove an extra register enum on windows x64Zequan Wu
2022-02-02[LLDB] add sub regigter enums on x64 WindowsZequan Wu
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-08-26[ProcessWindows] Remove equivalent macrosTatyana Krasnukha
2019-07-31[ProcessWindows] Choose a register context file by preprocessorTatyana Krasnukha
2019-06-24[ABI] Implement Windows ABI for x86_64Alex Langford
2019-05-21Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea
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-10-26[Windows] Define generic arguments registers for Windows x64Aleksandr Urakov
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-05-17[Windows, Process] LLDB reads wrong registers on 64bit WindowsStella Stamenova
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.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
2015-11-04Fix x64 build on Windows, which was broken by my refactor from last week.Adrian McCarthy
2015-10-28Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy