summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
AgeCommit message (Expand)Author
2025-08-28[lldb][debugserver] Upstream to debugserver changes (#155733)Jason Molenda
2025-04-03[lldb][debugserver] Save and restore the SVE/SME register state (#134184)Jason Molenda
2025-04-02Revert "[lldb][debugserver] Save and restore the SVE/SME register state (#134...Jason Molenda
2025-04-02[lldb][debugserver] Save and restore the SVE/SME register state (#134184)Jason Molenda
2024-12-19[lldb][debugserver] Read/write SME registers on arm64 (#119171)Jason Molenda
2024-05-02[lldb] [debugserver] address preprocessor warning, extra arg (#90808)Jason Molenda
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda
2023-09-25[lldb] [debugserver] Preserve signing bits on lr in debugserver (#67384)Jason Molenda
2023-05-04Add AArch64 MASK watchpoint support in debugserverJason Molenda
2023-04-28Refactor and generalize AArch64 watchpoint support in debugserverJason Molenda
2023-03-31[debugserver] Fix ARM64 logsAlex Langford
2023-01-04Don't read off end of GPR register array to access fp/sp/lr/pcJason Molenda
2022-10-25Change debugserver to clear PAC auth bits manuallyJason Molenda
2022-05-20[lldb] Set correct register number for cpsr (GENERIC_REGNUM_FLAGS)Jonas Devlieghere
2021-11-04[debugserver] Fix typo in DNBArchImplARM64Jonas Devlieghere
2021-10-22Fix locals naming in DNBArchMachARM64::GetGPRState for 32-bit buildsJason Molenda
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-03-03[debugserver] Fix more compiler warnings on arm64Jonas Devlieghere
2021-02-05[debugserver] Fix more warnings in DNBArchImplARM64Jonas Devlieghere
2020-11-12debugserver should advance pc past builtin_debugtrap insnJason Molenda
2020-06-29Simplify conditionals in DNBArchMachARM64::EnableHardwareSingleStepJason Molenda
2020-03-31[debugserver/ARM64] Make sure watchpoints hit are attributed correctly.Davide Italiano
2020-03-19[debugserver] Implement hardware breakpoints for ARM64Jonas Devlieghere
2020-01-07Rewrite comment about what watchpoints Aarch64 supports.Jason Molenda
2019-12-04Upstream debugserver arm64e support.Jason Molenda
2019-10-10Change debugserver to use the brk #0 for breakpoints.Jason Molenda
2019-08-07Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda
2019-05-13Fix file names in file headers. NFCFangrui Song
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
2017-05-12Rename Error -> Status.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-09-15A partner to the cleanup in r247741, change the variables names inJason Molenda
2015-07-24Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener
2015-07-22Fix warnings.Bruce Mitchener
2015-03-17Build fix for building debugserver for ios.Jason Molenda
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton
2015-01-05Make sure x7 and x8 are treated as argument registers for arm64.Greg Clayton
2014-07-09__arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala
2014-07-08Fix typos.Bruce Mitchener
2014-06-27Revert the debugserver part of r211868. While formally a fine change, debugs...Jim Ingham
2014-06-27lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool
2014-03-29lldb arm64 import.Jason Molenda