aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Reland "[lldb] Add template method for getting const or mutable regs from Dyn...David Spickett1-1/+3
2023-11-07Revert "[lldb] Add template method for getting const or mutable regs from Dyn...David Spickett1-3/+1
2023-11-07[lldb] Add template method for getting const or mutable regs from DynamicRegi...David Spickett1-1/+3
2023-11-06[lldb][AArch64] Move register info reconfigure into architecture plugin (#70950)David Spickett1-87/+26
2023-11-02[lldb][AArch64] Simplify handing of scalable registers using vg and svg (#70914)David Spickett1-12/+5
2023-10-25Reland "[lldb][AArch64] Invalidate SVG prior to reconfiguring ZA regdef (#667...David Spickett1-0/+5
2023-10-25Revert "[lldb][AArch64] Invalidate SVG prior to reconfiguring ZA regdef (#667...David Spickett1-5/+0
2023-10-25[lldb][AArch64] Invalidate SVG prior to reconfiguring ZA regdef (#66768)David Spickett1-0/+5
2023-09-20[lldb][AArch64] Invalidate cached VG value before reconfiguring SVE registersDavid Spickett1-0/+2
2023-09-19[lldb][AArch64] Implement resizing of SME's ZA registerDavid Spickett1-39/+58
2023-09-05[lldb][AArch64] Remove bool return from UpdateARM64SVERegistersInfosDavid Spickett1-16/+16
2023-07-11Add a generic Process method to dump plugin history.Jim Ingham1-3/+3
2022-10-12[LLDB] Pass const RegisterInfo& to RegisterValue::SetValueFromDataDavid Spickett1-1/+1
2022-10-12[LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo&David Spickett1-1/+1
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere1-4/+8
2022-02-01[lldb] Convert ProcessGDBRemoteLog to the new APIPavel Labath1-8/+4
2021-10-25[lldb] [gdb-remote] Remove HardcodeARMRegisters() hackMichał Górny1-263/+0
2021-10-20[lldb] [ABI/X86] Support combining xmm* and ymm*h regs into ymm*Michał Górny1-6/+60
2021-10-19Revert "[lldb] [ABI/X86] Support combining xmm* and ymm*h regs into ymm*"Michał Górny1-60/+6
2021-10-19[lldb] [ABI/X86] Support combining xmm* and ymm*h regs into ymm*Michał Górny1-6/+60
2021-10-07[lldb] [DynamicRegisterInfo] Support iterating over registers()Michał Górny1-10/+5
2021-10-07Recommit: [lldb] Remove "dwarf dynamic register size expressions" from Regist...Pavel Labath1-117/+110
2021-10-06Revert "[lldb] Remove "dwarf dynamic register size expressions" from Register...Michael Forster1-110/+117
2021-10-06[lldb] Remove "dwarf dynamic register size expressions" from RegisterInfoPavel Labath1-117/+110
2021-09-23[lldb] [gdb-remote] Use local regnos for value_regs/invalidate_regsMichał Górny1-3/+3
2021-09-23Revert "[lldb] [gdb-remote] Use local regnos for value_regs/invalidate_regs"Michał Górny1-3/+3
2021-09-23[lldb] [gdb-remote] Use local regnos for value_regs/invalidate_regsMichał Górny1-3/+3
2021-09-20[lldb] [gdb-remote] Remove unused arg from GDBRemoteRegisterContext::ReadRegi...Michał Górny1-20/+3
2021-09-16[lldb] [DynamicRegisterInfo] Pass name/alt_name via RegisterInfoMichał Górny1-15/+4
2021-09-13[lldb] Remove redundant register alt_namesMichał Górny1-5/+5
2021-07-12Revert "Revert "Reset the wakeup timeout when we re-enter the continue wait.""Jim Ingham1-3/+3
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2021-05-17Revert "Reset the wakeup timeout when we re-enter the continue wait."Jim Ingham1-3/+3
2021-05-11Add an "interrupt timeout" to Process, and pipe that through theJim Ingham1-3/+3
2021-03-02Support GDB remote g packet partial readMuhammad Omair Javaid1-4/+8
2021-02-08Use remote regnums in expedited list, value regs and invalidate regsMuhammad Omair Javaid1-5/+8
2021-01-19[LLDB] Add support to resize SVE registers at run-timeMuhammad Omair Javaid1-5/+76
2021-01-15[LLDB] Add per-thread register infos shared pointer in gdb-remoteMuhammad Omair Javaid1-13/+15
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-11-20Handle the case where the 'g' packet doesn't get all regs.Jason Molenda1-0/+15
2019-11-07[lldb-server] Add setting to force 'g' packet useGuilherme Andrade1-3/+5
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda1-1/+3
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-21/+30
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-18/+19
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-4/+0
2019-03-07Promote more debug-only assertions to regular assertions.Adrian Prantl1-4/+0
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-2/+4
2019-02-06Add a warning to GDBRemoteRegisterContext (if packet logging enabled)Jason Molenda1-0/+8
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-2/+2