[Lldb-commits] [PATCH] D108831: [lldb] [ABI/X86] Add pseudo-registers if missing

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 14 10:50:34 PDT 2021


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

Use inline lists instead of `for` loops for registers. Use `llvm::SmallDense*` types with `StringRef`s.


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

https://reviews.llvm.org/D108831

Files:
  lldb/source/Plugins/ABI/X86/ABIX86.cpp
  lldb/source/Plugins/ABI/X86/ABIX86.h
  lldb/test/API/functionalities/gdb_remote_client/TestGDBServerTargetXML.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108831.379771.patch
Type: text/x-patch
Size: 11486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211014/6b78a26d/attachment-0001.bin>


More information about the lldb-commits mailing list