[Lldb-commits] [PATCH] D93450: [lldb] [Process/FreeBSDRemote] Use RegSetKind consistently [NFC]

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 17 04:14:55 PST 2020


mgorny created this revision.
mgorny added reviewers: emaste, krytarowski, labath.
mgorny requested review of this revision.

Use RegSetKind enum for register sets everything, rather than int.
Always spell it as 'RegSetKind', without unnecessary 'enum'.  Add
missing switch case.  While at it, use uint32_t for regnums
consistently.


https://reviews.llvm.org/D93450

Files:
  lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.cpp
  lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93450.312445.patch
Type: text/x-patch
Size: 4182 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201217/4eaf5613/attachment.bin>


More information about the lldb-commits mailing list