[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
Mon Sep 20 02:59:45 PDT 2021


mgorny updated this revision to Diff 373530.
mgorny marked an inline comment as done.
mgorny added a comment.

Put the struct into the header. Put the common conversion and finalization code into a helper method. Use `llvm::enumerate` for local regnums. Convert qRegisterInfo getters.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110025/new/

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.373530.patch
Type: text/x-patch
Size: 22884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210920/45785c96/attachment-0001.bin>


More information about the lldb-commits mailing list