[Lldb-commits] [PATCH] D110025: [lldb] [gdb-remote] Refactor getting remote regs to use local vector [WIP]
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Sep 18 11:04:26 PDT 2021
mgorny created this revision.
mgorny added reviewers: labath, krytarowski, emaste.
mgorny requested review of this revision.
Refactor ProcessGDBRemote::GetGDBServerRegisterInfo() and helper
routines to collect remote registers 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.
https://reviews.llvm.org/D110025
Files:
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110025.373425.patch
Type: text/x-patch
Size: 15310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210918/8273eb93/attachment.bin>
More information about the lldb-commits
mailing list