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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D91090
[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
Diff Detail Event TimelineThis revision is now accepted and ready to land.Nov 9 2020, 1:00 PM Closed by commit rGed3ac6c110a5: [lldb] [Process/NetBSD] Correct DS/ES/FS/GS register sizes (authored by mgorny). · Explain WhyNov 9 2020, 1:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 303927 lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
|