[Lldb-commits] [PATCH] D16508: NetBSD: Define initial RegisterContextNetBSD_x86_64

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Sun Jan 31 05:44:45 PST 2016


krytarowski updated this revision to Diff 46489.
krytarowski added a comment.

Revamped version.

Changes:

- change type of registers from int64_t to uint64_t,
- remove unsupported debug x86 registers,
- model UserArea after mcontext_t

Patch building tested.


Repository:
  rL LLVM

http://reviews.llvm.org/D16508

Files:
  source/Plugins/Process/Utility/CMakeLists.txt
  source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
  source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16508.46489.patch
Type: text/x-patch
Size: 18527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160131/0d1cd1ed/attachment.bin>


More information about the lldb-commits mailing list