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