[Lldb-commits] [PATCH] D30287: Introduce support for Debug Registers RegisterContextNetBSD_x86_64

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 23 00:38:22 PST 2017


krytarowski created this revision.
krytarowski added a project: LLDB.

NetBSD 7.99.62 introduced Debug Registers interface similar to the FreeBSD one.
This interface will land NetBSD-8.0.

Introduce support for this interface in Register Context NetBSD x86_64 unconditionally as older versions of NetBSD will not be supported.

This change allows to reduce diff with other ports and remove local copy of the RegisterInfos_x86_64.h content.

NetBSD Register Context for 32-bit x86 support will be added later.

Sponsored by <The NetBSD Foundation>


Repository:
  rL LLVM

https://reviews.llvm.org/D30287

Files:
  source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30287.89473.patch
Type: text/x-patch
Size: 17996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170223/726a0136/attachment-0001.bin>


More information about the lldb-commits mailing list