[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 03:56:32 PDT 2021


mgorny updated this revision to Diff 379652.
mgorny added a comment.

Use `ArchSpec` instead of passing hardcoded 64bit. Abort the whole process if at least one subreg is present, eliminating all the `have*` bools.


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.379652.patch
Type: text/x-patch
Size: 14408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211014/3a2b0d58/attachment.bin>


More information about the lldb-commits mailing list