[Lldb-commits] [PATCH] D20274: Add preliminary bits for Plugins/Process/NetBSD
Kamil Rytarowski via lldb-commits
lldb-commits at lists.llvm.org
Sun May 15 08:04:14 PDT 2016
krytarowski created this revision.
krytarowski added reviewers: joerg, emaste, clayborg.
krytarowski added a subscriber: lldb-commits.
krytarowski set the repository for this revision to rL LLVM.
Herald added a subscriber: emaste.
It's still not functional (there are bugs), but it has all or mostly all
of the code needed for amd64.
This code is based on FreeBSD with removed unsupported features, missing
in the current version of NetBSD.
It will be easier to keep development it in sync with HEAD and should be
usable for other teams to take it into account in further changes.
Repository:
rL LLVM
http://reviews.llvm.org/D20274
Files:
source/Plugins/Process/CMakeLists.txt
source/Plugins/Process/NetBSD/CMakeLists.txt
source/Plugins/Process/NetBSD/NetBSDThread.cpp
source/Plugins/Process/NetBSD/NetBSDThread.h
source/Plugins/Process/NetBSD/POSIXStopInfo.cpp
source/Plugins/Process/NetBSD/POSIXStopInfo.h
source/Plugins/Process/NetBSD/ProcessMonitor.cpp
source/Plugins/Process/NetBSD/ProcessMonitor.h
source/Plugins/Process/NetBSD/ProcessNetBSD.cpp
source/Plugins/Process/NetBSD/ProcessNetBSD.h
source/Plugins/Process/NetBSD/RegisterContextPOSIX.h
source/Plugins/Process/NetBSD/RegisterContextPOSIXProcessMonitor_x86.cpp
source/Plugins/Process/NetBSD/RegisterContextPOSIXProcessMonitor_x86.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20274.57295.patch
Type: text/x-patch
Size: 142510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160515/d25b07a1/attachment-0001.bin>
More information about the lldb-commits
mailing list