diff options
author | Michał Górny <mgorny@moritz.systems> | 2021-09-18 20:00:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@moritz.systems> | 2021-09-23 20:02:00 +0200 |
commit | fa456505b80b0cf83647a1b26713e4d3b38eccc2 (patch) | |
tree | 8c7d3a52b40e1611dea003088b39d7751e1e3f0e /lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp | |
parent | 2f519825ba56cc2377ef9fbf1514944215ed9d0d (diff) | |
download | llvm-fa456505b80b0cf83647a1b26713e4d3b38eccc2.zip llvm-fa456505b80b0cf83647a1b26713e4d3b38eccc2.tar.gz llvm-fa456505b80b0cf83647a1b26713e4d3b38eccc2.tar.bz2 |
[lldb] [gdb-remote] Refactor getting remote regs to use local vector
Refactor remote register getters to collect them into a local
std::vector rather than adding them straight into DynamicRegisterInfo.
The purpose of this change is to lay groundwork for switching value_regs
and invalidate_regs to use local LLDB register numbers rather than
remote numbers.
Differential Revision: https://reviews.llvm.org/D110025
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp')
0 files changed, 0 insertions, 0 deletions