This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [Process/FreeBSDRemote] Use RegSetKind consistently [NFC]
ClosedPublic

Authored by mgorny on Dec 17 2020, 4:14 AM.

Details

Summary

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.

Diff Detail

Event Timeline

mgorny requested review of this revision.Dec 17 2020, 4:14 AM
mgorny created this revision.
labath accepted this revision.Dec 17 2020, 8:54 AM
This revision is now accepted and ready to land.Dec 17 2020, 8:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 17 2020, 9:02 AM