[all-commits] [llvm/llvm-project] ed3ac6: [lldb] [Process/NetBSD] Correct DS/ES/FS/GS regist...
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon Nov 9 13:15:18 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ed3ac6c110a53b332f490f1c5ddcd2b7c30d5189
https://github.com/llvm/llvm-project/commit/ed3ac6c110a53b332f490f1c5ddcd2b7c30d5189
Author: Michał Górny <mgorny at moritz.systems>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list