[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 08:58:01 PDT 2021
mgorny updated this revision to Diff 379738.
mgorny added a comment.
Final round of refactoring. The code should be simpler and more readable now.
I don't have a strong opinion wrt generating names in a loop vs hardcoding the list (possibly using a macro). Please decide how I should proceed ;-).
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.379738.patch
Type: text/x-patch
Size: 11620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211014/dbf4b194/attachment.bin>
More information about the lldb-commits
mailing list