This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [Process/NetBSD] Correct DS/ES/FS/GS register sizes
ClosedPublic

Authored by mgorny on Nov 9 2020, 10:31 AM.

Details

Summary

Fix DS/ES/FS/GS register sizes in getter/setter for NetBSD. Apparently
only CS and SS registers are specified as 64/32-bit in LLDB, while
the others are specified as 16-bit.

Diff Detail

Event Timeline

mgorny requested review of this revision.Nov 9 2020, 10:31 AM
mgorny created this revision.
krytarowski accepted this revision.Nov 9 2020, 1:00 PM
This revision is now accepted and ready to land.Nov 9 2020, 1:00 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 9 2020, 1:15 PM