[lldb] [Process/NetBSD] Correct DS/ES/FS/GS register sizes
authorMichał Górny <mgorny@moritz.systems>
Mon, 9 Nov 2020 14:47:37 +0000 (15:47 +0100)
committerMichał Górny <mgorny@moritz.systems>
Mon, 9 Nov 2020 21:14:58 +0000 (22:14 +0100)
commited3ac6c110a53b332f490f1c5ddcd2b7c30d5189
tree9f4c8383c0a0a8d2c59c25ac8a9bd4a70a443f62
parentf44ee0f5e7d1fe5197aaee360a701df917cc31c7
[lldb] [Process/NetBSD] Correct DS/ES/FS/GS register sizes

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.

Differential Revision: https://reviews.llvm.org/D91090
lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp